Searched refs:TxPoll (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/dec/tulip/ |
H A D | de2104x.c | 139 TxPoll = 0x08, enumerator 161 /* Rx/TxPoll bits */ 654 dw32(TxPoll, NormalTxPoll); in de_start_xmit() 797 dw32(TxPoll, NormalTxPoll); in __de_set_rx_mode()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/dec/tulip/ |
H A D | de2104x.c | 139 TxPoll = 0x08, enumerator 161 /* Rx/TxPoll bits */ 654 dw32(TxPoll, NormalTxPoll); in de_start_xmit() 797 dw32(TxPoll, NormalTxPoll); in __de_set_rx_mode()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/realtek/ |
H A D | 8139cp.c | 162 TxPoll = 0xD9, /* Tell chip to check Tx descriptors for work */ enumerator 876 cpw8(TxPoll, NormalTxPoll); in cp_start_xmit()
|
H A D | r8169_main.c | 193 TxPoll = 0x38, enumerator 2484 return RTL_R8(tp, TxPoll) & NPQ; in DECLARE_RTL_COND() 4276 RTL_W8(tp, TxPoll, NPQ); in rtl8169_doorbell() 4515 * 8168 hack: TxPoll requests are lost when the Tx packets are in rtl_tx() 4516 * too close. Let's kick an extra TxPoll request when a burst in rtl_tx()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/realtek/ |
H A D | 8139cp.c | 162 TxPoll = 0xD9, /* Tell chip to check Tx descriptors for work */ enumerator 876 cpw8(TxPoll, NormalTxPoll); in cp_start_xmit()
|
H A D | r8169_main.c | 184 TxPoll = 0x38, enumerator 2471 return RTL_R8(tp, TxPoll) & NPQ; in DECLARE_RTL_COND() 4220 RTL_W8(tp, TxPoll, NPQ); in rtl8169_doorbell() 4411 * 8168 hack: TxPoll requests are lost when the Tx packets are in rtl_tx() 4412 * too close. Let's kick an extra TxPoll request when a burst in rtl_tx()
|
Completed in 26 milliseconds