Searched refs:DMA_STATUS_TI (Results 1 - 3 of 3) sorted by path

/linux-master/drivers/net/ethernet/calxeda/
H A Dxgmac.c238 #define DMA_STATUS_TI 0x00000001 /* Transmit Interrupt */ macro
1422 if (intr_status & (DMA_STATUS_RI | DMA_STATUS_TU | DMA_STATUS_TI)) {
/linux-master/drivers/net/ethernet/stmicro/stmmac/
H A Ddwmac_dma.h128 #define DMA_STATUS_TI 0x00000001 /* Transmit Interrupt */ macro
148 DMA_STATUS_TI | \
H A Ddwmac_lib.c223 if (likely(intr_status & DMA_STATUS_TI)) {

Completed in 192 milliseconds