Searched refs:BD_LENGTH_MASK (Results 1 – 5 of 5) sorted by relevance
737 while (!(bdstatus & R_E) && !(bdstatus & BD_LENGTH_MASK) && !stop) { in recycle_rxbds()762 if (!(bdstatus & R_E) && !(bdstatus & BD_LENGTH_MASK)) { in ep_recycle_rxbds()835 length = bdstatus & BD_LENGTH_MASK; in qe_ep0_rx()882 length = bdstatus & BD_LENGTH_MASK; in qe_ep0_rx()960 length = bdstatus & BD_LENGTH_MASK; in ep_rx_tasklet()1010 length = bdstatus & BD_LENGTH_MASK; in ep_rx_tasklet()1091 if (!(bdstatus & (T_R | BD_LENGTH_MASK))) { in qe_ep_tx()1492 length = bdstatus & BD_LENGTH_MASK; in ep_req_rx()1553 length = bdstatus & BD_LENGTH_MASK; in ep_req_rx()
267 #define BD_LENGTH_MASK 0x0000ffff macro
411 #define BD_LENGTH_MASK 0x0000ffff macro
1897 BD_LENGTH_MASK), in ucc_geth_free_tx()3178 length = (u16) ((bd_status & BD_LENGTH_MASK) - 4); in ucc_geth_rx()
2643 (lstatus & BD_LENGTH_MASK)) in gfar_clean_tx_ring()