Symbol: fcoe_port_t
usr/src/uts/common/io/comstar/port/fcoet/fcoet.c
437
fcoe_port_t *eport;
usr/src/uts/common/io/comstar/port/fcoet/fcoet.h
95
fcoe_port_t *ss_eport;
usr/src/uts/common/io/comstar/port/fcoet/fcoet_eth.c
337
fcoet_port_event(fcoe_port_t *eport, uint32_t event)
usr/src/uts/common/io/comstar/port/fcoet/fcoet_eth.h
35
void fcoet_port_event(fcoe_port_t *eport, uint32_t event);
usr/src/uts/common/io/fcoe/fcoe.c
676
fcoe_port_t *eport;
usr/src/uts/common/io/fcoe/fcoe.h
130
fcoe_port_t fm_eport;
usr/src/uts/common/io/fcoe/fcoe_eth.c
339
fcoe_mac_set_address(fcoe_port_t *eport, uint8_t *addr, boolean_t fc_assigned)
usr/src/uts/common/io/fcoe/fcoe_eth.h
38
extern int fcoe_mac_set_address(fcoe_port_t *, uint8_t *, boolean_t);
usr/src/uts/common/io/fcoe/fcoe_fc.c
136
fcoe_deregister_client(fcoe_port_t *eport)
usr/src/uts/common/io/fcoe/fcoe_fc.c
160
fcoe_ctl(fcoe_port_t *eport, int cmd, void *arg)
usr/src/uts/common/io/fcoe/fcoe_fc.c
255
fcoe_alloc_netb(fcoe_port_t *eport, uint32_t fc_frame_size, uint8_t **ppfc)
usr/src/uts/common/io/fcoe/fcoe_fc.c
275
fcoe_allocate_frame(fcoe_port_t *eport, uint32_t fc_frame_size, void *xmp)
usr/src/uts/common/io/fcoe/fcoe_fc.c
60
static void fcoe_deregister_client(fcoe_port_t *eport);
usr/src/uts/common/io/fcoe/fcoe_fc.c
61
static int fcoe_ctl(fcoe_port_t *eport, int cmd, void *arg);
usr/src/uts/common/io/fcoe/fcoe_fc.c
63
static void *fcoe_alloc_netb(fcoe_port_t *eport,
usr/src/uts/common/io/fcoe/fcoe_fc.c
71
fcoe_port_t *
usr/src/uts/common/io/fcoe/fcoe_fc.c
75
fcoe_port_t *eport;
usr/src/uts/common/io/fcoe/fcoe_fc.h
35
extern fcoe_frame_t *fcoe_allocate_frame(fcoe_port_t *, uint32_t, void *);
usr/src/uts/common/io/fibre-channel/fca/fcoei/fcoei.c
408
fcoe_port_t *eport;
usr/src/uts/common/io/fibre-channel/fca/fcoei/fcoei.h
113
fcoe_port_t *ss_eport;
usr/src/uts/common/io/fibre-channel/fca/fcoei/fcoei.h
363
void fcoei_port_event(fcoe_port_t *eport, uint32_t event);
usr/src/uts/common/io/fibre-channel/fca/fcoei/fcoei_eth.c
1301
fcoei_port_event(fcoe_port_t *eport, uint32_t event)
usr/src/uts/common/sys/fcoe/fcoe_common.h
187
void (*ect_port_event)(fcoe_port_t *eport, uint32_t event);
usr/src/uts/common/sys/fcoe/fcoe_common.h
298
extern fcoe_port_t *fcoe_register_client(fcoe_client_t *client);