Home
last modified time | relevance | path

Searched refs:this_ss (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/comstar/port/fcoet/
H A Dfcoet_fc.c144 fcoet_soft_state_t *this_ss = PORT2SS(port); in fcoet_deregister_remote_port() local
146 this_ss->ss_rport_dereg_state = 0; in fcoet_deregister_remote_port()
147 this_ss->ss_rportid_in_dereg = 0; in fcoet_deregister_remote_port()
326 fcoet_soft_state_t *this_ss = PORT2SS(port); in fcoet_abort_cmd() local
350 mutex_enter(&this_ss->ss_watch_mutex); in fcoet_abort_cmd()
352 list_insert_tail(&this_ss->ss_abort_xchg_list, in fcoet_abort_cmd()
354 cv_signal(&this_ss->ss_watch_cv); in fcoet_abort_cmd()
355 mutex_exit(&this_ss->ss_watch_mutex); in fcoet_abort_cmd()
369 mutex_enter(&this_ss->ss_watch_mutex); in fcoet_abort_cmd()
371 cv_signal(&this_ss->ss_watch_cv); in fcoet_abort_cmd()
[all …]
/illumos-gate/usr/src/uts/common/io/fcoe/
H A Dfcoe.c116 static int fcoe_attach_init(fcoe_soft_state_t *this_ss);
117 static int fcoe_detach_uninit(fcoe_soft_state_t *this_ss);