Searched refs:ENETC_RXBD_LSTATUS_F (Results 1 – 2 of 2) sorted by relevance
741 while (!(bd_status & ENETC_RXBD_LSTATUS_F)) { in enetc_clean_rx_ring()757 while (!(bd_status & ENETC_RXBD_LSTATUS_F)) { in enetc_clean_rx_ring()761 if (bd_status & ENETC_RXBD_LSTATUS_F) { in enetc_clean_rx_ring()
569 #define ENETC_RXBD_LSTATUS_F BIT(31) macro