Home
last modified time | relevance | path

Searched refs:PORT2SS (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/comstar/port/fcoet/
H A Dfcoet_fc.c88 bcopy(&PORT2SS(port)->ss_link_info, li, sizeof (fct_link_info_t)); in fcoet_get_link_info()
144 fcoet_soft_state_t *this_ss = PORT2SS(port); in fcoet_deregister_remote_port()
326 fcoet_soft_state_t *this_ss = PORT2SS(port); in fcoet_abort_cmd()
534 fcoet_soft_state_t *this_ss = PORT2SS(port); in fcoet_ctl()
H A Dfcoet.h251 #define PORT2SS(x_port) ((fcoet_soft_state_t *)(x_port)->port_fca_private) macro
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/fcoei/
H A Dfcoei.h260 #define PORT2SS(x_port) ((fcoei_soft_state_t *)(x_port)->port_fca_private) macro