Home
last modified time | relevance | path

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

/bsp/dm365/drivers/
A Ddavinci_emac.c494 if (frame_status & EMAC_CPPI_EOQ_BIT) { in emac_tx_bdproc()
604 if (frame_status & EMAC_CPPI_EOQ_BIT) { in emac_send()
606 frame_status &= ~(EMAC_CPPI_EOQ_BIT); in emac_send()
774 if (frame_status & EMAC_CPPI_EOQ_BIT) { in emac_addbd_to_rx_queue()
777 frame_status &= ~(EMAC_CPPI_EOQ_BIT); in emac_addbd_to_rx_queue()
909 if (frame_status & EMAC_CPPI_EOQ_BIT) { in emac_rx_bdproc()
A Ddavinci_emac.h139 #define EMAC_CPPI_EOQ_BIT BIT(28) macro

Completed in 9 milliseconds