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

/drivers/net/ethernet/3com/
H A D3c509.c137 IntLatch = 0x0001, AdapterFailure = 0x0002, TxComplete = 0x0004, enumerator in enum:c509status
928 if (status & (AdapterFailure | RxEarly | StatsFull | TxComplete)) {
936 if (status & TxComplete) { /* Really Tx error. */
1438 outw(SetIntrEnb | IntLatch|TxAvailable|TxComplete|RxComplete|StatsFull,
H A D3c574_cs.c147 IntLatch = 0x0001, AdapterFailure = 0x0002, TxComplete = 0x0004, enumerator in enum:elxl_status
808 if (status & TxComplete)
H A D3c589_cs.c97 TxComplete = 0x0004, enumerator in enum:c509status
617 if (status & TxComplete)
H A D3c515.c205 IntLatch = 0x0001, AdapterFailure = 0x0002, TxComplete = 0x0004, enumerator in enum:corkscrew_status
1231 TxComplete, ioaddr + EL3_CMD);
H A D3c59x.c465 IntLatch = 0x0001, HostError = 0x0002, TxComplete = 0x0004, enumerator in enum:vortex_status
1717 vp->status_enable = SetStatusEnb | HostError|IntReq|StatsFull|TxComplete|
1723 StatsFull | HostError | TxComplete | IntReq
1974 if (status & TxComplete) { /* Really "TxError" for us. */
2302 if (status & (HostError | RxEarly | StatsFull | TxComplete | IntReq)) {
2443 if (status & (HostError | RxEarly | StatsFull | TxComplete | IntReq))
/drivers/net/ethernet/dlink/
H A Ddl2k.h175 TxComplete = 0x0004, enumerator in enum:IntStatus_bits

Completed in 64 milliseconds