Home
last modified time | relevance | path

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

/openbmc/linux/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) { in cpsw_rx_handler()
413 status &= ~CPDMA_RX_VLAN_ENCAP; in cpsw_rx_handler()
427 if (status & CPDMA_RX_VLAN_ENCAP) in cpsw_rx_handler()
H A Dcpsw_new.c343 if (status & CPDMA_RX_VLAN_ENCAP) { in cpsw_rx_handler()
357 status &= ~CPDMA_RX_VLAN_ENCAP; in cpsw_rx_handler()
372 if (status & CPDMA_RX_VLAN_ENCAP) in cpsw_rx_handler()
H A Ddavinci_cpdma.c1251 CPDMA_DESC_PORT_MASK | CPDMA_RX_VLAN_ENCAP); in __cpdma_chan_process()