Searched refs:tx_base (Results 1 – 8 of 8) sorted by relevance
174 union ixgbe_adv_tx_desc *tx_base; member
265 union igc_adv_tx_desc *tx_base; member
420 txr->tx_base = (union igc_adv_tx_desc *)txr->txdma.dma_vaddr; in igc_allocate_queues()421 bzero((void *)txr->tx_base, tsize); in igc_allocate_queues()1029 txdesc = &txr->tx_base[prod]; in igc_start()1096 txdesc = &txr->tx_base[last]; in igc_txeof()1908 bzero((void *)txr->tx_base, in igc_setup_transmit_ring()2124 txdesc = (struct igc_adv_tx_context_desc *)&txr->tx_base[prod]; in igc_tx_ctx_setup()
1475 txd = &txr->tx_base[i]; in ixgbe_encap()2188 txr->tx_base = (union ixgbe_adv_tx_desc *)txr->txdma.dma_vaddr; in ixgbe_allocate_queues()2189 bzero((void *)txr->tx_base, tsize); in ixgbe_allocate_queues()2302 bzero((void *)txr->tx_base, in ixgbe_setup_transmit_ring()2591 TXD = (struct ixgbe_adv_tx_context_desc *)&txr->tx_base[ctxd]; in ixgbe_tx_ctx_setup()2643 tx_desc = (struct ixgbe_legacy_tx_desc *)&txr->tx_base[last]; in ixgbe_txeof()
1004 union ngbe_tx_desc *tx_base; member
1207 txr->tx_base = (union ngbe_tx_desc *)txr->txdma.dma_vaddr; in ngbe_allocate_queues()1208 bzero((void *)txr->tx_base, tsize); in ngbe_allocate_queues()1455 bzero((void *)txr->tx_base, in ngbe_setup_transmit_ring()2681 txd = &txr->tx_base[i]; in ngbe_encap()4438 txd = (struct ngbe_tx_context_desc *)&txr->tx_base[ctxd]; in ngbe_tx_ctx_setup()4480 tx_desc = (union ngbe_tx_desc *)&txr->tx_base[last]; in ngbe_txeof()
4234 struct ice_tx_desc *tx_base; member
26458 txq->tx_base = ice_alloc_dma_mem(&sc->hw, &txq->tx_desc_mem, in ice_tx_queues_alloc()26460 if (txq->tx_base == NULL) { in ice_tx_queues_alloc()