Searched refs:RxEnable (Results 1 - 12 of 12) sorted by relevance

/drivers/net/usb/
H A Dcatc.c132 RxEnable = 0x01, enumerator in enum:rx_filter_bits
634 u8 rx = RxEnable | RxPolarity | RxMultiCast;
887 catc_set_reg(catc, RxUnit, RxEnable | RxPolarity | RxMultiCast);
894 catc->rxmode[0] = RxEnable | RxPolarity | RxMultiCast;
/drivers/net/ethernet/dlink/
H A Ddl2k.h212 RxEnable = 0x08000000, enumerator in enum:MACCtrl_bits
H A Dsundance.c333 RxEnable=0x0800, RxDisable=0x1000, RxEnabled=0x2000, enumerator in enum:mac_ctrl1_bits
880 iowrite16 (StatsEnable | RxEnable | TxEnable, ioaddr + MACCtrl1);
1155 iowrite16 (StatsEnable | RxEnable | TxEnable, ioaddr + MACCtrl1);
H A Ddl2k.c472 writel (readl (ioaddr + MACCtrl) | StatsEnable | RxEnable | TxEnable,
/drivers/net/ethernet/3com/
H A D3c574_cs.c138 RxDisable = 3<<11, RxEnable = 4<<11, RxReset = 5<<11, RxDiscard = 8<<11, enumerator in enum:el3_cmds
663 outw(RxEnable, ioaddr + EL3_CMD); /* Enable the receiver. */
835 outw(RxEnable, ioaddr + EL3_CMD);
H A D3c589_cs.c75 RxEnable = 4<<11, enumerator in enum:c509cmd
456 outw(RxEnable, ioaddr + EL3_CMD); /* Enable the receiver. */
643 outw(RxEnable, ioaddr + EL3_CMD);
H A D3c509.c128 RxDisable = 3<<11, RxEnable = 4<<11, RxReset = 5<<11, RxDiscard = 8<<11, enumerator in enum:c509cmd
955 outw(RxEnable, ioaddr + EL3_CMD); /* Re-enable the receiver. */
1431 outw(RxEnable, ioaddr + EL3_CMD); /* Enable the receiver. */
H A D3c515.c187 RxDisable = 3 << 11, RxEnable = 4 << 11, RxReset = 5 << 11, enumerator in enum:corkscrew_cmd
855 outw(RxEnable, ioaddr + EL3_CMD); /* Enable the receiver. */
1240 outw(RxEnable, ioaddr + EL3_CMD); /* Re-enable the receiver. */
H A D3c59x.c449 RxDisable = 3<<11, RxEnable = 4<<11, RxReset = 5<<11, enumerator in enum:vortex_cmd
1714 iowrite16(RxEnable, ioaddr + EL3_CMD); /* Enable the receiver. */
2053 iowrite16(RxEnable, ioaddr + EL3_CMD); /* Re-enable the receiver. */
3207 iowrite16(RxEnable, ioaddr + EL3_CMD);
3219 /* Change the power state to D3; RxEnable doesn't take effect. */
/drivers/net/ethernet/smsc/
H A Dsmc91c92_cs.c227 RxEnable = 0x0100, RxStripCRC = 0x0200}; enumerator in enum:RxCfg
1559 rx_cfg_setting = RxStripCRC | RxEnable | RxPromisc | RxAllMulti;
1561 rx_cfg_setting = RxStripCRC | RxEnable | RxAllMulti;
1571 rx_cfg_setting = RxStripCRC | RxEnable;
/drivers/net/ethernet/adaptec/
H A Dstarfire.c445 RxEnable=0x05, TxEnable=0x0a, enumerator in enum:gen_ctrl_bits
1085 writel(TxEnable|TxGFPEnable|RxEnable|RxGFPEnable, ioaddr + GenCtrl);
1088 writel(TxEnable|RxEnable, ioaddr + GenCtrl);
/drivers/net/ethernet/dec/tulip/
H A Dde2104x.c208 RxEnable = (1 << 1), enumerator in enum:__anon2158
209 RxTx = TxEnable | RxEnable,

Completed in 402 milliseconds