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

/linux-master/drivers/net/ethernet/sgi/
H A Dmeth.h175 #define METH_INT_TX_EMPTY BIT(0) /* 0: No interrupt pending, 1: The TX ring buffer is empty */ macro
H A Dmeth.c535 mace->eth.int_stat = METH_INT_TX_EMPTY | METH_INT_TX_PKT;
588 if (status & (METH_INT_TX_EMPTY | METH_INT_TX_PKT)) {

Completed in 115 milliseconds