Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/io/fibre-channel/ulp/
H A Dfcsm.c530 fcsm_t *fcsm; in fcsm_port_attach() local
537 if ((fcsm = ddi_get_soft_state(fcsm_state, instance)) == NULL) { in fcsm_port_attach()
544 ASSERT(fcsm->sm_instance == instance); in fcsm_port_attach()
547 mutex_enter(&fcsm->sm_mutex); in fcsm_port_attach()
548 if ((fcsm->sm_flags & FCSM_ATTACHED) == 0) { in fcsm_port_attach()
549 mutex_exit(&fcsm->sm_mutex); in fcsm_port_attach()
550 fcsm_display(CE_WARN, SM_LOG, fcsm, NULL, in fcsm_port_attach()
554 mutex_exit(&fcsm->sm_mutex); in fcsm_port_attach()
556 if (fcsm_handle_port_resume(ulph, pinfo, cmd, s_id, fcsm) != in fcsm_port_attach()
561 (void) ddi_pathname(fcsm->sm_port_info.port_dip, fcsm_pathname); in fcsm_port_attach()
[all …]
/titanic_50/usr/src/pkg/manifests/
H A Ddriver-network-fcsm.mf32 set name=pkg.fmri value=pkg:/driver/network/fcsm@$(PKGVERS)
41 driver name=fcsm perms="* 0600 root sys"
42 file path=kernel/drv/$(ARCH64)/fcsm group=sys
43 file path=kernel/drv/fcsm.conf group=sys
H A DSUNWfcsm.mf29 depend fmri=pkg:/driver/network/fcsm@0.5.11,5.11-0.133 type=require
/titanic_50/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);
/titanic_50/usr/src/uts/intel/fcsm/
H A DMakefile39 MODULE = fcsm
/titanic_50/usr/src/uts/sparc/fcsm/
H A DMakefile39 MODULE = fcsm
/titanic_50/usr/src/uts/sparc/
H A DMakefile.sparc303 DRV_KMODS += fcsm
/titanic_50/usr/src/uts/intel/
H A DMakefile.intel449 DRV_KMODS += fcsm
/titanic_50/usr/src/uts/common/sys/
H A DMakefile964 fcsm.h
/titanic_50/usr/src/uts/common/
H A DMakefile.files1049 FCSM_OBJS += fcsm.o