Searched refs:TxDMAComplete (Results 1 - 2 of 2) sorted by relevance

/drivers/net/ethernet/dlink/
H A Ddl2k.h181 TxDMAComplete = 0x0200, enumerator in enum:IntStatus_bits
H A Ddl2k.c31 static int tx_coalesce=16; /* HW xmit count each TxDMAComplete */
46 module_param(tx_coalesce, int, 0); /* HW xmit count each TxDMAComplete */
50 #define DEFAULT_INTR (RxDMAComplete | HostError | IntRequested | TxDMAComplete| \
692 /* TxDMAComplete interrupt */
693 if ((int_status & (TxDMAComplete|IntRequested))) {

Completed in 34 milliseconds