Searched refs:TxPoll (Results 1 – 6 of 6) sorted by relevance
| /OK3568_Linux_fs/u-boot/drivers/net/ |
| H A D | rtl8169.c | 125 TxPoll = 0x38, enumerator 653 RTL_W8(TxPoll, 0x40); /* set polling bit */ in rtl_send_common()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/dec/tulip/ |
| H A D | de2104x.c | 139 TxPoll = 0x08, enumerator 654 dw32(TxPoll, NormalTxPoll); in de_start_xmit() 797 dw32(TxPoll, NormalTxPoll); in __de_set_rx_mode()
|
| /OK3568_Linux_fs/kernel/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 | 194 TxPoll = 0x38, enumerator 2478 return RTL_R8(tp, TxPoll) & NPQ; in DECLARE_RTL_COND() 4268 RTL_W8(tp, TxPoll, NPQ); in rtl8169_doorbell()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/realtek/r8168/ |
| H A D | r8168.h | 1058 TxPoll = 0x38, enumerator
|
| H A D | r8168_n.c | 3502 if (!(RTL_R8(tp, TxPoll) & NPQ)) break; in rtl8168_nic_reset() 3672 RTL_W8(tp, TxPoll, NPQ); /* set polling bit */ in rtl8168_mac_loopback_test() 27887 RTL_W8(tp, TxPoll, NPQ); /* set polling bit */ 27972 RTL_W8(tp, TxPoll, NPQ);
|