Home
last modified time | relevance | path

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

/freebsd/sys/arm/ti/cpsw/
H A Dif_cpswreg.h193 #define CPDMA_BD_TDOWNCMPLT (1 << 11) macro
H A Dif_cpsw.c1624 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()