Searched refs:sas (Results 1 - 25 of 33) sorted by relevance

12

/linux-master/tools/testing/selftests/sigaltstack/
H A DMakefile3 TEST_GEN_PROGS = sas
/linux-master/drivers/scsi/libsas/
H A Dsas_task.c7 #include <scsi/sas.h>
/linux-master/drivers/net/fddi/skfp/
H A Ddrvfbi.c322 smc->s.sas = SMT_SAS ; /* Single att. station */
324 smc->s.sas = SMT_DAS ; /* Dual att. station */
342 if (smc->s.sas != SMT_DAS)
H A Dsmtdef.c90 smt->sas = SMT_DAS ;
192 * s.sas is not set yet (is set in init driver)
304 switch (smc->s.sas) {
317 switch (smc->s.sas) {
H A Dcfm.c154 if (smc->s.sas != SMT_DAS )
286 if (smc->s.sas && (smc->y[PA].cf_join || smc->y[PA].cf_loop ||
583 path = smc->s.sas ? path_iso_s : path_iso ;
584 len = smc->s.sas ? sizeof(path_iso_s) : sizeof(path_iso) ;
H A Dpcmplc.c238 switch (smc->s.sas) {
465 if ((smc->s.sas == SMT_SAS) && (p == PS)) {
562 if (smc->s.sas != SMT_DAS)
595 if ((np != PS) && (smc->s.sas == SMT_SAS))
933 if (smc->s.sas == SMT_DAS && np == PB &&
1523 ((smc->s.sas == SMT_DAS) && (phy->wc_flag))) {
1528 switch (smc->s.sas) {
1570 if (smc->s.sas != SMT_DAS)
H A Decm.c180 (smc->s.sas == SMT_DAS)) {
421 switch (smc->s.sas) {
H A Dsmt.c1061 if (smc->s.sas == SMT_SAS)
1295 if (smc->s.sas == SMT_DAS) {
1324 #define ALLPHYS ((smc->s.sas == SMT_SAS) ? 1 : 2)
1349 if (smc->s.sas == SMT_SAS)
1725 return (smc->s.sas == SMT_SAS) ? 2 : 3;
1758 return smc->s.sas == SMT_SAS ? 2 : 3;
H A Dpmf.c400 if (smc->s.sas == SMT_SAS)
680 if (smc->s.sas == SMT_SAS)
1530 if (smc->s.sas == SMT_SAS)
1543 if (smc->s.sas == SMT_SAS)
/linux-master/drivers/scsi/isci/
H A Dport.c117 * regarding the port, such as: physical index, protocols, sas address, etc.
501 void sci_port_get_sas_address(struct isci_port *iport, struct sci_sas_address *sas) argument
505 sas->high = 0;
506 sas->low = 0;
509 sci_phy_get_sas_address(iport->phy_table[index], sas);
512 void sci_port_get_attached_sas_address(struct isci_port *iport, struct sci_sas_address *sas) argument
523 sci_phy_get_attached_sas_address(iphy, sas);
525 sci_phy_get_sas_address(iphy, sas);
526 sas->low += iphy->phy_index;
529 sas
[all...]
H A Dphy.h58 #include <scsi/sas.h>
61 #include "sas.h"
H A Dphy.c445 void sci_phy_get_sas_address(struct isci_phy *iphy, struct sci_sas_address *sas) argument
447 sas->high = readl(&iphy->link_layer_registers->source_sas_address_high);
448 sas->low = readl(&iphy->link_layer_registers->source_sas_address_low);
451 void sci_phy_get_attached_sas_address(struct isci_phy *iphy, struct sci_sas_address *sas) argument
456 memcpy(sas, iaf->sas_addr, SAS_ADDR_SIZE);
633 return "sas 1.5";
636 return "sas 3.0";
639 return "sas 6.0";
650 return "sas detect";
/linux-master/drivers/mtd/nand/raw/brcmnand/
H A Dbrcmnand.c249 int sas; /* spare area size, per flash cache */ member in struct:brcmnand_controller
1257 int sas = cfg->spare_area_size << cfg->sector_size_1k; local
1263 oobregion->offset = (section * sas) + 6;
1275 int sas = cfg->spare_area_size << cfg->sector_size_1k; local
1282 next = (section * sas);
1287 oobregion->offset = ((section - 1) * sas) + 9;
1315 int sas = cfg->spare_area_size << cfg->sector_size_1k; local
1321 oobregion->offset = ((section + 1) * sas) - chip->ecc.bytes;
1333 int sas = cfg->spare_area_size << cfg->sector_size_1k; local
1339 if (sas <
1359 int sas = cfg->spare_area_size << cfg->sector_size_1k; local
1392 int sas = p->spare_area_size << p->sector_size_1k; local
1517 read_oob_from_regs(struct brcmnand_controller *ctrl, int i, u8 *oob, int sas, int sector_1k) argument
1540 write_oob_to_regs(struct brcmnand_controller *ctrl, int i, const u8 *oob, int sas, int sector_1k) argument
[all...]
/linux-master/tools/perf/trace/beauty/
H A Dbeauty.h57 size_t strarrays__scnprintf(struct strarrays *sas, char *bf, size_t size, const char *intfmt, bool show_prefix, int val);
59 bool strarrays__strtoul(struct strarrays *sas, char *bf, size_t size, u64 *ret);
/linux-master/fs/dlm/
H A Dlowcomms.c366 struct sockaddr_storage sas; local
387 memcpy(&sas, &con->addr[con->curr_addr_index],
400 memcpy(sas_out, &sas, sizeof(struct sockaddr_storage));
408 struct sockaddr_in *in4 = (struct sockaddr_in *) &sas;
412 struct sockaddr_in6 *in6 = (struct sockaddr_in6 *) &sas;
1156 struct sockaddr_storage sas; local
1161 if (dlm_our_addr(&sas, i))
1164 memcpy(&dlm_local_addr[dlm_local_count++], &sas, sizeof(sas));
/linux-master/include/scsi/
H A Dscsi_transport_sas.h8 #include <scsi/sas.h>
H A Dlibsas.h15 #include <scsi/sas.h>
267 void *lldd_port; /* not touched by the sas class code */
376 void *lldd_ha; /* not touched by sas class code */
379 struct list_head eh_ata_q; /* scmds to promote from sas to ata eh */
/linux-master/net/sctp/
H A Dsocket.c7228 struct sctp_assoc_stats sas; local
7236 len = min_t(size_t, len, sizeof(sas));
7238 if (copy_from_user(&sas, optval, len))
7241 asoc = sctp_id2assoc(sk, sas.sas_assoc_id);
7245 sas.sas_rtxchunks = asoc->stats.rtxchunks;
7246 sas.sas_gapcnt = asoc->stats.gapcnt;
7247 sas.sas_outofseqtsns = asoc->stats.outofseqtsns;
7248 sas.sas_osacks = asoc->stats.osacks;
7249 sas.sas_isacks = asoc->stats.isacks;
7250 sas
[all...]
/linux-master/drivers/net/fddi/skfp/h/
H A Dsmc.h356 u_char sas ; /* SMT_DAS/SAS/NAC */ member in struct:smt_config
/linux-master/drivers/scsi/mvsas/
H A Dmv_sas.h345 struct sas_ha_struct *sas; member in struct:mvs_info
H A Dmv_init.c364 mvi->sas = sha;
/linux-master/drivers/scsi/
H A DMakefile116 obj-$(CONFIG_SCSI_3W_SAS) += 3w-sas.o
/linux-master/tools/perf/
H A Dbuiltin-trace.c560 size_t strarrays__scnprintf(struct strarrays *sas, char *bf, size_t size, const char *intfmt, bool show_prefix, int val) argument
565 for (i = 0; i < sas->nr_entries; ++i) {
566 struct strarray *sa = sas->entries[i];
578 printed += scnprintf(bf + printed, size - printed, " /* %s??? */", sas->entries[0]->prefix);
636 bool strarrays__strtoul(struct strarrays *sas, char *bf, size_t size, u64 *ret) argument
640 for (i = 0; i < sas->nr_entries; ++i) {
641 struct strarray *sa = sas->entries[i];
/linux-master/sound/soc/codecs/
H A DMakefile279 snd-soc-sti-sas-objs := sti-sas.o
667 obj-$(CONFIG_SND_SOC_STI_SAS) += snd-soc-sti-sas.o
/linux-master/drivers/scsi/pm8001/
H A Dpm8001_init.c563 pm8001_ha->sas = sha;
682 * pm8001_init_sas_add - initialize sas address
1113 free_irq(pm8001_ha->irq, pm8001_ha->sas);

Completed in 338 milliseconds

12