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

/illumos-gate/usr/src/uts/common/sys/fibre-channel/impl/
H A Dfc_portif.h171 * job_request_t struct, such as a PLOGI to a group of remote ports
200 } job_request_t; typedef in typeref:struct:job_request
215 * Values for the job_code field in the job_request_t struct.
248 * Bitmask values for the job_flags field in the job_request_t struct.
252 * deallocate the job_request_t struct. If not set then fctl_jobdone() will
260 * job_port_sema in the job_request_t. fp_port_shutdown() also looks for
375 job_request_t *fctl_alloc_job(int job_code, int job_flags,
377 void fctl_dealloc_job(job_request_t *job);
378 void fctl_enque_job(fc_local_port_t *port, job_request_t *job);
379 void fctl_priority_enque_job(fc_local_port_t *port, job_request_t *jo
[all...]

Completed in 45 milliseconds