Searched refs:ENETC_RXBD_LSTATUS_F (Results 1 – 2 of 2) sorted by relevance
754 while (!(bd_status & ENETC_RXBD_LSTATUS_F)) { in enetc_clean_rx_ring()770 while (!(bd_status & ENETC_RXBD_LSTATUS_F)) { in enetc_clean_rx_ring()774 if (bd_status & ENETC_RXBD_LSTATUS_F) { in enetc_clean_rx_ring()
584 #define ENETC_RXBD_LSTATUS_F BIT(31) macro