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

/drivers/net/ethernet/3com/
H A D3c574_cs.c148 TxAvailable = 0x0008, RxComplete = 0x0010, RxEarly = 0x0020, enumerator in enum:elxl_status
668 outw(AckIntr | IntLatch | TxAvailable | RxEarly | IntReq,
671 | AdapterFailure | RxEarly, ioaddr + EL3_CMD);
789 (IntLatch | RxComplete | RxEarly | StatsFull)) {
811 if (status & (AdapterFailure | RxEarly | StatsFull)) {
815 if (status & RxEarly) {
817 outw(AckIntr | RxEarly, ioaddr + EL3_CMD);
H A D3c589_cs.c100 RxEarly = 0x0020, enumerator in enum:c509status
461 outw(AckIntr | IntLatch | TxAvailable | RxEarly | IntReq,
619 if (status & (AdapterFailure | RxEarly | StatsFull)) {
623 if (status & RxEarly) { /* Rx early is unused. */
625 outw(AckIntr | RxEarly, ioaddr + EL3_CMD);
H A D3c509.c138 TxAvailable = 0x0008, RxComplete = 0x0010, RxEarly = 0x0020, enumerator in enum:c509status
845 outw(AckIntr | IntLatch | TxAvailable | RxEarly | IntReq,
928 if (status & (AdapterFailure | RxEarly | StatsFull | TxComplete)) {
932 if (status & RxEarly) { /* Rx early is unused. */
934 outw(AckIntr | RxEarly, ioaddr + EL3_CMD);
1436 outw(AckIntr | IntLatch | TxAvailable | RxEarly | IntReq,
H A D3c515.c206 TxAvailable = 0x0008, RxComplete = 0x0010, RxEarly = 0x0020, enumerator in enum:corkscrew_status
863 outw(AckIntr | IntLatch | TxAvailable | RxEarly | IntReq,
1203 if (status & (AdapterFailure | RxEarly | StatsFull)) {
1205 if (status & RxEarly) { /* Rx early is unused. */
1207 outw(AckIntr | RxEarly, ioaddr + EL3_CMD);
H A D3c59x.c466 TxAvailable = 0x0008, RxComplete = 0x0010, RxEarly = 0x0020, enumerator in enum:vortex_status
1692 /* Initialize the RxEarly register as recommended. */
1727 iowrite16(AckIntr | IntLatch | TxAvailable | RxEarly | IntReq,
2001 if (status & RxEarly) /* Rx early is unused. */
2002 iowrite16(AckIntr | RxEarly, ioaddr + EL3_CMD);
2302 if (status & (HostError | RxEarly | StatsFull | TxComplete | IntReq)) {
2305 if (status & RxEarly)
2443 if (status & (HostError | RxEarly | StatsFull | TxComplete | IntReq))
/drivers/net/ethernet/dlink/
H A Ddl2k.h177 RxEarly = 0x0020, enumerator in enum:IntStatus_bits

Completed in 77 milliseconds