Searched defs:fcoe_port (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/fcoe/
H A Dfcoe_common.h93 struct fcoe_port;
114 struct fcoe_port *frm_eport;
123 typedef struct fcoe_port { struct
135 fcoe_frame_t *(*eport_alloc_frame)(struct fcoe_port *eport,
138 void *(*eport_alloc_netb)(struct fcoe_port *eport,
141 void (*eport_deregister_client)(struct fcoe_port *eport);
142 int (*eport_ctl)(struct fcoe_port *eport,
144 int (*eport_set_mac_address)(struct fcoe_port *eport,
294 * should be called through vectors in struct fcoe_port.
296 * and return the corresponding fcoe_port
[all...]

Completed in 47 milliseconds