tx2 88 drivers/net/ethernet/8390/8390.h short tx1, tx2; /* Packet lengths for ping-pong tx. */ tx2 993 drivers/net/ethernet/8390/axnet_cs.c ei_local->tx2 > 0) tx2 996 drivers/net/ethernet/8390/axnet_cs.c ei_local->tx2, ei_local->lasttx, tx2 999 drivers/net/ethernet/8390/axnet_cs.c else if (ei_local->tx2 == 0) tx2 1002 drivers/net/ethernet/8390/axnet_cs.c ei_local->tx2 = send_length; tx2 1014 drivers/net/ethernet/8390/axnet_cs.c ei_local->tx1, ei_local->tx2, tx2 1050 drivers/net/ethernet/8390/axnet_cs.c ei_local->tx2 = -1; tx2 1056 drivers/net/ethernet/8390/axnet_cs.c if (ei_local->tx1 && ei_local->tx2) tx2 1267 drivers/net/ethernet/8390/axnet_cs.c if (ei_local->tx2 > 0) tx2 1270 drivers/net/ethernet/8390/axnet_cs.c NS8390_trigger_send(dev, ei_local->tx2, ei_local->tx_start_page + 6); tx2 1272 drivers/net/ethernet/8390/axnet_cs.c ei_local->tx2 = -1, tx2 1277 drivers/net/ethernet/8390/axnet_cs.c else if (ei_local->tx2 < 0) tx2 1282 drivers/net/ethernet/8390/axnet_cs.c ei_local->tx2); tx2 1283 drivers/net/ethernet/8390/axnet_cs.c ei_local->tx2 = 0; tx2 1641 drivers/net/ethernet/8390/axnet_cs.c ei_local->tx1 = ei_local->tx2 = 0; tx2 1664 drivers/net/ethernet/8390/axnet_cs.c ei_local->tx1 = ei_local->tx2 = 0; tx2 349 drivers/net/ethernet/8390/lib8390.c ei_local->tx2 > 0) tx2 352 drivers/net/ethernet/8390/lib8390.c ei_local->tx2, ei_local->lasttx, ei_local->txing); tx2 353 drivers/net/ethernet/8390/lib8390.c } else if (ei_local->tx2 == 0) { tx2 355 drivers/net/ethernet/8390/lib8390.c ei_local->tx2 = send_length; tx2 364 drivers/net/ethernet/8390/lib8390.c ei_local->tx1, ei_local->tx2, ei_local->lasttx); tx2 389 drivers/net/ethernet/8390/lib8390.c ei_local->tx2 = -1; tx2 395 drivers/net/ethernet/8390/lib8390.c if (ei_local->tx1 && ei_local->tx2) tx2 596 drivers/net/ethernet/8390/lib8390.c if (ei_local->tx2 > 0) { tx2 598 drivers/net/ethernet/8390/lib8390.c NS8390_trigger_send(dev, ei_local->tx2, ei_local->tx_start_page + 6); tx2 600 drivers/net/ethernet/8390/lib8390.c ei_local->tx2 = -1, tx2 604 drivers/net/ethernet/8390/lib8390.c } else if (ei_local->tx2 < 0) { tx2 607 drivers/net/ethernet/8390/lib8390.c ei_local->name, ei_local->lasttx, ei_local->tx2); tx2 608 drivers/net/ethernet/8390/lib8390.c ei_local->tx2 = 0; tx2 1030 drivers/net/ethernet/8390/lib8390.c ei_local->tx1 = ei_local->tx2 = 0; tx2 1053 drivers/net/ethernet/8390/lib8390.c ei_local->tx1 = ei_local->tx2 = 0; tx2 956 drivers/phy/qualcomm/phy-qcom-qmp.c void __iomem *tx2; tx2 1507 drivers/phy/qualcomm/phy-qcom-qmp.c qcom_qmp_phy_configure(qphy->tx2, cfg->regs, tx2 1900 drivers/phy/qualcomm/phy-qcom-qmp.c qphy->tx2 = of_iomap(np, 3); tx2 1902 drivers/phy/qualcomm/phy-qcom-qmp.c if (!qphy->tx2 || !qphy->rx2) { tx2 1907 drivers/phy/qualcomm/phy-qcom-qmp.c qphy->pcs_misc = qphy->tx2; tx2 1908 drivers/phy/qualcomm/phy-qcom-qmp.c qphy->tx2 = qphy->tx + QMP_PHY_LEGACY_LANE_STRIDE; tx2 676 sound/soc/fsl/fsl_ssi.c bool tx2, tx = substream->stream == SNDRV_PCM_STREAM_PLAYBACK; tx2 765 sound/soc/fsl/fsl_ssi.c tx2 = tx || ssi->synchronous; tx2 766 sound/soc/fsl/fsl_ssi.c regmap_update_bits(regs, REG_SSI_SxCCR(tx2), mask, stccr); tx2 794 sound/soc/fsl/fsl_ssi.c bool tx2, tx = substream->stream == SNDRV_PCM_STREAM_PLAYBACK; tx2 847 sound/soc/fsl/fsl_ssi.c tx2 = tx || ssi->synchronous; tx2 848 sound/soc/fsl/fsl_ssi.c regmap_update_bits(regs, REG_SSI_SxCCR(tx2), SSI_SxCCR_WL_MASK, wl); tx2 96 tools/testing/selftests/timers/raw_skew.c struct timex tx1, tx2; tx2 120 tools/testing/selftests/timers/raw_skew.c tx2.modes = 0; tx2 121 tools/testing/selftests/timers/raw_skew.c adjtimex(&tx2); tx2 132 tools/testing/selftests/timers/raw_skew.c ppm = (tx1.freq + tx2.freq) * 1000 / 2; tx2 138 tools/testing/selftests/timers/raw_skew.c if (tx1.offset || tx2.offset || tx2 139 tools/testing/selftests/timers/raw_skew.c tx1.freq != tx2.freq || tx1.tick != tx2.tick) {