Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_fct.c778 cmd_sbp = port->fct_wait_head;
779 port->fct_wait_head = NULL;
3375 if (!port->fct_wait_head) {
3376 port->fct_wait_head = cmd_sbp;
4564 cmd_sbp2 = port->fct_wait_head;
4573 if (port->fct_wait_head == cmd_sbp2) {
4574 port->fct_wait_head = cmd_sbp2->next;
/titanic_50/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_fc.h1122 emlxs_buf_t *fct_wait_head; member