Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/fibre-channel/ulp/
H A Dfcsm.c1177 ASSERT(job->job_result == FC_SUCCESS); in fcsm_cleanup_port()
2351 job->job_result = -1; in fcsm_alloc_job()
2489 if (job->job_result != FC_LOGINREQ) { in fcsm_retry_job()
2563 if (job->job_result != FC_SUCCESS) { in fcsm_jobdone()
2571 job->job_comp(job->job_comp_arg, job, job->job_result); in fcsm_jobdone()
2666 job->job_result = FC_FAILURE; in fcsm_job_thread()
2683 job->job_result = FC_SUCCESS; in fcsm_job_thread()
2697 job->job_result = FC_SUCCESS; in fcsm_job_thread()
2716 job->job_result = FC_FAILURE; in fcsm_job_thread()
2795 job->job_result = in fcsm_ct_intr()
[all …]
/illumos-gate/usr/src/uts/common/io/fibre-channel/impl/
H A Dfp.c2369 job->job_result = FC_SUCCESS; in fp_job_handler()
2396 job->job_result = fp_ulp_notify(port, statec, KM_SLEEP); in fp_job_handler()
2419 job->job_result = FC_SUCCESS; in fp_job_handler()
2431 job->job_result = FC_FAILURE; in fp_job_handler()
2447 job->job_result = rval; in fp_job_handler()
2469 job->job_result = FC_LOGINREQ; in fp_job_handler()
2477 job->job_result = FC_SUCCESS; in fp_job_handler()
2494 job->job_result = in fp_job_handler()
2504 job->job_result = in fp_job_handler()
2533 job->job_result = fp_ns_getmap(port, in fp_job_handler()
[all …]
H A Dfctl.c1147 rval = job->job_result; in fc_ulp_login()
1203 job->job_result = FC_SUCCESS; in fc_ulp_get_remote_port()
1209 if (job->job_result != FC_SUCCESS) { in fc_ulp_get_remote_port()
1210 *error = job->job_result; in fc_ulp_get_remote_port()
1229 job->job_result = FC_SUCCESS; in fc_ulp_get_remote_port()
1236 if (job->job_result != FC_SUCCESS) { in fc_ulp_get_remote_port()
1237 *error = job->job_result; in fc_ulp_get_remote_port()
1343 rval = job->job_result; in fc_ulp_port_ns()
1648 rval = job->job_result; in fc_ulp_linkreset()
4302 job->job_result = FC_SUCCESS; in fctl_alloc_job()
[all …]
/illumos-gate/usr/src/uts/common/sys/fibre-channel/impl/
H A Dfc_portif.h164 int job_result; member
205 job_request::job_code job_request::job_result job_request::job_flags
/illumos-gate/usr/src/uts/common/sys/fibre-channel/ulp/
H A Dfcsm.h86 int job_result; /* job completion result */ member