Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/usb/gadget/udc/
Dfsl_qe_udc.c264 ep->c_txbd = ep->txbase; in qe_ep_flushtxfifo()
265 ep->n_txbd = ep->txbase; in qe_ep_flushtxfifo()
300 bd = ep->txbase; in qe_epbds_reset()
376 ep->txbase = cpm_muram_addr(tmp_addr + (sizeof(struct qe_bd) in qe_ep_bd_init()
380 ep->n_txbd = ep->txbase; in qe_ep_bd_init()
381 ep->c_txbd = ep->txbase; in qe_ep_bd_init()
394 bd = ep->txbase; in qe_ep_bd_init()
1118 ep->n_txbd = ep->txbase; in qe_ep_tx()
1369 ep->c_txbd = ep->txbase; in qe_ep0_txconf()
1433 ep->c_txbd = ep->txbase; in qe_ep_txconf()
Dfsl_qe_udc.h273 struct qe_bd __iomem *txbase; member
/Linux-v5.4/drivers/net/ethernet/sun/
Dsunqe.c534 struct qe_txd *txbase = &qep->qe_block->qe_txd[0]; in qe_tx_reclaim() local
538 u32 flags = txbase[elem].tx_flags; in qe_tx_reclaim()
Dsunhme.c1921 struct happy_meal_txd *txbase = &hp->happy_block->happy_meal_txd[0]; in happy_meal_tx() local
1934 this = &txbase[elem]; in happy_meal_tx()
1944 flags = hme_read_desc32(hp, &txbase[last].tx_flags); in happy_meal_tx()
1962 this = &txbase[elem]; in happy_meal_tx()
2270 struct happy_meal_txd *txbase = &hp->happy_block->happy_meal_txd[0]; in unmap_partial_tx_skb() local
2276 struct happy_meal_txd *this = &txbase[first_entry]; in unmap_partial_tx_skb()
Dsunbmac.c758 struct be_txd *txbase = &bp->bmac_block->be_txd[0]; in bigmac_tx() local
768 struct be_txd *this = &txbase[elem]; in bigmac_tx()