Home
last modified time | relevance | path

Searched refs:TxPoll (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/drivers/net/ethernet/dec/tulip/
Dde2104x.c145 TxPoll = 0x08, enumerator
652 dw32(TxPoll, NormalTxPoll); in de_start_xmit()
795 dw32(TxPoll, NormalTxPoll); in __de_set_rx_mode()
/Linux-v4.19/drivers/net/ethernet/realtek/
D8139cp.c162 TxPoll = 0xD9, /* Tell chip to check Tx descriptors for work */ enumerator
871 cpw8(TxPoll, NormalTxPoll); in cp_start_xmit()
Dr8169.c257 TxPoll = 0x38, enumerator
4501 return RTL_R8(tp, TxPoll) & NPQ; in DECLARE_RTL_COND()
6192 RTL_W8(tp, TxPoll, NPQ); in rtl8169_start_xmit()
6332 RTL_W8(tp, TxPoll, NPQ); in rtl_tx()