Searched refs:bdstatus (Results 1 – 1 of 1) sorted by relevance
712 u32 bdstatus; in recycle_one_rxbd() local715 bdstatus = R_I | R_E | (bdstatus & R_W); in recycle_one_rxbd()726 u32 bdstatus; in recycle_rxbds() local735 bdstatus = R_E | R_I | (bdstatus & R_W); in recycle_rxbds()759 if (!(bdstatus & R_E) && !(bdstatus & BD_LENGTH_MASK)) { in ep_recycle_rxbds()835 if ((bdstatus & R_F) && (bdstatus & R_L) in qe_ep0_rx()968 if ((bdstatus & R_F) && (bdstatus & R_L) in ep_rx_tasklet()1097 bdstatus = (bdstatus&T_W); in qe_ep_tx()1369 while (!(bdstatus & T_R) && (bdstatus & ~T_W)) { in qe_ep0_txconf()1426 while (!(bdstatus & T_R) && (bdstatus & ~T_W)) { in qe_ep_txconf()[all …]