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