Searched refs:RxDisable (Results 1 – 8 of 8) sorted by relevance
/drivers/net/ethernet/dlink/ |
D | dl2k.h | 192 RxDisable = 0x10000000, enumerator
|
D | sundance.c | 326 RxEnable=0x0800, RxDisable=0x1000, RxEnabled=0x2000, enumerator 1848 iowrite16(TxDisable | RxDisable | StatsDisable, ioaddr + MACCtrl1); in netdev_close()
|
D | dl2k.c | 618 dw32(MACCtrl, TxDisable | RxDisable | StatsDisable); in rio_hw_stop()
|
/drivers/net/ethernet/3com/ |
D | 3c589_cs.c | 77 RxDisable = 3<<11, enumerator 925 outw(RxDisable, ioaddr + EL3_CMD); in el3_close()
|
D | 3c574_cs.c | 137 RxDisable = 3<<11, RxEnable = 4<<11, RxReset = 5<<11, RxDiscard = 8<<11, enumerator 1129 outw(RxDisable, ioaddr + EL3_CMD); in el3_close()
|
D | 3c509.c | 123 RxDisable = 3<<11, RxEnable = 4<<11, RxReset = 5<<11, RxDiscard = 8<<11, enumerator 1205 outw(RxDisable, ioaddr + EL3_CMD); in el3_down()
|
D | 3c515.c | 181 RxDisable = 3 << 11, RxEnable = 4 << 11, RxReset = 5 << 11, enumerator 1423 outw(RxDisable, ioaddr + EL3_CMD); in corkscrew_close()
|
D | 3c59x.c | 449 RxDisable = 3<<11, RxEnable = 4<<11, RxReset = 5<<11, enumerator 2698 iowrite16(RxDisable, ioaddr + EL3_CMD); in vortex_down()
|