Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/gadget/udc/
H A 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()
1124 ep->n_txbd = ep->txbase; in qe_ep_tx()
1375 ep->c_txbd = ep->txbase; in qe_ep0_txconf()
1439 ep->c_txbd = ep->txbase; in qe_ep_txconf()
H A Dfsl_qe_udc.h273 struct qe_bd __iomem *txbase; member
/openbmc/linux/drivers/net/ethernet/sun/
H A Dsunhme.c1698 struct happy_meal_txd *txbase = &hp->happy_block->happy_meal_txd[0]; in happy_meal_tx() local
1710 this = &txbase[elem]; in happy_meal_tx()
1720 flags = hme_read_desc32(hp, &txbase[last].tx_flags); in happy_meal_tx()
1738 this = &txbase[elem]; in happy_meal_tx()
1955 struct happy_meal_txd *txbase = &hp->happy_block->happy_meal_txd[0]; in unmap_partial_tx_skb() local
1961 struct happy_meal_txd *this = &txbase[first_entry]; in unmap_partial_tx_skb()
H A 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()
H A 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()