Searched refs:ENETC_RXBD_LSTATUS_F (Results 1 - 2 of 2) sorted by relevance

/linux-master/drivers/net/ethernet/freescale/enetc/
H A Denetc.c1139 while (!(bd_status & ENETC_RXBD_LSTATUS_F)) {
1172 while (!(bd_status & ENETC_RXBD_LSTATUS_F)) {
1176 if (bd_status & ENETC_RXBD_LSTATUS_F) {
1473 while (!(bd_status & ENETC_RXBD_LSTATUS_F)) {
1477 if (bd_status & ENETC_RXBD_LSTATUS_F) {
H A Denetc_hw.h622 #define ENETC_RXBD_LSTATUS_F BIT(31) macro

Completed in 166 milliseconds