RxEarly           800 drivers/net/ethernet/3com/3c509.c 		if (status & (AdapterFailure | RxEarly | StatsFull | TxComplete)) {
RxEarly           804 drivers/net/ethernet/3com/3c509.c 			if (status & RxEarly) {				/* Rx early is unused. */
RxEarly           806 drivers/net/ethernet/3com/3c509.c 				outw(AckIntr | RxEarly, ioaddr + EL3_CMD);
RxEarly          1311 drivers/net/ethernet/3com/3c509.c 	outw(AckIntr | IntLatch | TxAvailable | RxEarly | IntReq,
RxEarly           863 drivers/net/ethernet/3com/3c515.c 	outw(AckIntr | IntLatch | TxAvailable | RxEarly | IntReq,
RxEarly          1203 drivers/net/ethernet/3com/3c515.c 		if (status & (AdapterFailure | RxEarly | StatsFull)) {
RxEarly          1205 drivers/net/ethernet/3com/3c515.c 			if (status & RxEarly) {	/* Rx early is unused. */
RxEarly          1207 drivers/net/ethernet/3com/3c515.c 				outw(AckIntr | RxEarly, ioaddr + EL3_CMD);
RxEarly           666 drivers/net/ethernet/3com/3c574_cs.c 	outw(AckIntr | IntLatch | TxAvailable | RxEarly | IntReq,
RxEarly           669 drivers/net/ethernet/3com/3c574_cs.c 		 | AdapterFailure | RxEarly, ioaddr + EL3_CMD);
RxEarly           785 drivers/net/ethernet/3com/3c574_cs.c 		   (IntLatch | RxComplete | RxEarly | StatsFull)) {
RxEarly           807 drivers/net/ethernet/3com/3c574_cs.c 		if (status & (AdapterFailure | RxEarly | StatsFull)) {
RxEarly           811 drivers/net/ethernet/3com/3c574_cs.c 			if (status & RxEarly) {
RxEarly           813 drivers/net/ethernet/3com/3c574_cs.c 				outw(AckIntr | RxEarly, ioaddr + EL3_CMD);
RxEarly           475 drivers/net/ethernet/3com/3c589_cs.c 	outw(AckIntr | IntLatch | TxAvailable | RxEarly | IntReq,
RxEarly           632 drivers/net/ethernet/3com/3c589_cs.c 		if (status & (AdapterFailure | RxEarly | StatsFull)) {
RxEarly           636 drivers/net/ethernet/3com/3c589_cs.c 			if (status & RxEarly) {
RxEarly           639 drivers/net/ethernet/3com/3c589_cs.c 				outw(AckIntr | RxEarly, ioaddr + EL3_CMD);
RxEarly          1706 drivers/net/ethernet/3com/3c59x.c 	iowrite16(AckIntr | IntLatch | TxAvailable | RxEarly | IntReq,
RxEarly          1975 drivers/net/ethernet/3com/3c59x.c 	if (status & RxEarly)				/* Rx early is unused. */
RxEarly          1976 drivers/net/ethernet/3com/3c59x.c 		iowrite16(AckIntr | RxEarly, ioaddr + EL3_CMD);
RxEarly          2323 drivers/net/ethernet/3com/3c59x.c 		if (status & (HostError | RxEarly | StatsFull | TxComplete | IntReq)) {
RxEarly          2326 drivers/net/ethernet/3com/3c59x.c 			if (status & RxEarly)
RxEarly          2467 drivers/net/ethernet/3com/3c59x.c 		if (status & (HostError | RxEarly | StatsFull | TxComplete | IntReq))