Searched refs:fp_wait_head (Results 1 – 3 of 3) sorted by relevance
448 struct fp_cmd *fp_wait_head; /* waitQ head */ member
479 mdb_printf(" fp_wait_head : 0x%p\n", port.fp_wait_head); in fcport()
3213 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()