Searched refs:fcsm (Results 1 – 10 of 10) sorted by relevance
/titanic_50/usr/src/uts/common/io/fibre-channel/ulp/ |
H A D | fcsm.c | 530 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 D | driver-network-fcsm.mf | 32 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 D | SUNWfcsm.mf | 29 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 D | fcsm.h | 103 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 D | Makefile | 39 MODULE = fcsm
|
/titanic_50/usr/src/uts/sparc/fcsm/ |
H A D | Makefile | 39 MODULE = fcsm
|
/titanic_50/usr/src/uts/sparc/ |
H A D | Makefile.sparc | 303 DRV_KMODS += fcsm
|
/titanic_50/usr/src/uts/intel/ |
H A D | Makefile.intel | 449 DRV_KMODS += fcsm
|
/titanic_50/usr/src/uts/common/sys/ |
H A D | Makefile | 964 fcsm.h
|
/titanic_50/usr/src/uts/common/ |
H A D | Makefile.files | 1049 FCSM_OBJS += fcsm.o
|