Searched refs:job_port_instance (Results 1 – 2 of 2) sorted by relevance
2350 job->job_port_instance = -1; in fcsm_alloc_job()2377 job->job_port_instance = instance; in fcsm_init_job()2396 fcsm = ddi_get_soft_state(fcsm_state, job->job_port_instance); in fcsm_process_job()2401 job->job_port_instance)); in fcsm_process_job()2560 fcsm = ddi_get_soft_state(fcsm_state, job->job_port_instance); in fcsm_jobdone()2660 ASSERT(fcsm->sm_instance == job->job_port_instance); in fcsm_job_thread()2814 ASSERT(job->job_port_instance != -1); in fcsm_job_ct_passthru()2817 fcsm = ddi_get_soft_state(fcsm_state, job->job_port_instance); in fcsm_job_ct_passthru()3026 ASSERT(login_job->job_port_instance == orig_job->job_port_instance); in fcsm_login_ms_comp()3027 fcsm = ddi_get_soft_state(fcsm_state, login_job->job_port_instance); in fcsm_login_ms_comp()[all …]
85 int job_port_instance; /* port driver instance */ member