Home
last modified time | relevance | path

Searched refs:BD_LENGTH_MASK (Results 1 - 10 of 10) sorted by relevance

/kernel/linux/linux-5.10/drivers/usb/gadget/udc/
H A Dfsl_qe_udc.c727 while (!(bdstatus & R_E) && !(bdstatus & BD_LENGTH_MASK) && !stop) { in recycle_rxbds()
752 if (!(bdstatus & R_E) && !(bdstatus & BD_LENGTH_MASK)) { in ep_recycle_rxbds()
825 length = bdstatus & BD_LENGTH_MASK; in qe_ep0_rx()
872 length = bdstatus & BD_LENGTH_MASK; in qe_ep0_rx()
950 length = bdstatus & BD_LENGTH_MASK; in ep_rx_tasklet()
1000 length = bdstatus & BD_LENGTH_MASK; in ep_rx_tasklet()
1081 if (!(bdstatus & (T_R | BD_LENGTH_MASK))) { in qe_ep_tx()
1482 length = bdstatus & BD_LENGTH_MASK; in ep_req_rx()
1543 length = bdstatus & BD_LENGTH_MASK; in ep_req_rx()
/kernel/linux/linux-6.6/drivers/usb/gadget/udc/
H A 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()
/kernel/linux/linux-5.10/include/soc/fsl/qe/
H A Dqe.h345 #define BD_LENGTH_MASK 0x0000ffff macro
/kernel/linux/linux-6.6/include/soc/fsl/qe/
H A Dqe.h329 #define BD_LENGTH_MASK 0x0000ffff macro
/kernel/linux/linux-5.10/drivers/net/ethernet/freescale/
H A Dgianfar.h378 #define BD_LENGTH_MASK 0x0000ffff macro
H A Dgianfar.c2229 (lstatus & BD_LENGTH_MASK)) in gfar_clean_tx_ring()
2388 int size = lstatus & BD_LENGTH_MASK; in gfar_add_rx_frag()
H A Ducc_geth.c1892 BD_LENGTH_MASK), in ucc_geth_free_tx()
3173 length = (u16) ((bd_status & BD_LENGTH_MASK) - 4); in ucc_geth_rx()
/kernel/linux/linux-6.6/drivers/net/ethernet/freescale/
H A Dgianfar.h375 #define BD_LENGTH_MASK 0x0000ffff macro
H A Dgianfar.c2193 (lstatus & BD_LENGTH_MASK)) in gfar_clean_tx_ring()
2352 int size = lstatus & BD_LENGTH_MASK; in gfar_add_rx_frag()
H A Ducc_geth.c1867 BD_LENGTH_MASK), in ucc_geth_free_tx()
3011 length = (u16) ((bd_status & BD_LENGTH_MASK) - 4); in ucc_geth_rx()

Completed in 33 milliseconds