iPXE
|
A Hermon port. More...
#include <hermon.h>
Data Fields | |
struct ib_device * | ibdev |
Infiniband device. More... | |
struct net_device * | netdev |
Network device. More... | |
struct ib_completion_queue * | eth_cq |
Ethernet completion queue. More... | |
struct ib_queue_pair * | eth_qp |
Ethernet queue pair. More... | |
union hermon_port_mac | eth_mac |
Ethernet MAC. More... | |
struct hermon_port_type * | type |
Port type. More... | |
struct nvo_block | nvo |
Non-volatile option storage. More... | |
struct ib_device* hermon_port::ibdev |
Infiniband device.
Definition at line 848 of file hermon.h.
Referenced by hermon_event_port_mgmnt_change(), hermon_probe(), hermon_remove(), and hermon_start().
struct net_device* hermon_port::netdev |
Network device.
Definition at line 850 of file hermon.h.
Referenced by hermon_probe(), and hermon_remove().
struct ib_completion_queue* hermon_port::eth_cq |
struct ib_queue_pair* hermon_port::eth_qp |
union hermon_port_mac hermon_port::eth_mac |
struct hermon_port_type* hermon_port::type |
struct nvo_block hermon_port::nvo |