Searched refs:CPDMA_RX_VLAN_ENCAP (Results 1 - 4 of 4) sorted by relevance

/linux-master/drivers/net/ethernet/ti/
H A Ddavinci_cpdma.h15 #define CPDMA_RX_VLAN_ENCAP BIT(19) macro
H A Dcpsw.c398 if (status & CPDMA_RX_VLAN_ENCAP) {
413 status &= ~CPDMA_RX_VLAN_ENCAP;
427 if (status & CPDMA_RX_VLAN_ENCAP)
H A Dcpsw_new.c343 if (status & CPDMA_RX_VLAN_ENCAP) {
357 status &= ~CPDMA_RX_VLAN_ENCAP;
372 if (status & CPDMA_RX_VLAN_ENCAP)
H A Ddavinci_cpdma.c1251 CPDMA_DESC_PORT_MASK | CPDMA_RX_VLAN_ENCAP);

Completed in 150 milliseconds