/linux-2.6.39/drivers/net/skfp/ |
D | drvfbi.c | 329 smc->s.sas = SMT_SAS ; /* Single att. station */ in init_board() 331 smc->s.sas = SMT_DAS ; /* Dual att. station */ in init_board() 349 if (smc->s.sas != SMT_DAS) in sm_pm_bypass_req()
|
D | smtdef.c | 98 smt->sas = SMT_DAS ; in smt_reset_defaults() 312 switch (smc->s.sas) { in smt_fixup_mib() 325 switch (smc->s.sas) { in smt_fixup_mib()
|
D | cfm.c | 164 if (smc->s.sas != SMT_DAS ) in cem_priv_state() 305 if (smc->s.sas && (smc->y[PA].cf_join || smc->y[PA].cf_loop || in cfm_fsm() 602 path = smc->s.sas ? path_iso_s : path_iso ; in cem_build_path() 603 len = smc->s.sas ? sizeof(path_iso_s) : sizeof(path_iso) ; in cem_build_path()
|
D | pcmplc.c | 249 switch (smc->s.sas) { in pcm_init() 476 if ((smc->s.sas == SMT_SAS) && (p == PS)) { in plc_init() 573 if (smc->s.sas != SMT_DAS) in plc_config_mux() 606 if ((np != PS) && (smc->s.sas == SMT_SAS)) in pcm() 944 if (smc->s.sas == SMT_DAS && np == PB && in pcm_fsm() 1545 ((smc->s.sas == SMT_DAS) && (phy->wc_flag))) { in pc_tcode_actions() 1550 switch (smc->s.sas) { in pc_tcode_actions() 1592 if (smc->s.sas != SMT_DAS) in pcm_status_twisted()
|
D | ecm.c | 190 (smc->s.sas == SMT_DAS)) { in ecm_fsm() 433 switch (smc->s.sas) { in prop_actions()
|
D | smt.c | 1070 if (smc->s.sas == SMT_SAS) in smt_send_sif_operation() 1304 if (smc->s.sas == SMT_DAS) { in smt_fill_latency() 1333 #define ALLPHYS ((smc->s.sas == SMT_SAS) ? 1 : 2) 1358 if (smc->s.sas == SMT_SAS) in smt_fill_path() 1761 return (smc->s.sas == SMT_SAS) ? 2 : 3; in mac_index() 1794 return smc->s.sas == SMT_SAS ? 2 : 3; in mac_con_resource_index()
|
D | pmf.c | 408 if (smc->s.sas == SMT_SAS) in smt_build_pmf_response() 688 if (smc->s.sas == SMT_SAS) in smt_add_para() 1538 if (smc->s.sas == SMT_SAS) in smt_mib_phys() 1551 if (smc->s.sas == SMT_SAS) in port_to_mib()
|
D | fplustm.c | 865 if (smc->s.sas == SMT_DAS) in init_fplus()
|
/linux-2.6.39/drivers/scsi/libsas/ |
D | Kconfig | 46 Allows sas hosts to receive SMP frames. Selecting this
|
/linux-2.6.39/drivers/net/skfp/h/ |
D | smc.h | 360 u_char sas ; /* SMT_DAS/SAS/NAC */ member
|
/linux-2.6.39/fs/dlm/ |
D | lowcomms.c | 1080 struct sockaddr_storage sas, *addr; in init_local() local 1085 if (dlm_our_addr(&sas, i)) in init_local() 1091 memcpy(addr, &sas, sizeof(*addr)); in init_local()
|
/linux-2.6.39/Documentation/scsi/ |
D | libsas.txt | 72 sas_addr -- this normally points to an array holding the sas 80 allows it to do this. At best you should copy the sas 94 received. See sas.h. Grab the lock, set the primitive,
|
/linux-2.6.39/drivers/scsi/ |
D | Makefile | 120 obj-$(CONFIG_SCSI_3W_SAS) += 3w-sas.o
|
D | Kconfig | 437 <file:drivers/scsi/3w-sas.c>.
|
/linux-2.6.39/drivers/scsi/mvsas/ |
D | mv_sas.h | 292 struct sas_ha_struct *sas; member
|
D | mv_sas.c | 355 sas_ha = mvi->sas; in mvs_bytes_dmaed() 382 mvi->sas->notify_port_event(sas_phy, in mvs_bytes_dmaed() 2003 struct sas_ha_struct *sas_ha = mvi->sas; in mvs_work_queue() 2077 struct sas_ha_struct *sas_ha = mvi->sas; in mvs_int_port()
|
D | mv_init.c | 372 mvi->sas = sha; in mvs_pci_alloc()
|
/linux-2.6.39/drivers/scsi/pm8001/ |
D | pm8001_sas.h | 363 struct sas_ha_struct *sas;/* SCSI/SAS glue */ member
|
D | pm8001_hwi.c | 2759 sas_ha = pm8001_ha->sas; in pm8001_bytes_dmaed() 2781 pm8001_ha->sas->notify_port_event(sas_phy, PORTE_BYTES_DMAED); in pm8001_bytes_dmaed() 2890 struct sas_ha_struct *sas_ha = pm8001_ha->sas; in hw_event_sas_phy_up() 2968 struct sas_ha_struct *sas_ha = pm8001_ha->sas; in hw_event_sata_phy_up() 3297 struct sas_ha_struct *sas_ha = pm8001_ha->sas; in mpi_hw_event()
|
D | pm8001_init.c | 381 pm8001_ha->sas = sha; in pm8001_pci_alloc()
|
/linux-2.6.39/drivers/message/fusion/ |
D | mptbase.c | 6601 int scsi, fc, sas, lan, ctl, targ, dmp; in mpt_version_proc_show() local 6607 scsi = fc = sas = lan = ctl = targ = dmp = 0; in mpt_version_proc_show() 6619 if (!sas++) drvname = "SAS host"; in mpt_version_proc_show()
|