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 in struct:fc_local_port
/illumos-gate/usr/src/cmd/mdb/common/modules/fctl/
H A Dfctl.c477 mdb_printf(" fp_job_head : 0x%p\n", port.fp_job_head);
1193 wsp->walk_addr = (uintptr_t)(port.fp_job_head);
/illumos-gate/usr/src/uts/common/io/fibre-channel/impl/
H A Dfctl.c4334 ASSERT(port->fp_job_head == NULL);
4335 port->fp_job_head = port->fp_job_tail = job;
4354 if (port->fp_job_head == NULL) {
4358 job = port->fp_job_head;
4363 port->fp_job_head = job->job_next;
4377 ASSERT(port->fp_job_head == NULL);
4378 port->fp_job_head = port->fp_job_tail = job;
4381 job->job_next = port->fp_job_head;
4382 port->fp_job_head = job;
H A Dfp.c438 for (cnt = 0; (port->fp_job_head) && (cnt < fp_cmd_wait_cnt);
445 if (port->fp_job_head) {
1158 ASSERT(port->fp_job_tail == NULL && port->fp_job_head == NULL);
1166 port->fp_job_head = port->fp_job_tail = job;
1418 if (port->fp_job_head) {
1706 if (port->fp_job_head) {
1762 if (port->fp_job_head) {
2279 while (port->fp_job_head == NULL ||

Completed in 98 milliseconds