Home
last modified time | relevance | path

Searched refs:fcsm_job_t (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/fibre-channel/ulp/
H A Dfcsm.h98 } fcsm_job_t; typedef
115 fcsm_job_t *sm_job_head; /* port's job queue head */
116 fcsm_job_t *sm_job_tail; /* port's job queue tail */
134 fcsm_job_t *cmd_job;
317 static fcsm_job_t *fcsm_alloc_job(int);
318 static void fcsm_dealloc_job(fcsm_job_t *);
322 static int fcsm_process_job(fcsm_job_t *, int);
324 static fcsm_job_t *fcsm_deque_job(fcsm_t *);
331 static void fcsm_jobdone(fcsm_job_t *);
335 static void fcsm_job_ct_passthru(fcsm_job_t *);
[all …]
/illumos-gate/usr/src/uts/common/io/fibre-channel/ulp/
H A Dfcsm.c1161 fcsm_job_t *job; in fcsm_cleanup_port()
2322 fcsm_job_t *job = (fcsm_job_t *)buf; in fcsm_job_cache_constructor()
2334 fcsm_job_t *job = (fcsm_job_t *)buf; in fcsm_job_cache_destructor()
2341 static fcsm_job_t *
2344 fcsm_job_t *job; in fcsm_alloc_job()
2597 fcsm_job_t *
2600 fcsm_job_t *job; in fcsm_deque_job()
2626 fcsm_job_t *job; in fcsm_job_thread()
2772 fcsm_job_t *job; in fcsm_ct_intr()
3134 fcsm_job_t *job; in fcsm_xlogi_intr()
[all …]