Home
last modified time | relevance | path

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

/titanic_50/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 *);
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 *, int);
[all …]
/titanic_50/usr/src/uts/common/io/fibre-channel/ulp/
H A Dfcsm.c221 sizeof (fcsm_job_t), 8, fcsm_job_cache_constructor, in _init()
1162 fcsm_job_t *job; in fcsm_cleanup_port()
2323 fcsm_job_t *job = (fcsm_job_t *)buf; in fcsm_job_cache_constructor()
2335 fcsm_job_t *job = (fcsm_job_t *)buf; in fcsm_job_cache_destructor()
2342 static fcsm_job_t *
2345 fcsm_job_t *job; in fcsm_alloc_job()
2347 job = (fcsm_job_t *)kmem_cache_alloc(fcsm_job_cache, sleep); in fcsm_alloc_job()
2366 fcsm_dealloc_job(fcsm_job_t *job) in fcsm_dealloc_job()
2373 fcsm_init_job(fcsm_job_t *job, int instance, uint32_t command, uint32_t flags, in fcsm_init_job() argument
2375 void (*comp)(opaque_t, fcsm_job_t *, int), opaque_t comp_arg) in fcsm_init_job()
[all …]