Home
last modified time | relevance | path

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

/openbmc/linux/drivers/message/fusion/
H A Dmptspi.c577 u32 nego = 0; in mptspi_getRP() local
592 return nego; in mptspi_getRP()
597 int nego; in mptspi_read_parameters() local
937 u32 nego; in mptspi_write_offset() local
962 u32 nego; in mptspi_write_period() local
994 u32 nego; in mptspi_write_dt() local
1017 u32 nego; in mptspi_write_iu() local
1040 u32 nego; \
1065 u32 nego; in MPTSPI_SIMPLE_TRANSPORT_PARM() local
1085 u32 nego; in mptspi_write_width() local
[all …]
/openbmc/linux/drivers/net/
H A Dmii.c57 u32 nego; in mii_ethtool_gset() local
103 nego = ecmd->advertising & ecmd->lp_advertising; in mii_ethtool_gset()
105 if (nego & (ADVERTISED_1000baseT_Full | in mii_ethtool_gset()
108 ecmd->duplex = !!(nego & ADVERTISED_1000baseT_Full); in mii_ethtool_gset()
109 } else if (nego & (ADVERTISED_100baseT_Full | in mii_ethtool_gset()
112 ecmd->duplex = !!(nego & ADVERTISED_100baseT_Full); in mii_ethtool_gset()
115 ecmd->duplex = !!(nego & ADVERTISED_10baseT_Full); in mii_ethtool_gset()
147 u32 nego, supported, advertising, lp_advertising; in mii_ethtool_get_link_ksettings() local
188 nego = advertising & lp_advertising; in mii_ethtool_get_link_ksettings()
190 if (nego & (ADVERTISED_1000baseT_Full | in mii_ethtool_get_link_ksettings()
[all …]
/openbmc/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" :
/openbmc/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()
/openbmc/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