Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/fibre-channel/impl/
H A Dfctl_private.h445 struct job_request *fp_job_head; member
/illumos-gate/usr/src/cmd/mdb/common/modules/fctl/
H A Dfctl.c480 mdb_printf(" fp_job_head : 0x%p\n", port.fp_job_head); in fcport()
1197 wsp->walk_addr = (uintptr_t)(port.fp_job_head); in job_request_walk_i()
/illumos-gate/usr/src/uts/common/io/fibre-channel/impl/
H A Dfctl.c4335 ASSERT(port->fp_job_head == NULL); in fctl_enque_job()
4336 port->fp_job_head = port->fp_job_tail = job; in fctl_enque_job()
4355 if (port->fp_job_head == NULL) { in fctl_deque_job()
4359 job = port->fp_job_head; in fctl_deque_job()
4364 port->fp_job_head = job->job_next; in fctl_deque_job()
4378 ASSERT(port->fp_job_head == NULL); in fctl_priority_enque_job()
4379 port->fp_job_head = port->fp_job_tail = job; in fctl_priority_enque_job()
4382 job->job_next = port->fp_job_head; in fctl_priority_enque_job()
4383 port->fp_job_head = job; in fctl_priority_enque_job()
H A Dfp.c439 for (cnt = 0; (port->fp_job_head) && (cnt < fp_cmd_wait_cnt); in fp_detach()
446 if (port->fp_job_head) { in fp_detach()
1159 ASSERT(port->fp_job_tail == NULL && port->fp_job_head == NULL); in fp_attach_handler()
1167 port->fp_job_head = port->fp_job_tail = job; in fp_attach_handler()
1419 if (port->fp_job_head) { in fp_resume_all()
1707 if (port->fp_job_head) { in fp_suspend_handler()
1763 if (port->fp_job_head) { in fp_power_down()
2280 while (port->fp_job_head == NULL || in fp_job_handler()