Searched refs:RxEarly (Results 1 - 6 of 6) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/pcmcia/
H A D3c574_cs.c158 TxAvailable = 0x0008, RxComplete = 0x0010, RxEarly = 0x0020, enumerator in enum:elxl_status
708 outw(AckIntr | IntLatch | TxAvailable | RxEarly | IntReq,
711 | AdapterFailure | RxEarly, ioaddr + EL3_CMD);
827 (IntLatch | RxComplete | RxEarly | StatsFull)) {
849 if (status & (AdapterFailure | RxEarly | StatsFull)) {
853 if (status & RxEarly) {
855 outw(AckIntr | RxEarly, ioaddr + EL3_CMD);
H A D3c589_cs.c83 TxAvailable = 0x0008, RxComplete = 0x0010, RxEarly = 0x0020, enumerator in enum:c509status
495 outw(AckIntr | IntLatch | TxAvailable | RxEarly | IntReq,
678 if (status & (AdapterFailure | RxEarly | StatsFull)) {
682 if (status & RxEarly) { /* Rx early is unused. */
684 outw(AckIntr | RxEarly, ioaddr + EL3_CMD);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/
H A D3c509.c86 TxAvailable = 0x0008, RxComplete = 0x0010, RxEarly = 0x0020, enumerator in enum:c509status
865 if (status & (AdapterFailure | RxEarly | StatsFull | TxComplete)) {
869 if (status & RxEarly) { /* Rx early is unused. */
871 outw(AckIntr | RxEarly, ioaddr + EL3_CMD);
1376 outw(AckIntr | IntLatch | TxAvailable | RxEarly | IntReq,
H A D3c515.c207 TxAvailable = 0x0008, RxComplete = 0x0010, RxEarly = 0x0020, enumerator in enum:corkscrew_status
850 outw(AckIntr | IntLatch | TxAvailable | RxEarly | IntReq,
1195 if (status & (AdapterFailure | RxEarly | StatsFull)) {
1197 if (status & RxEarly) { /* Rx early is unused. */
1199 outw(AckIntr | RxEarly, ioaddr + EL3_CMD);
H A Ddl2k.h176 RxEarly = 0x0020, enumerator in enum:IntStatus_bits
H A D3c59x.c455 TxAvailable = 0x0008, RxComplete = 0x0010, RxEarly = 0x0020, enumerator in enum:vortex_status
1612 /* Initialize the RxEarly register as recommended. */
1647 iowrite16(AckIntr | IntLatch | TxAvailable | RxEarly | IntReq,
1923 if (status & RxEarly) { /* Rx early is unused. */
1925 iowrite16(AckIntr | RxEarly, ioaddr + EL3_CMD);
2206 if (status & (HostError | RxEarly | StatsFull | TxComplete | IntReq)) {
2333 if (status & (HostError | RxEarly | StatsFull | TxComplete | IntReq))

Completed in 179 milliseconds