/linux-4.1.27/Documentation/devicetree/bindings/thermal/ |
D | st-thermal.txt | 7 "st,stih415-sas-thermal", 9 "st,stih416-sas-thermal" 14 and module type (sas or mpe). On stid127 & stih407 there is only
|
/linux-4.1.27/drivers/scsi/isci/ |
D | port.c | 499 void sci_port_get_sas_address(struct isci_port *iport, struct sci_sas_address *sas) in sci_port_get_sas_address() argument 503 sas->high = 0; in sci_port_get_sas_address() 504 sas->low = 0; in sci_port_get_sas_address() 507 sci_phy_get_sas_address(iport->phy_table[index], sas); in sci_port_get_sas_address() 510 void sci_port_get_attached_sas_address(struct isci_port *iport, struct sci_sas_address *sas) in sci_port_get_attached_sas_address() argument 521 sci_phy_get_attached_sas_address(iphy, sas); in sci_port_get_attached_sas_address() 523 sci_phy_get_sas_address(iphy, sas); in sci_port_get_attached_sas_address() 524 sas->low += iphy->phy_index; in sci_port_get_attached_sas_address() 527 sas->high = 0; in sci_port_get_attached_sas_address() 528 sas->low = 0; in sci_port_get_attached_sas_address()
|
D | phy.c | 448 void sci_phy_get_sas_address(struct isci_phy *iphy, struct sci_sas_address *sas) in sci_phy_get_sas_address() argument 450 sas->high = readl(&iphy->link_layer_registers->source_sas_address_high); in sci_phy_get_sas_address() 451 sas->low = readl(&iphy->link_layer_registers->source_sas_address_low); in sci_phy_get_sas_address() 454 void sci_phy_get_attached_sas_address(struct isci_phy *iphy, struct sci_sas_address *sas) in sci_phy_get_attached_sas_address() argument 459 memcpy(sas, iaf->sas_addr, SAS_ADDR_SIZE); in sci_phy_get_attached_sas_address()
|
/linux-4.1.27/drivers/net/fddi/skfp/ |
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 | 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 | 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() 1749 return (smc->s.sas == SMT_SAS) ? 2 : 3; in mac_index() 1782 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 | 866 if (smc->s.sas == SMT_DAS) in init_fplus()
|
/linux-4.1.27/fs/dlm/ |
D | lowcomms.c | 316 struct sockaddr_storage sas; in nodeid_to_addr() local 331 memcpy(&sas, na->addr[na->curr_addr_index ], in nodeid_to_addr() 343 memcpy(sas_out, &sas, sizeof(struct sockaddr_storage)); in nodeid_to_addr() 349 struct sockaddr_in *in4 = (struct sockaddr_in *) &sas; in nodeid_to_addr() 353 struct sockaddr_in6 *in6 = (struct sockaddr_in6 *) &sas; in nodeid_to_addr() 1312 struct sockaddr_storage sas, *addr; in init_local() local 1317 if (dlm_our_addr(&sas, i)) in init_local() 1323 memcpy(addr, &sas, sizeof(*addr)); in init_local()
|
/linux-4.1.27/net/sctp/ |
D | socket.c | 5870 struct sctp_assoc_stats sas; in sctp_getsockopt_assoc_stats() local 5878 len = min_t(size_t, len, sizeof(sas)); in sctp_getsockopt_assoc_stats() 5880 if (copy_from_user(&sas, optval, len)) in sctp_getsockopt_assoc_stats() 5883 asoc = sctp_id2assoc(sk, sas.sas_assoc_id); in sctp_getsockopt_assoc_stats() 5887 sas.sas_rtxchunks = asoc->stats.rtxchunks; in sctp_getsockopt_assoc_stats() 5888 sas.sas_gapcnt = asoc->stats.gapcnt; in sctp_getsockopt_assoc_stats() 5889 sas.sas_outofseqtsns = asoc->stats.outofseqtsns; in sctp_getsockopt_assoc_stats() 5890 sas.sas_osacks = asoc->stats.osacks; in sctp_getsockopt_assoc_stats() 5891 sas.sas_isacks = asoc->stats.isacks; in sctp_getsockopt_assoc_stats() 5892 sas.sas_octrlchunks = asoc->stats.octrlchunks; in sctp_getsockopt_assoc_stats() [all …]
|
/linux-4.1.27/drivers/scsi/libsas/ |
D | Kconfig | 46 Allows sas hosts to receive SMP frames. Selecting this
|
/linux-4.1.27/drivers/net/fddi/skfp/h/ |
D | smc.h | 360 u_char sas ; /* SMT_DAS/SAS/NAC */ member
|
/linux-4.1.27/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-4.1.27/drivers/scsi/ |
D | Makefile | 120 obj-$(CONFIG_SCSI_3W_SAS) += 3w-sas.o
|
D | Kconfig | 400 <file:drivers/scsi/3w-sas.c>.
|
/linux-4.1.27/drivers/scsi/mvsas/ |
D | mv_sas.h | 362 struct sas_ha_struct *sas; member
|
D | mv_sas.c | 248 sas_ha = mvi->sas; in mvs_bytes_dmaed() 281 mvi->sas->notify_port_event(sas_phy, in mvs_bytes_dmaed() 319 struct sas_ha_struct *sha = mvi->sas; in mvs_task_prep_smp() 1895 struct sas_ha_struct *sas_ha = mvi->sas; in mvs_work_queue()
|
D | mv_init.c | 391 mvi->sas = sha; in mvs_pci_alloc()
|
/linux-4.1.27/arch/arm/boot/dts/ |
D | stih416.dtsi | 243 compatible = "st,stih416-sas-thermal";
|
D | stih416-clock.dtsi | 697 clk_m_pix_hdmirx_sas: clk-m-pix-hdmirx-sas {
|
/linux-4.1.27/drivers/scsi/pm8001/ |
D | pm8001_sas.h | 507 struct sas_ha_struct *sas;/* SCSI/SAS glue */ member
|
D | pm8001_hwi.c | 3235 sas_ha = pm8001_ha->sas; in pm8001_bytes_dmaed() 3257 pm8001_ha->sas->notify_port_event(sas_phy, PORTE_BYTES_DMAED); in pm8001_bytes_dmaed() 3366 struct sas_ha_struct *sas_ha = pm8001_ha->sas; in hw_event_sas_phy_up() 3445 struct sas_ha_struct *sas_ha = pm8001_ha->sas; in hw_event_sata_phy_up() 3787 struct sas_ha_struct *sas_ha = pm8001_ha->sas; in mpi_hw_event()
|
D | pm8001_init.c | 470 pm8001_ha->sas = sha; in pm8001_pci_alloc()
|
D | pm80xx_hwi.c | 2854 struct sas_ha_struct *sas_ha = pm8001_ha->sas; in hw_event_sas_phy_up() 2936 struct sas_ha_struct *sas_ha = pm8001_ha->sas; in hw_event_sata_phy_up() 3101 struct sas_ha_struct *sas_ha = pm8001_ha->sas; in mpi_hw_event()
|
/linux-4.1.27/drivers/message/fusion/ |
D | mptbase.c | 6664 int scsi, fc, sas, lan, ctl, targ, dmp; in mpt_version_proc_show() local 6670 scsi = fc = sas = lan = ctl = targ = dmp = 0; in mpt_version_proc_show() 6682 if (!sas++) drvname = "SAS host"; in mpt_version_proc_show()
|
/linux-4.1.27/ |
D | MAINTAINERS | 5117 T: git git://git.code.sf.net/p/intel-sas/isci
|