Searched refs:fcsm (Results 1 - 14 of 14) sorted by relevance

/opensolaris-onvv-gate/usr/src/uts/common/io/fibre-channel/ulp/
H A Dfcsm.c27 * fcsm - ULP Module for Fibre Channel SAN Management
38 #include <sys/fibre-channel/ulp/fcsm.h>
317 * It is possible to modunload fcsm manually, which will cause
353 "attach: duplicate attach of fcsm!!"));
433 if (ddi_create_minor_node(fcsm_dip, "fcsm", S_IFCHR,
530 fcsm_t *fcsm; local
537 if ((fcsm = ddi_get_soft_state(fcsm_state, instance)) == NULL) {
544 ASSERT(fcsm->sm_instance == instance);
547 mutex_enter(&fcsm->sm_mutex);
548 if ((fcsm
585 fcsm_t *fcsm; local
690 fcsm_handle_port_resume(opaque_t ulph, fc_ulp_port_info_t *pinfo, fc_attach_cmd_t cmd, uint32_t s_id, fcsm_t *fcsm) argument
749 fcsm_t *fcsm; local
908 fcsm_t *fcsm; local
930 fcsm_t *fcsm; local
1008 fcsm_handle_port_detach(fc_ulp_port_info_t *pinfo, fcsm_t *fcsm, fc_detach_cmd_t cmd) argument
1093 fcsm_suspend_port(fcsm_t *fcsm) argument
1123 fcsm_resume_port(fcsm_t *fcsm) argument
1158 fcsm_cleanup_port(fcsm_t *fcsm) argument
1235 fcsm_t *fcsm; local
1368 fcsm_t *fcsm = (fcsm_t *)handle; local
1507 fcsm_t *fcsm; local
1795 fcsm_disp_devlist(fcsm_t *fcsm, fc_portmap_t *devlist, uint32_t dev_cnt) argument
1825 fcsm_display(int level, int flags, fcsm_t *fcsm, fc_packet_t *pkt, const char *fmt, ...) argument
1962 fcsm_t *fcsm = (fcsm_t *)cdarg; local
2017 fcsm_t *fcsm = (fcsm_t *)cdarg; local
2035 fcsm_alloc_cmd(fcsm_t *fcsm, uint32_t cmd_len, uint32_t resp_len, int sleep) argument
2244 fcsm_t *fcsm; local
2391 fcsm_t *fcsm; local
2437 fcsm_enque_job(fcsm_t *fcsm, fcsm_job_t *job, int priority_flag) argument
2476 fcsm_retry_job(fcsm_t *fcsm, fcsm_job_t *job) argument
2559 fcsm_t *fcsm; local
2599 fcsm_deque_job(fcsm_t *fcsm) argument
2625 fcsm_job_thread(fcsm_t *fcsm) argument
2728 fcsm_ct_init(fcsm_t *fcsm, fcsm_cmd_t *cmd, fc_ct_aiu_t *req_iu, size_t req_len, void (*comp_func)()) argument
2775 fcsm_t *fcsm; local
2808 fcsm_t *fcsm; local
2937 fcsm_login_and_process_job(fcsm_t *fcsm, fcsm_job_t *orig_job) argument
3012 fcsm_t *fcsm; local
3066 fcsm_t *fcsm; local
3090 fcsm_xlogi_init(fcsm_t *fcsm, fcsm_cmd_t *cmd, uint32_t d_id, void (*comp_func)(), uchar_t ls_code) argument
3136 fcsm_t *fcsm; local
3166 fcsm_t *fcsm; local
3265 fcsm_t *fcsm; local
3351 fcsm_t *fcsm; local
3469 fcsm_enque_cmd(fcsm_t *fcsm, fcsm_cmd_t *cmd) argument
3498 fcsm_deque_cmd(fcsm_t *fcsm) argument
3526 fcsm_t *fcsm; local
[all...]
/opensolaris-onvv-gate/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 $(i386_ONLY)file path=kernel/drv/fcsm group=sys
44 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
H A Dstorage-storage-server.mf37 depend fmri=driver/network/fcsm type=require
/opensolaris-onvv-gate/usr/src/uts/intel/fcsm/
H A DMakefile21 # uts/intel/fcsm/Makefile
26 # This makefile drives the production of fcsm driver kernel module.
39 MODULE = fcsm
/opensolaris-onvv-gate/usr/src/uts/sparc/fcsm/
H A DMakefile21 # uts/sparc/fcsm/Makefile
26 # This makefile drives the production of fcsm driver kernel module.
39 MODULE = fcsm
/opensolaris-onvv-gate/usr/src/uts/common/sys/fibre-channel/ulp/
H A Dfcsm.h96 void *job_priv; /* for fcsm private use */
97 uint32_t job_priv_flags; /* fcsm private flags */
103 typedef struct fcsm { struct
105 struct fcsm *sm_next; /* for global linked list */
199 * local variable "fcsm" must exist before using these
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);
/opensolaris-onvv-gate/usr/src/lib/sun_fc/common/
H A DFCHBANPIVPort.cc43 #include <sys/fibre-channel/ulp/fcsm.h>
H A DFCHBA.cc42 #include <sys/fibre-channel/ulp/fcsm.h>
49 const string FCHBA::FCSM_DRIVER_PATH = "/devices/pseudo/fcsm@0:fcsm";
86 // open the fcsm node so we can send the ioctl to
357 /* open the fcsm node so we can send the ioctl to */
H A DFCHBAPort.cc44 #include <sys/fibre-channel/ulp/fcsm.h>
59 const string FCHBAPort::FCSM_DRIVER_PATH = "/devices/pseudo/fcsm@0:fcsm";
/opensolaris-onvv-gate/usr/src/uts/sparc/
H A DMakefile.sparc.shared300 DRV_KMODS += fcsm
/opensolaris-onvv-gate/usr/src/uts/intel/
H A DMakefile.intel.shared435 DRV_KMODS += fcsm
/opensolaris-onvv-gate/usr/src/uts/common/sys/
H A DMakefile990 fcsm.h
/opensolaris-onvv-gate/usr/src/uts/common/
H A DMakefile.files1039 FCSM_OBJS += fcsm.o

Completed in 186 milliseconds