Home
last modified time | relevance | path

Searched refs:tx2 (Results 1 – 11 of 11) sorted by relevance

/openbmc/u-boot/drivers/net/
H A Dne2000_base.c182 dp->tx1 = dp->tx2 = 0; in dp83902a_start()
266 dp->tx2 = start_page; in dp83902a_send()
526 dp->tx2 = 0; in dp83902a_TxEvent()
533 } else if (dp->tx2) { in dp83902a_TxEvent()
534 dp83902a_start_xmit(dp->tx2, dp->tx2_len); in dp83902a_TxEvent()
H A Dne2000_base.h131 int tx1, tx2; /* Page numbers for Tx buffers */ member
/openbmc/u-boot/arch/arm/dts/
H A Ddm816x.dtsi305 "tx2", "rx2", "tx3", "rx3";
445 "tx1", "tx2", "tx3", "tx4", "tx5", "tx6", "tx7",
485 "tx1", "tx2", "tx3", "tx4", "tx5", "tx6", "tx7",
H A Dam33xx.dtsi681 "tx1", "tx2", "tx3", "tx4", "tx5", "tx6", "tx7",
729 "tx1", "tx2", "tx3", "tx4", "tx5", "tx6", "tx7",
H A Dda850.dtsi630 "tx1", "tx2", "tx3", "tx4";
H A Dtegra114.dtsi568 dma-names = "rx0", "tx0", "rx1", "tx1", "rx2", "tx2",
H A Domap3.dtsi382 "tx2", "rx2", "tx3", "rx3";
H A Dtegra30.dtsi701 dma-names = "rx0", "tx0", "rx1", "tx1", "rx2", "tx2",
H A Dtegra124.dtsi808 dma-names = "rx0", "tx0", "rx1", "tx1", "rx2", "tx2",
H A Ddra7.dtsi1312 "tx2", "rx2", "tx3", "rx3";
/openbmc/qemu/tests/qtest/
H A Dahci-test.c1441 g_autofree unsigned char *tx2 = g_malloc(bufsize); in test_reset_pending_callback() local
1464 generate_pattern(tx2, bufsize, AHCI_SECTOR_SIZE); in test_reset_pending_callback()
1465 } while (memcmp(tx1, tx2, bufsize) == 0); in test_reset_pending_callback()
1468 qtest_bufwrite(ahci->parent->qts, ptr2, tx2, bufsize); in test_reset_pending_callback()
1500 g_assert_cmphex(memcmp(tx2, rx2, bufsize), ==, 0); in test_reset_pending_callback()