Searched defs:fcsm_job_t (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/fibre-channel/ulp/
H A Dfcsm.h98 } fcsm_job_t; typedef in typeref:struct:fcsm_job
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 *);
319 static void fcsm_init_job(fcsm_job_t *, int, uint32_t, uint32_t, opaque_t,
320 opaque_t, void (*comp)(opaque_t, fcsm_job_t *, int),
322 static int fcsm_process_job(fcsm_job_t *, int);
323 static void fcsm_enque_job(fcsm_t *, fcsm_job_t *, in
[all...]

Completed in 46 milliseconds