Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_fct.c780 port->fct_wait_tail = NULL;
3370 if (port->fct_wait_tail) {
3371 port->fct_wait_tail->next = cmd_sbp;
3373 port->fct_wait_tail = cmd_sbp;
4577 if (port->fct_wait_tail == cmd_sbp2) {
4578 port->fct_wait_tail = prev;
/titanic_44/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_fc.h1123 emlxs_buf_t *fct_wait_tail; member