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

/illumos-gate/usr/src/uts/common/io/comstar/port/fcoet/
H A Dfcoet.h143 } fcoet_soft_state_t; typedef in typeref:struct:fcoet_soft_state
202 fcoet_soft_state_t *xch_ss;
248 ((fcoet_soft_state_t *)(x_frm)->frm_eport->eport_client_private)
251 #define PORT2SS(x_port) ((fcoet_soft_state_t *)(x_port)->port_fca_private)
252 #define EPORT2SS(x_port) ((fcoet_soft_state_t *)(x_port)->eport_client_private)
263 ((fcoet_soft_state_t *)(x_cmd)->cmd_port->port_fca_private)

Completed in 57 milliseconds