Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/dev/ixgbe/
HDixgbe.h265 union ixgbe_adv_tx_desc *eop;
326 union ixgbe_adv_tx_desc *tx_base;
HDix_txrx.c319 union ixgbe_adv_tx_desc *txd = NULL;
564 (sizeof(union ixgbe_adv_tx_desc)) * adapter->num_tx_desc);
984 union ixgbe_adv_tx_desc *txd;
1035 union ixgbe_adv_tx_desc *eop = buf->eop;
2082 tsize = roundup2(adapter->num_tx_desc * sizeof(union ixgbe_adv_tx_desc),
2112 txr->tx_base = (union ixgbe_adv_tx_desc *)txr->txdma.dma_vaddr;
HDixgbe_netmap.c259 union ixgbe_adv_tx_desc *curr = &txr->tx_base[nic_i]; in ixgbe_netmap_txsync()
HDif_ixv.c421 if (((ixv_txd * sizeof(union ixgbe_adv_tx_desc)) % DBA_ALIGN) != 0 || in ixv_attach()
HDif_ix.c625 adapter->num_tx_desc * sizeof(union ixgbe_adv_tx_desc)); in ixgbe_initialize_transmit_units()
807 if (((ixgbe_txd * sizeof(union ixgbe_adv_tx_desc)) % DBA_ALIGN) != 0 || in ixgbe_attach()
HDixgbe_type.h3228 union ixgbe_adv_tx_desc { union
/freebsd-11-stable/sys/dev/netmap/
HDixgbe_netmap.h244 union ixgbe_adv_tx_desc *curr = &txr->tx_base[nic_i]; in ixgbe_netmap_txsync()