Home
last modified time | relevance | path

Searched refs:CPDMA_BD_TDOWNCMPLT (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/arm/ti/cpsw/
H A Dif_cpswreg.h195 #define CPDMA_BD_TDOWNCMPLT (1 << 11) macro
H A Dif_cpsw.c1640 if ((bd.flags & (CPDMA_BD_OWNER | CPDMA_BD_TDOWNCMPLT)) == in cpsw_rx_dequeue()
1655 if (bd.flags & CPDMA_BD_TDOWNCMPLT) { in cpsw_rx_dequeue()
2011 if ((flags & (CPDMA_BD_SOP | CPDMA_BD_TDOWNCMPLT)) == in cpsw_tx_dequeue()
2012 (CPDMA_BD_SOP | CPDMA_BD_TDOWNCMPLT)) { in cpsw_tx_dequeue()