Searched refs:RxDisable (Results 1 - 8 of 8) sorted by relevance

/linux-master/drivers/net/ethernet/dlink/
H A Ddl2k.h192 RxDisable = 0x10000000, enumerator in enum:MACCtrl_bits
H A Dsundance.c326 RxEnable=0x0800, RxDisable=0x1000, RxEnabled=0x2000, enumerator in enum:mac_ctrl1_bits
1848 iowrite16(TxDisable | RxDisable | StatsDisable, ioaddr + MACCtrl1);
H A Ddl2k.c616 dw32(MACCtrl, TxDisable | RxDisable | StatsDisable);
/linux-master/drivers/net/ethernet/3com/
H A D3c574_cs.c137 RxDisable = 3<<11, RxEnable = 4<<11, RxReset = 5<<11, RxDiscard = 8<<11, enumerator in enum:el3_cmds
1128 outw(RxDisable, ioaddr + EL3_CMD);
H A D3c589_cs.c77 RxDisable = 3<<11, enumerator in enum:c509cmd
925 outw(RxDisable, ioaddr + EL3_CMD);
H A D3c509.c123 RxDisable = 3<<11, RxEnable = 4<<11, RxReset = 5<<11, RxDiscard = 8<<11, enumerator in enum:c509cmd
1205 outw(RxDisable, ioaddr + EL3_CMD);
H A D3c515.c183 RxDisable = 3 << 11, RxEnable = 4 << 11, RxReset = 5 << 11, enumerator in enum:corkscrew_cmd
1426 outw(RxDisable, ioaddr + EL3_CMD);
H A D3c59x.c449 RxDisable = 3<<11, RxEnable = 4<<11, RxReset = 5<<11, enumerator in enum:vortex_cmd
2700 iowrite16(RxDisable, ioaddr + EL3_CMD);

Completed in 170 milliseconds