Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/fibre-channel/ulp/
H A Dfcsm.c543 ASSERT(fcsm->sm_instance == instance); in fcsm_port_attach()
613 fcsm->sm_instance = instance; in fcsm_handle_port_attach()
624 (void) sprintf(name, "fcsm%d_cmd_cache", fcsm->sm_instance); in fcsm_handle_port_attach()
956 ASSERT(fcsm->sm_instance == instance); in fcsm_port_detach()
1171 fcsm_init_job(job, fcsm->sm_instance, FCSM_JOB_THREAD_SHUTDOWN, in fcsm_cleanup_port()
1224 ddi_soft_state_free(fcsm_state, fcsm->sm_instance); in fcsm_cleanup_port()
1253 ASSERT(fcsm->sm_instance == fc_ulp_get_port_instance(port_handle)); in fcsm_statec_cb()
1598 status = fcsm_ct_passthru(fcsm->sm_instance, fcio, KM_SLEEP, in fcsm_fciocmd()
2660 ASSERT(fcsm->sm_instance == job->job_port_instance); in fcsm_job_thread()
2992 fcsm_init_job(login_job, fcsm->sm_instance, FCSM_JOB_LOGIN_MGMT_SERVER, in fcsm_login_and_process_job()
/illumos-gate/usr/src/uts/common/sys/fibre-channel/ulp/
H A Dfcsm.h107 int sm_instance; /* fc port instance number */ member