Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_fct.c781 cmd_sbp = port->fct_wait_head; in emlxs_fct_unsol_flush()
782 port->fct_wait_head = NULL; in emlxs_fct_unsol_flush()
3389 if (!port->fct_wait_head) { in emlxs_fct_handle_unsol_els()
3390 port->fct_wait_head = cmd_sbp; in emlxs_fct_handle_unsol_els()
4578 cmd_sbp2 = port->fct_wait_head; in emlxs_fct_abort()
4587 if (port->fct_wait_head == cmd_sbp2) { in emlxs_fct_abort()
4588 port->fct_wait_head = cmd_sbp2->next; in emlxs_fct_abort()
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_fc.h1126 emlxs_buf_t *fct_wait_head; member