/linux-4.4.14/Documentation/DocBook/ |
D | scsi.xml.db | 117 API-sas-remove-children 118 API-sas-remove-host 119 API-sas-tlr-supported 120 API-sas-disable-tlr 121 API-sas-enable-tlr 122 API-sas-phy-alloc 123 API-sas-phy-add 124 API-sas-phy-free 125 API-sas-phy-delete 126 API-scsi-is-sas-phy [all …]
|
D | libata.xml.db | 115 API-ata-sas-port-alloc 116 API-ata-sas-port-start 117 API-ata-sas-port-stop 118 API-ata-sas-async-probe 119 API-ata-sas-port-init 120 API-ata-sas-port-destroy 121 API-ata-sas-slave-configure 122 API-ata-sas-queuecmd
|
D | device-drivers.xml.db | 519 API-mptbase-sas-persist-operation 582 API-mpt-sas-log-info
|
/linux-4.4.14/Documentation/devicetree/bindings/sound/ |
D | st,sti-asoc-card.txt | 3 The sti ASoC Sound Card can be used, for all sti SoCs using internal sti-sas 104 2) sti-sas-codec: internal audio codec IPs driver 108 - compatible: "st,sti<chip>-sas-codec" . 109 Should be chip "st,stih416-sas-codec" or "st,stih407-sas-codec" 118 sti_sas_codec: sti-sas-codec { 119 compatible = "st,stih407-sas-codec";
|
/linux-4.4.14/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.4.14/drivers/mtd/nand/brcmnand/ |
D | brcmnand.c | 793 int sas; in brcmnand_create_layout() local 801 sas = cfg->spare_area_size << cfg->sector_size_1k; in brcmnand_create_layout() 808 layout->oobfree[idx2].offset = i * sas + 1; in brcmnand_create_layout() 814 layout->oobfree[idx2].offset = i * sas; in brcmnand_create_layout() 818 layout->eccpos[idx1++] = i * sas + 6; in brcmnand_create_layout() 819 layout->eccpos[idx1++] = i * sas + 7; in brcmnand_create_layout() 820 layout->eccpos[idx1++] = i * sas + 8; in brcmnand_create_layout() 821 layout->oobfree[idx2].offset = i * sas + 9; in brcmnand_create_layout() 839 if (req >= sas) { in brcmnand_create_layout() 842 req, sas); in brcmnand_create_layout() [all …]
|
/linux-4.4.14/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.4.14/drivers/net/fddi/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() 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.4.14/fs/dlm/ |
D | lowcomms.c | 295 struct sockaddr_storage sas; in nodeid_to_addr() local 304 memcpy(&sas, na->addr[na->curr_addr_index], in nodeid_to_addr() 322 memcpy(sas_out, &sas, sizeof(struct sockaddr_storage)); in nodeid_to_addr() 328 struct sockaddr_in *in4 = (struct sockaddr_in *) &sas; in nodeid_to_addr() 332 struct sockaddr_in6 *in6 = (struct sockaddr_in6 *) &sas; in nodeid_to_addr() 1227 struct sockaddr_storage sas, *addr; in init_local() local 1232 if (dlm_our_addr(&sas, i)) in init_local() 1238 memcpy(addr, &sas, sizeof(*addr)); in init_local()
|
/linux-4.4.14/net/sctp/ |
D | socket.c | 5857 struct sctp_assoc_stats sas; in sctp_getsockopt_assoc_stats() local 5865 len = min_t(size_t, len, sizeof(sas)); in sctp_getsockopt_assoc_stats() 5867 if (copy_from_user(&sas, optval, len)) in sctp_getsockopt_assoc_stats() 5870 asoc = sctp_id2assoc(sk, sas.sas_assoc_id); in sctp_getsockopt_assoc_stats() 5874 sas.sas_rtxchunks = asoc->stats.rtxchunks; in sctp_getsockopt_assoc_stats() 5875 sas.sas_gapcnt = asoc->stats.gapcnt; in sctp_getsockopt_assoc_stats() 5876 sas.sas_outofseqtsns = asoc->stats.outofseqtsns; in sctp_getsockopt_assoc_stats() 5877 sas.sas_osacks = asoc->stats.osacks; in sctp_getsockopt_assoc_stats() 5878 sas.sas_isacks = asoc->stats.isacks; in sctp_getsockopt_assoc_stats() 5879 sas.sas_octrlchunks = asoc->stats.octrlchunks; in sctp_getsockopt_assoc_stats() [all …]
|
/linux-4.4.14/drivers/scsi/libsas/ |
D | Kconfig | 46 Allows sas hosts to receive SMP frames. Selecting this
|
/linux-4.4.14/Documentation/devicetree/bindings/arm/hisilicon/ |
D | hisilicon.txt | 177 - compatible : "hisilicon,pcie-sas-subctrl", "syscon"; 186 compatible = "hisilicon,pcie-sas-subctrl", "syscon";
|
/linux-4.4.14/drivers/net/fddi/skfp/h/ |
D | smc.h | 360 u_char sas ; /* SMT_DAS/SAS/NAC */ member
|
/linux-4.4.14/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.4.14/sound/soc/codecs/ |
D | Makefile | 115 snd-soc-sti-sas-objs := sti-sas.o 306 obj-$(CONFIG_SND_SOC_STI_SAS) += snd-soc-sti-sas.o
|
/linux-4.4.14/drivers/scsi/ |
D | Makefile | 121 obj-$(CONFIG_SCSI_3W_SAS) += 3w-sas.o
|
D | Kconfig | 395 <file:drivers/scsi/3w-sas.c>.
|
/linux-4.4.14/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 | 385 mvi->sas = sha; in mvs_pci_alloc()
|
/linux-4.4.14/drivers/scsi/pm8001/ |
D | pm8001_sas.h | 509 struct sas_ha_struct *sas;/* SCSI/SAS glue */ member
|
D | pm8001_hwi.c | 3236 sas_ha = pm8001_ha->sas; in pm8001_bytes_dmaed() 3258 pm8001_ha->sas->notify_port_event(sas_phy, PORTE_BYTES_DMAED); in pm8001_bytes_dmaed() 3371 struct sas_ha_struct *sas_ha = pm8001_ha->sas; in hw_event_sas_phy_up() 3450 struct sas_ha_struct *sas_ha = pm8001_ha->sas; in hw_event_sata_phy_up() 3792 struct sas_ha_struct *sas_ha = pm8001_ha->sas; in mpi_hw_event()
|
D | pm8001_init.c | 471 pm8001_ha->sas = sha; in pm8001_pci_alloc()
|
D | pm80xx_hwi.c | 2906 struct sas_ha_struct *sas_ha = pm8001_ha->sas; in hw_event_sas_phy_up() 2989 struct sas_ha_struct *sas_ha = pm8001_ha->sas; in hw_event_sata_phy_up() 3160 struct sas_ha_struct *sas_ha = pm8001_ha->sas; in mpi_hw_event()
|
/linux-4.4.14/arch/arm/boot/dts/ |
D | stih416.dtsi | 265 compatible = "st,stih416-sas-thermal";
|
D | stih416-clock.dtsi | 697 clk_m_pix_hdmirx_sas: clk-m-pix-hdmirx-sas {
|
/linux-4.4.14/drivers/message/fusion/ |
D | mptbase.c | 6640 int scsi, fc, sas, lan, ctl, targ, dmp; in mpt_version_proc_show() local 6646 scsi = fc = sas = lan = ctl = targ = dmp = 0; in mpt_version_proc_show() 6658 if (!sas++) drvname = "SAS host"; in mpt_version_proc_show()
|
/linux-4.4.14/ |
D | MAINTAINERS | 5501 T: git git://git.code.sf.net/p/intel-sas/isci
|