Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/fibre-channel/ulp/
H A Dfcsm.c2351 job->job_port_instance = -1; in fcsm_alloc_job()
2378 job->job_port_instance = instance; in fcsm_init_job()
2397 fcsm = ddi_get_soft_state(fcsm_state, job->job_port_instance); in fcsm_process_job()
2402 job->job_port_instance)); in fcsm_process_job()
2561 fcsm = ddi_get_soft_state(fcsm_state, job->job_port_instance); in fcsm_jobdone()
2661 ASSERT(fcsm->sm_instance == job->job_port_instance); in fcsm_job_thread()
2815 ASSERT(job->job_port_instance != -1); in fcsm_job_ct_passthru()
2818 fcsm = ddi_get_soft_state(fcsm_state, job->job_port_instance); in fcsm_job_ct_passthru()
3027 ASSERT(login_job->job_port_instance == orig_job->job_port_instance); in fcsm_login_ms_comp()
3028 fcsm = ddi_get_soft_state(fcsm_state, login_job->job_port_instance); in fcsm_login_ms_comp()
[all …]
/titanic_41/usr/src/uts/common/sys/fibre-channel/ulp/
H A Dfcsm.h85 int job_port_instance; /* port driver instance */ member