Searched refs:TxDisable (Results 1 – 8 of 8) sorted by relevance
/Linux-v4.19/drivers/net/ethernet/dlink/ |
D | dl2k.h | 192 TxDisable = 0x02000000, enumerator
|
D | sundance.c | 333 TxEnable=0x0100, TxDisable=0x0200, TxEnabled=0x0400, enumerator 1156 iowrite16 (TxDisable, ioaddr + MACCtrl1); in reset_tx() 1864 iowrite16(TxDisable | RxDisable | StatsDisable, ioaddr + MACCtrl1); in netdev_close()
|
D | dl2k.c | 625 dw32(MACCtrl, TxDisable | RxDisable | StatsDisable); in rio_hw_stop()
|
/Linux-v4.19/drivers/net/ethernet/3com/ |
D | 3c589_cs.c | 83 TxDisable = 10<<11, enumerator 919 outw(TxDisable, ioaddr + EL3_CMD); in el3_close()
|
D | 3c574_cs.c | 138 TxEnable = 9<<11, TxDisable = 10<<11, TxReset = 11<<11, enumerator 1130 outw(TxDisable, ioaddr + EL3_CMD); in el3_close()
|
D | 3c509.c | 128 TxEnable = 9<<11, TxDisable = 10<<11, TxReset = 11<<11, enumerator 1214 outw(TxDisable, ioaddr + EL3_CMD); in el3_down()
|
D | 3c515.c | 190 TxDisable = 10 << 11, TxReset = 11 << 11, FakeIntr = 12 << 11, enumerator 1437 outw(TxDisable, ioaddr + EL3_CMD); in corkscrew_close()
|
D | 3c59x.c | 452 RxDiscard = 8<<11, TxEnable = 9<<11, TxDisable = 10<<11, TxReset = 11<<11, enumerator 2701 iowrite16(TxDisable, ioaddr + EL3_CMD); in vortex_down()
|