Home
last modified time | relevance | path

Searched refs:fp_job_head (Results 1 – 4 of 4) sorted by relevance

/titanic_44/usr/src/uts/common/sys/fibre-channel/impl/
H A Dfctl_private.h445 struct job_request *fp_job_head; member
/titanic_44/usr/src/cmd/mdb/common/modules/fctl/
H A Dfctl.c477 mdb_printf(" fp_job_head : 0x%p\n", port.fp_job_head); in fcport()
1193 wsp->walk_addr = (uintptr_t)(port.fp_job_head); in job_request_walk_i()
/titanic_44/usr/src/uts/common/io/fibre-channel/impl/
H A Dfctl.c4334 ASSERT(port->fp_job_head == NULL); in fctl_enque_job()
4335 port->fp_job_head = port->fp_job_tail = job; in fctl_enque_job()
4354 if (port->fp_job_head == NULL) { in fctl_deque_job()
4358 job = port->fp_job_head; in fctl_deque_job()
4363 port->fp_job_head = job->job_next; in fctl_deque_job()
4377 ASSERT(port->fp_job_head == NULL); in fctl_priority_enque_job()
4378 port->fp_job_head = port->fp_job_tail = job; in fctl_priority_enque_job()
4381 job->job_next = port->fp_job_head; in fctl_priority_enque_job()
4382 port->fp_job_head = job; in fctl_priority_enque_job()
H A Dfp.c438 for (cnt = 0; (port->fp_job_head) && (cnt < fp_cmd_wait_cnt); in fp_detach()
445 if (port->fp_job_head) { in fp_detach()
1158 ASSERT(port->fp_job_tail == NULL && port->fp_job_head == NULL); in fp_attach_handler()
1166 port->fp_job_head = port->fp_job_tail = job; in fp_attach_handler()
1418 if (port->fp_job_head) { in fp_resume_all()
1706 if (port->fp_job_head) { in fp_suspend_handler()
1762 if (port->fp_job_head) { in fp_power_down()
2279 while (port->fp_job_head == NULL || in fp_job_handler()