Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/usb/gadget/udc/
Dbcm63xx_udc.c157 int n_bds; member
226 unsigned int n_bds; member
640 if (!iudma->is_tx || iudma->n_bds_used == iudma->n_bds || in iudma_write()
762 unsigned int n_bds = cfg->n_bds; in iudma_init_channel() local
781 iudma->n_bds = n_bds; in iudma_init_channel()
783 n_bds * sizeof(struct bcm_enet_desc), in iudma_init_channel()
787 iudma->end_bd = &iudma->bd_ring[n_bds - 1]; in iudma_init_channel()
2204 iudma->n_bds); in bcm63xx_iudma_dbg_show()
2211 for (i = 0; i < iudma->n_bds; i++) { in bcm63xx_iudma_dbg_show()