Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/fibre-channel/impl/
H A Dfc_portif.h192 void *job_arg; /* caller's argument */ member
208 job_request::job_private job_request::job_arg))
/illumos-gate/usr/src/uts/common/sys/fibre-channel/ulp/
H A Dfcsm.h87 opaque_t job_arg; /* Command Arguments */ member
/illumos-gate/usr/src/uts/common/io/fibre-channel/ulp/
H A Dfcsm.c2352 job->job_arg = (opaque_t)0; in fcsm_alloc_job()
2380 job->job_arg = arg; in fcsm_init_job()
2500 ASSERT(job->job_arg != NULL); in fcsm_retry_job()
2502 (fc_ct_header_t *)((fcio_t *)job->job_arg)->fcio_ibuf; in fcsm_retry_job()
2780 fcio = job->job_arg; in fcsm_ct_intr()
2835 fcio = job->job_arg; in fcsm_job_ct_passthru()
/illumos-gate/usr/src/uts/common/io/fibre-channel/impl/
H A Dfp.c2523 (uint32_t *)job->job_arg, 1, 0, 0); in fp_job_handler()
2535 (uint32_t *)job->job_arg, in fp_job_handler()
2545 (uint32_t *)job->job_arg, 1, 0, 0); in fp_job_handler()
H A Dfctl.c1001 job->job_arg = (opaque_t)len; in fc_ulp_getportmap()