Home
last modified time | relevance | path

Searched refs:BD_LENGTH_MASK (Results 1 – 5 of 5) sorted by relevance

/linux-6.1.9/drivers/usb/gadget/udc/
Dfsl_qe_udc.c733 while (!(bdstatus & R_E) && !(bdstatus & BD_LENGTH_MASK) && !stop) { in recycle_rxbds()
758 if (!(bdstatus & R_E) && !(bdstatus & BD_LENGTH_MASK)) { in ep_recycle_rxbds()
831 length = bdstatus & BD_LENGTH_MASK; in qe_ep0_rx()
878 length = bdstatus & BD_LENGTH_MASK; in qe_ep0_rx()
956 length = bdstatus & BD_LENGTH_MASK; in ep_rx_tasklet()
1006 length = bdstatus & BD_LENGTH_MASK; in ep_rx_tasklet()
1087 if (!(bdstatus & (T_R | BD_LENGTH_MASK))) { in qe_ep_tx()
1488 length = bdstatus & BD_LENGTH_MASK; in ep_req_rx()
1549 length = bdstatus & BD_LENGTH_MASK; in ep_req_rx()
/linux-6.1.9/include/soc/fsl/qe/
Dqe.h328 #define BD_LENGTH_MASK 0x0000ffff macro
/linux-6.1.9/drivers/net/ethernet/freescale/
Dgianfar.h375 #define BD_LENGTH_MASK 0x0000ffff macro
Dgianfar.c2193 (lstatus & BD_LENGTH_MASK)) in gfar_clean_tx_ring()
2352 int size = lstatus & BD_LENGTH_MASK; in gfar_add_rx_frag()
Ducc_geth.c1866 BD_LENGTH_MASK), in ucc_geth_free_tx()
3010 length = (u16) ((bd_status & BD_LENGTH_MASK) - 4); in ucc_geth_rx()