Home
last modified time | relevance | path

Searched refs:fcsm (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/uts/common/io/fibre-channel/ulp/
H A Dfcsm.c529 fcsm_t *fcsm; in fcsm_port_attach() local
536 if ((fcsm = ddi_get_soft_state(fcsm_state, instance)) == NULL) { in fcsm_port_attach()
543 ASSERT(fcsm->sm_instance == instance); in fcsm_port_attach()
546 mutex_enter(&fcsm->sm_mutex); in fcsm_port_attach()
547 if ((fcsm->sm_flags & FCSM_ATTACHED) == 0) { in fcsm_port_attach()
548 mutex_exit(&fcsm->sm_mutex); in fcsm_port_attach()
549 fcsm_display(CE_WARN, SM_LOG, fcsm, NULL, in fcsm_port_attach()
553 mutex_exit(&fcsm->sm_mutex); in fcsm_port_attach()
555 if (fcsm_handle_port_resume(ulph, pinfo, cmd, s_id, fcsm) != in fcsm_port_attach()
560 (void) ddi_pathname(fcsm->sm_port_info.port_dip, fcsm_pathname); in fcsm_port_attach()
[all …]
/illumos-gate/usr/src/pkg/manifests/
H A Ddriver-network-fcsm.p5m32 set name=pkg.fmri value=pkg:/driver/network/fcsm@$(PKGVERS)
40 file path=kernel/drv/$(ARCH64)/fcsm group=sys
41 file path=kernel/drv/fcsm.conf group=sys
42 driver name=fcsm perms="* 0600 root sys"
/illumos-gate/usr/src/uts/common/sys/fibre-channel/ulp/
H A Dfcsm.h103 typedef struct fcsm { struct
105 struct fcsm *sm_next; /* for global linked list */ argument
203 if (!((fcsm)->sm_flags & FCSM_USING_NODMA_FCA)) { \
214 if (!((fcsm)->sm_flags & FCSM_USING_NODMA_FCA)) { \
330 static int fcsm_retry_job(fcsm_t *fcsm, fcsm_job_t *job);
/illumos-gate/usr/src/uts/intel/fcsm/
H A DMakefile39 MODULE = fcsm
/illumos-gate/usr/src/uts/intel/
H A DMakefile.intel446 DRV_KMODS += fcsm
/illumos-gate/usr/src/uts/common/sys/
H A DMakefile995 fcsm.h
/illumos-gate/usr/src/uts/common/
H A DMakefile.files1011 FCSM_OBJS += fcsm.o