Home
last modified time | relevance | path

Searched refs:job_next (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/fibre-channel/impl/
H A Dfc_portif.h199 struct job_request *job_next; member
209 _NOTE(MUTEX_PROTECTS_DATA(fc_local_port::fp_mutex, job_request::job_next))
/illumos-gate/usr/src/uts/common/sys/fibre-channel/ulp/
H A Dfcsm.h94 struct fcsm_job *job_next; /* for linked list */ member
/illumos-gate/usr/src/uts/common/io/fibre-channel/ulp/
H A Dfcsm.c2358 job->job_next = 0; in fcsm_alloc_job()
2451 job->job_next = fcsm->sm_job_head; in fcsm_enque_job()
2463 fcsm->sm_job_tail->job_next = job; in fcsm_enque_job()
2466 job->job_next = NULL; in fcsm_enque_job()
2610 if (job->job_next == NULL) { in fcsm_deque_job()
2614 fcsm->sm_job_head = job->job_next; in fcsm_deque_job()
2615 job->job_next = NULL; in fcsm_deque_job()
/illumos-gate/usr/src/uts/common/io/fibre-channel/impl/
H A Dfctl.c4312 job->job_next = NULL; in fctl_alloc_job()
4338 port->fp_job_tail->job_next = job; in fctl_enque_job()
4341 job->job_next = NULL; in fctl_enque_job()
4360 if (job->job_next == NULL) { in fctl_deque_job()
4364 port->fp_job_head = job->job_next; in fctl_deque_job()
4380 job->job_next = NULL; in fctl_priority_enque_job()
4382 job->job_next = port->fp_job_head; in fctl_priority_enque_job()
/illumos-gate/usr/src/cmd/mdb/common/modules/fctl/
H A Dfctl.c1222 (uintptr_t)(((struct job_request *)wsp->walk_data)->job_next); in job_request_walk_s()