Searched refs:fct_wait_head (Results 1 – 2 of 2) sorted by relevance
781 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()
1126 emlxs_buf_t *fct_wait_head; member