Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/net/ethernet/dec/tulip/
Dde2104x.c145 TxPoll = 0x08, enumerator
654 dw32(TxPoll, NormalTxPoll); in de_start_xmit()
800 dw32(TxPoll, NormalTxPoll); in __de_set_rx_mode()
/linux-3.4.99/drivers/net/ethernet/realtek/
D8139cp.c161 TxPoll = 0xD9, /* Tell chip to check Tx descriptors for work */ enumerator
885 cpw8(TxPoll, NormalTxPoll); in cp_start_xmit()
Dr8169.c299 TxPoll = 0x38, enumerator
4022 while (RTL_R8(TxPoll) & NPQ) in rtl8169_hw_reset()
5233 RTL_W8(TxPoll, NPQ); in rtl8169_start_xmit()
5373 RTL_W8(TxPoll, NPQ); in rtl_tx()