Home
last modified time | relevance | path

Searched refs:sas (Results 1 – 29 of 29) sorted by relevance

/linux-4.1.27/Documentation/devicetree/bindings/thermal/
Dst-thermal.txt7 "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/
Dport.c499 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()
Dphy.c448 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/
Dsmtdef.c98 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()
Ddrvfbi.c329 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()
Dcfm.c164 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()
Dpcmplc.c249 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()
Decm.c190 (smc->s.sas == SMT_DAS)) { in ecm_fsm()
433 switch (smc->s.sas) { in prop_actions()
Dsmt.c1070 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()
Dpmf.c408 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()
Dfplustm.c866 if (smc->s.sas == SMT_DAS) in init_fplus()
/linux-4.1.27/fs/dlm/
Dlowcomms.c316 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/
Dsocket.c5870 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/
DKconfig46 Allows sas hosts to receive SMP frames. Selecting this
/linux-4.1.27/drivers/net/fddi/skfp/h/
Dsmc.h360 u_char sas ; /* SMT_DAS/SAS/NAC */ member
/linux-4.1.27/Documentation/scsi/
Dlibsas.txt72 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/
DMakefile120 obj-$(CONFIG_SCSI_3W_SAS) += 3w-sas.o
DKconfig400 <file:drivers/scsi/3w-sas.c>.
/linux-4.1.27/drivers/scsi/mvsas/
Dmv_sas.h362 struct sas_ha_struct *sas; member
Dmv_sas.c248 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()
Dmv_init.c391 mvi->sas = sha; in mvs_pci_alloc()
/linux-4.1.27/arch/arm/boot/dts/
Dstih416.dtsi243 compatible = "st,stih416-sas-thermal";
Dstih416-clock.dtsi697 clk_m_pix_hdmirx_sas: clk-m-pix-hdmirx-sas {
/linux-4.1.27/drivers/scsi/pm8001/
Dpm8001_sas.h507 struct sas_ha_struct *sas;/* SCSI/SAS glue */ member
Dpm8001_hwi.c3235 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()
Dpm8001_init.c470 pm8001_ha->sas = sha; in pm8001_pci_alloc()
Dpm80xx_hwi.c2854 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/
Dmptbase.c6664 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/
DMAINTAINERS5117 T: git git://git.code.sf.net/p/intel-sas/isci