Searched refs:CPDMA_BD_TDOWNCMPLT (Results 1 – 2 of 2) sorted by relevance
193 #define CPDMA_BD_TDOWNCMPLT (1 << 11) macro
1624 if ((bd.flags & (CPDMA_BD_OWNER | CPDMA_BD_TDOWNCMPLT)) == in cpsw_rx_dequeue()1639 if (bd.flags & CPDMA_BD_TDOWNCMPLT) { in cpsw_rx_dequeue()1995 if ((flags & (CPDMA_BD_SOP | CPDMA_BD_TDOWNCMPLT)) == in cpsw_tx_dequeue()1996 (CPDMA_BD_SOP | CPDMA_BD_TDOWNCMPLT)) { in cpsw_tx_dequeue()