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