Home
last modified time | relevance | path

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

/linux/drivers/message/fusion/
H A Dmptspi.c577 u32 nego = 0; in mptspi_getRP() local
579 nego |= spi_iu(starget) ? MPI_SCSIDEVPAGE1_RP_IU : 0; in mptspi_getRP()
580 nego |= spi_dt(starget) ? MPI_SCSIDEVPAGE1_RP_DT : 0; in mptspi_getRP()
581 nego |= spi_qas(starget) ? MPI_SCSIDEVPAGE1_RP_QAS : 0; in mptspi_getRP()
582 nego |= spi_hold_mcs(starget) ? MPI_SCSIDEVPAGE1_RP_HOLD_MCS : 0; in mptspi_getRP()
583 nego |= spi_wr_flow(starget) ? MPI_SCSIDEVPAGE1_RP_WR_FLOW : 0; in mptspi_getRP()
584 nego |= spi_rd_strm(starget) ? MPI_SCSIDEVPAGE1_RP_RD_STRM : 0; in mptspi_getRP()
585 nego |= spi_rti(starget) ? MPI_SCSIDEVPAGE1_RP_RTI : 0; in mptspi_getRP()
586 nego |= spi_pcomp_en(starget) ? MPI_SCSIDEVPAGE1_RP_PCOMP_EN : 0; in mptspi_getRP()
588nego |= (spi_period(starget) << MPI_SCSIDEVPAGE1_RP_SHIFT_MIN_SYNC_PERIOD) & MPI_SCSIDEVPAGE1_RP_… in mptspi_getRP()
[all …]
/linux/drivers/scsi/sym53c8xx_2/
H A Dsym_hipd.c1412 int nego; local
1422 nego = NS_PPR;
1424 nego = NS_WIDE;
1426 nego = NS_SYNC;
1429 nego = 0;
1432 switch (nego) {
1449 cp->nego_status = nego;
1451 if (nego) {
1455 nego == NS_SYNC ? "sync msgout" :
1456 nego == NS_WIDE ? "wide msgout" :
/linux/drivers/scsi/
H A Dncr53c8xx.c4027 int nego = 0; in ncr_prepare_nego() local
4033 nego = NS_WIDE; in ncr_prepare_nego()
4039 if (!nego && !tp->period) { in ncr_prepare_nego()
4041 nego = NS_SYNC; in ncr_prepare_nego()
4048 switch (nego) { in ncr_prepare_nego()
4058 cp->nego_status = nego; in ncr_prepare_nego()
4060 if (nego) { in ncr_prepare_nego()
4063 ncr_print_msg(cp, nego == NS_WIDE ? in ncr_prepare_nego()
/linux/Documentation/scsi/
H A DChangeLog.ncr53c8xx383 - Fix something that looks like an old bug in the nego SIR
H A Dncr53c8xx.rst555 nego print information about SCSI negotiations
835 (force sync nego)
H A Dsym53c8xx_2.rst405 nego print information about SCSI negotiations