Symbol: IntReq
drivers/net/ethernet/3com/3c509.c
1303
outw(AckIntr | IntLatch | TxAvailable | RxEarly | IntReq,
drivers/net/ethernet/3com/3c509.c
832
outw(AckIntr | IntReq | IntLatch, ioaddr + EL3_CMD); /* Ack IRQ */
drivers/net/ethernet/3com/3c515.c
1242
outw(AckIntr | IntReq | IntLatch, ioaddr + EL3_CMD);
drivers/net/ethernet/3com/3c515.c
845
outw(SetStatusEnb | AdapterFailure | IntReq | StatsFull |
drivers/net/ethernet/3com/3c515.c
850
outw(AckIntr | IntLatch | TxAvailable | RxEarly | IntReq,
drivers/net/ethernet/3com/3c574_cs.c
665
outw(AckIntr | IntLatch | TxAvailable | RxEarly | IntReq,
drivers/net/ethernet/3com/3c574_cs.c
844
outw(AckIntr | IntReq | IntLatch, ioaddr + EL3_CMD);
drivers/net/ethernet/3com/3c589_cs.c
483
outw(AckIntr | IntLatch | TxAvailable | RxEarly | IntReq,
drivers/net/ethernet/3com/3c589_cs.c
677
outw(AckIntr | IntReq | IntLatch, ioaddr + EL3_CMD);
drivers/net/ethernet/3com/3c59x.c
1698
vp->status_enable = SetStatusEnb | HostError|IntReq|StatsFull|TxComplete|
drivers/net/ethernet/3com/3c59x.c
1704
StatsFull | HostError | TxComplete | IntReq
drivers/net/ethernet/3com/3c59x.c
1708
iowrite16(AckIntr | IntLatch | TxAvailable | RxEarly | IntReq,
drivers/net/ethernet/3com/3c59x.c
1998
if (status & IntReq) { /* Restore all interrupt sources. */
drivers/net/ethernet/3com/3c59x.c
2274
if (status & IntReq) {
drivers/net/ethernet/3com/3c59x.c
2325
if (status & (HostError | RxEarly | StatsFull | TxComplete | IntReq)) {
drivers/net/ethernet/3com/3c59x.c
2351
iowrite16(AckIntr | IntReq | IntLatch, ioaddr + EL3_CMD);
drivers/net/ethernet/3com/3c59x.c
2398
if (status & IntReq) {
drivers/net/ethernet/3com/3c59x.c
2469
if (status & (HostError | RxEarly | StatsFull | TxComplete | IntReq))
drivers/net/ethernet/3com/3c59x.c
2487
iowrite16(AckIntr | IntReq | IntLatch, ioaddr + EL3_CMD);