Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/sys/fibre-channel/impl/
H A Dfctl_private.h448 struct fp_cmd *fp_wait_head; /* waitQ head */ member
/titanic_41/usr/src/cmd/mdb/common/modules/fctl/
H A Dfctl.c479 mdb_printf(" fp_wait_head : 0x%p\n", port.fp_wait_head); in fcport()
/titanic_41/usr/src/uts/common/io/fibre-channel/impl/
H A Dfp.c3213 if (port->fp_wait_head) { in fp_resendcmd()
3276 ASSERT(port->fp_wait_head == NULL); in fp_enque_cmd()
3277 port->fp_wait_head = port->fp_wait_tail = cmd; in fp_enque_cmd()
3457 if (port->fp_wait_head == NULL) { in fp_deque_cmd()
3467 cmd = port->fp_wait_head; in fp_deque_cmd()
3468 port->fp_wait_head = cmd->cmd_next; in fp_deque_cmd()
3471 if (port->fp_wait_head == NULL) { in fp_deque_cmd()