Home
last modified time | relevance | path

Searched refs:tx_boundary (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/ethernet/myricom/myri10ge/
H A Dmyri10ge.c198 int tx_boundary; /* boundary transmits cannot cross */ member
737 if (mgp->tx_boundary == 4096) { in myri10ge_load_firmware()
748 mgp->tx_boundary = 2048; in myri10ge_load_firmware()
869 len = mgp->tx_boundary; in myri10ge_dma_test()
1723 "tx_boundary", "irq", "MSI", "MSIX",
1797 data[i++] = (unsigned int)mgp->tx_boundary; in myri10ge_get_ethtool_stats()
2605 * segment does not cross myri10ge->tx_boundary, so this makes segment
2752 * do not cross mgp->tx_boundary */ in myri10ge_xmit()
2763 (low + mgp->tx_boundary) & ~(mgp->tx_boundary in myri10ge_xmit()
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/myricom/myri10ge/
H A Dmyri10ge.c199 int tx_boundary; /* boundary transmits cannot cross */ member
737 if (mgp->tx_boundary == 4096) { in myri10ge_load_firmware()
748 mgp->tx_boundary = 2048; in myri10ge_load_firmware()
870 len = mgp->tx_boundary; in myri10ge_dma_test()
1731 "tx_boundary", "irq", "MSI", "MSIX",
1805 data[i++] = (unsigned int)mgp->tx_boundary; in myri10ge_get_ethtool_stats()
2613 * segment does not cross myri10ge->tx_boundary, so this makes segment
2760 * do not cross mgp->tx_boundary */ in myri10ge_xmit()
2771 (low + mgp->tx_boundary) & ~(mgp->tx_boundary in myri10ge_xmit()
[all...]

Completed in 9 milliseconds