RxEnable          827 drivers/net/ethernet/3com/3c509.c 				outw(RxEnable, ioaddr + EL3_CMD); /* Re-enable the receiver. */
RxEnable         1306 drivers/net/ethernet/3com/3c509.c 	outw(RxEnable, ioaddr + EL3_CMD); /* Enable the receiver. */
RxEnable          855 drivers/net/ethernet/3com/3c515.c 	outw(RxEnable, ioaddr + EL3_CMD);	/* Enable the receiver. */
RxEnable         1240 drivers/net/ethernet/3com/3c515.c 				outw(RxEnable, ioaddr + EL3_CMD);	/* Re-enable the receiver. */
RxEnable          661 drivers/net/ethernet/3com/3c574_cs.c 	outw(RxEnable, ioaddr + EL3_CMD); /* Enable the receiver. */
RxEnable          831 drivers/net/ethernet/3com/3c574_cs.c 					outw(RxEnable, ioaddr + EL3_CMD);
RxEnable          470 drivers/net/ethernet/3com/3c589_cs.c 	outw(RxEnable, ioaddr + EL3_CMD); /* Enable the receiver. */
RxEnable          657 drivers/net/ethernet/3com/3c589_cs.c 					outw(RxEnable, ioaddr + EL3_CMD);
RxEnable         1693 drivers/net/ethernet/3com/3c59x.c 	iowrite16(RxEnable, ioaddr + EL3_CMD); /* Enable the receiver. */
RxEnable         2027 drivers/net/ethernet/3com/3c59x.c 			iowrite16(RxEnable, ioaddr + EL3_CMD); /* Re-enable the receiver. */
RxEnable         3236 drivers/net/ethernet/3com/3c59x.c 		iowrite16(RxEnable, ioaddr + EL3_CMD);
RxEnable         1053 drivers/net/ethernet/adaptec/starfire.c 		writel(TxEnable|TxGFPEnable|RxEnable|RxGFPEnable, ioaddr + GenCtrl);
RxEnable         1056 drivers/net/ethernet/adaptec/starfire.c 		writel(TxEnable|RxEnable, ioaddr + GenCtrl);
RxEnable          209 drivers/net/ethernet/dec/tulip/de2104x.c 	RxTx			= TxEnable | RxEnable,
RxEnable          603 drivers/net/ethernet/dlink/dl2k.c 	dw32(MACCtrl, dr32(MACCtrl) | StatsEnable | RxEnable | TxEnable);
RxEnable          902 drivers/net/ethernet/dlink/sundance.c 	iowrite16 (StatsEnable | RxEnable | TxEnable, ioaddr + MACCtrl1);
RxEnable         1179 drivers/net/ethernet/dlink/sundance.c 	iowrite16 (StatsEnable | RxEnable | TxEnable, ioaddr + MACCtrl1);
RxEnable         1964 drivers/net/ethernet/dlink/sundance.c 		iowrite16(RxEnable, ioaddr + MACCtrl1);
RxEnable         1555 drivers/net/ethernet/smsc/smc91c92_cs.c 	rx_cfg_setting = RxStripCRC | RxEnable | RxPromisc | RxAllMulti;
RxEnable         1557 drivers/net/ethernet/smsc/smc91c92_cs.c 	rx_cfg_setting = RxStripCRC | RxEnable | RxAllMulti;
RxEnable         1567 drivers/net/ethernet/smsc/smc91c92_cs.c 	rx_cfg_setting = RxStripCRC | RxEnable;
RxEnable          631 drivers/net/usb/catc.c 	u8 rx = RxEnable | RxPolarity | RxMultiCast;
RxEnable          898 drivers/net/usb/catc.c 		catc_set_reg(catc, RxUnit, RxEnable | RxPolarity | RxMultiCast);
RxEnable          905 drivers/net/usb/catc.c 		catc->rxmode[0] = RxEnable | RxPolarity | RxMultiCast;