Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/fibre-channel/impl/
H A Dfctl_private.h448 struct fp_cmd *fp_wait_head; /* waitQ head */ member
/illumos-gate/usr/src/cmd/mdb/common/modules/fctl/
H A Dfctl.c482 mdb_printf(" fp_wait_head : 0x%p\n", port.fp_wait_head); in fcport()
/illumos-gate/usr/src/uts/common/io/fibre-channel/impl/
H A Dfp.c3214 if (port->fp_wait_head) { in fp_resendcmd()
3277 ASSERT(port->fp_wait_head == NULL); in fp_enque_cmd()
3278 port->fp_wait_head = port->fp_wait_tail = cmd; in fp_enque_cmd()
3458 if (port->fp_wait_head == NULL) { in fp_deque_cmd()
3468 cmd = port->fp_wait_head; in fp_deque_cmd()
3469 port->fp_wait_head = cmd->cmd_next; in fp_deque_cmd()
3472 if (port->fp_wait_head == NULL) { in fp_deque_cmd()