Searched refs:fcoe_port_t (Results 1 – 14 of 14) sorted by relevance
/titanic_41/usr/src/uts/common/io/fcoe/ |
H A D | fcoe_fc.c | 58 static void fcoe_deregister_client(fcoe_port_t *eport); 59 static int fcoe_ctl(fcoe_port_t *eport, int cmd, void *arg); 61 static void *fcoe_alloc_netb(fcoe_port_t *eport, 69 fcoe_port_t * 73 fcoe_port_t *eport; in fcoe_register_client() 134 fcoe_deregister_client(fcoe_port_t *eport) in fcoe_deregister_client() 158 fcoe_ctl(fcoe_port_t *eport, int cmd, void *arg) in fcoe_ctl() 252 fcoe_alloc_netb(fcoe_port_t *eport, uint32_t fc_frame_size, uint8_t **ppfc) in fcoe_alloc_netb() 272 fcoe_allocate_frame(fcoe_port_t *eport, uint32_t fc_frame_size, void *xmp) in fcoe_allocate_frame()
|
H A D | fcoe_eth.h | 38 extern int fcoe_mac_set_address(fcoe_port_t *, uint8_t *, boolean_t);
|
H A D | fcoe_fc.h | 35 extern fcoe_frame_t *fcoe_allocate_frame(fcoe_port_t *, uint32_t, void *);
|
H A D | fcoe.h | 130 fcoe_port_t fm_eport;
|
H A D | fcoe_eth.c | 339 fcoe_mac_set_address(fcoe_port_t *eport, uint8_t *addr, boolean_t fc_assigned) in fcoe_mac_set_address()
|
H A D | fcoe.c | 676 fcoe_port_t *eport; in fcoe_iocmd()
|
/titanic_41/usr/src/uts/common/io/comstar/port/fcoet/ |
H A D | fcoet_eth.h | 35 void fcoet_port_event(fcoe_port_t *eport, uint32_t event);
|
H A D | fcoet.h | 95 fcoe_port_t *ss_eport;
|
H A D | fcoet.c | 437 fcoe_port_t *eport; in fcoet_attach_init()
|
H A D | fcoet_eth.c | 337 fcoet_port_event(fcoe_port_t *eport, uint32_t event) in fcoet_port_event()
|
/titanic_41/usr/src/uts/common/sys/fcoe/ |
H A D | fcoe_common.h | 146 } fcoe_port_t; typedef 187 void (*ect_port_event)(fcoe_port_t *eport, uint32_t event); 298 extern fcoe_port_t *fcoe_register_client(fcoe_client_t *client);
|
/titanic_41/usr/src/uts/common/io/fibre-channel/fca/fcoei/ |
H A D | fcoei.h | 113 fcoe_port_t *ss_eport; 363 void fcoei_port_event(fcoe_port_t *eport, uint32_t event);
|
H A D | fcoei.c | 408 fcoe_port_t *eport; in fcoei_attach_init()
|
H A D | fcoei_eth.c | 1301 fcoei_port_event(fcoe_port_t *eport, uint32_t event) in fcoei_port_event()
|