Home
last modified time | relevance | path

Searched refs:fp_wait_tail (Results 1 – 3 of 3) sorted by relevance

/titanic_41/usr/src/uts/common/sys/fibre-channel/impl/
H A Dfctl_private.h449 struct fp_cmd *fp_wait_tail; /* waitQ tail */ member
/titanic_41/usr/src/cmd/mdb/common/modules/fctl/
H A Dfctl.c480 mdb_printf(" fp_wait_tail : 0x%p\n", port.fp_wait_tail); in fcport()
/titanic_41/usr/src/uts/common/io/fibre-channel/impl/
H A Dfp.c3166 cur_tail = port->fp_wait_tail; in fp_resendcmd()
3272 if (port->fp_wait_tail) { in fp_enque_cmd()
3273 port->fp_wait_tail->cmd_next = cmd; in fp_enque_cmd()
3274 port->fp_wait_tail = cmd; in fp_enque_cmd()
3277 port->fp_wait_head = port->fp_wait_tail = cmd; in fp_enque_cmd()
3472 port->fp_wait_tail = NULL; in fp_deque_cmd()