Home
last modified time | relevance | path

Searched refs:eport_client_private (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/io/comstar/port/fcoet/
H A Dfcoet.h248 ((fcoet_soft_state_t *)(x_frm)->frm_eport->eport_client_private)
252 #define EPORT2SS(x_port) ((fcoet_soft_state_t *)(x_port)->eport_client_private)
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/fcoei/
H A Dfcoei.h258 ((fcoei_soft_state_t *)(x_frm)->frm_eport->eport_client_private)
262 ((fcoei_soft_state_t *)(x_eport)->eport_client_private)
/illumos-gate/usr/src/uts/common/sys/fcoe/
H A Dfcoe_common.h126 void *eport_client_private; member
/illumos-gate/usr/src/uts/common/io/fcoe/
H A Dfcoe_fc.c113 eport->eport_client_private = client->ect_client_port_struct; in fcoe_register_client()