Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_fct.c783 port->fct_wait_tail = NULL; in emlxs_fct_unsol_flush()
3384 if (port->fct_wait_tail) { in emlxs_fct_handle_unsol_els()
3385 port->fct_wait_tail->next = cmd_sbp; in emlxs_fct_handle_unsol_els()
3387 port->fct_wait_tail = cmd_sbp; in emlxs_fct_handle_unsol_els()
4591 if (port->fct_wait_tail == cmd_sbp2) { in emlxs_fct_abort()
4592 port->fct_wait_tail = prev; in emlxs_fct_abort()
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_fc.h1127 emlxs_buf_t *fct_wait_tail; member