Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/usb/gadget/udc/
Dfsl_qe_udc.c268 ep->c_txbd = ep->txbase; in qe_ep_flushtxfifo()
269 ep->n_txbd = ep->txbase; in qe_ep_flushtxfifo()
304 bd = ep->txbase; in qe_epbds_reset()
380 ep->txbase = cpm_muram_addr(tmp_addr + (sizeof(struct qe_bd) in qe_ep_bd_init()
384 ep->n_txbd = ep->txbase; in qe_ep_bd_init()
385 ep->c_txbd = ep->txbase; in qe_ep_bd_init()
398 bd = ep->txbase; in qe_ep_bd_init()
1128 ep->n_txbd = ep->txbase; in qe_ep_tx()
1379 ep->c_txbd = ep->txbase; in qe_ep0_txconf()
1443 ep->c_txbd = ep->txbase; in qe_ep_txconf()
Dfsl_qe_udc.h277 struct qe_bd __iomem *txbase; member
/linux-4.1.27/drivers/net/ethernet/sun/
Dsunqe.c532 struct qe_txd *txbase = &qep->qe_block->qe_txd[0]; in qe_tx_reclaim() local
536 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()
/linux-4.1.27/drivers/net/ethernet/intel/ixgbe/
Dixgbe_main.c4558 unsigned int txbase = accel->tx_base_queue; in ixgbe_fwd_ring_down() local
4569 adapter->tx_ring[txbase + i]->l2_accel_priv = NULL; in ixgbe_fwd_ring_down()
4570 adapter->tx_ring[txbase + i]->netdev = adapter->netdev; in ixgbe_fwd_ring_down()
4581 unsigned int rxbase, txbase, queues; in ixgbe_fwd_ring_up() local
4595 accel->tx_base_queue = txbase = baseq; in ixgbe_fwd_ring_up()
4607 adapter->tx_ring[txbase + i]->netdev = vdev; in ixgbe_fwd_ring_up()
4608 adapter->tx_ring[txbase + i]->l2_accel_priv = accel; in ixgbe_fwd_ring_up()