Home
last modified time | relevance | path

Searched refs:spi_qas (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/include/scsi/
H A Dscsi_transport_spi.h71 #define spi_qas(x) (((struct spi_transport_attrs *)&(x)->starget_data)->qas) macro
/openbmc/linux/drivers/message/fusion/
H A Dmptspi.c581 nego |= spi_qas(starget) ? MPI_SCSIDEVPAGE1_RP_QAS : 0; in mptspi_getRP()
606 spi_qas(starget) = (nego & MPI_SCSIDEVPAGE0_NP_QAS) ? 1 : 0; in mptspi_read_parameters()
1069 spi_qas(starget) = 0; in MPTSPI_SIMPLE_TRANSPORT_PARM()
1071 spi_qas(starget) = qas; in MPTSPI_SIMPLE_TRANSPORT_PARM()
/openbmc/linux/drivers/scsi/
H A Dscsi_transport_spi.c253 spi_qas(starget) = 0; in spi_setup_transport_attrs()
780 } else if (i->f->set_qas && spi_qas(starget)) { in spi_dv_retrain()
/openbmc/linux/drivers/scsi/sym53c8xx_2/
H A Dsym_hipd.c2044 tp->tprint.qas != spi_qas(starget) ||
2051 tp->tprint.qas = spi_qas(starget);
2080 spi_qas(starget) = 0;
2108 spi_iu(starget) = spi_dt(starget) = spi_qas(starget) = 0;
2141 spi_qas(starget) = tp->tgoal.qas = !!(opts & PPR_OPT_QAS);
3550 spi_qas(starget) = 0;
/openbmc/linux/drivers/scsi/aic7xxx/
H A Daic7xxx_osm.c1630 + (spi_qas(starget) ? MSG_EXT_PPR_QAS_REQ : 0) in ahc_send_async()
1644 spi_qas(starget) = tinfo->curr.ppr_options & MSG_EXT_PPR_QAS_REQ ? 1 : 0; in ahc_send_async()
H A Daic79xx_osm.c1703 + (spi_qas(starget) ? MSG_EXT_PPR_QAS_REQ : 0) in ahd_send_async()
1722 spi_qas(starget) = tinfo->curr.ppr_options & MSG_EXT_PPR_QAS_REQ ? 1 : 0; in ahd_send_async()