Home
last modified time | relevance | path

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

/freebsd/sys/dev/ixgbe/
H A Dixgbe.h263 union ixgbe_adv_tx_desc *tx_base;
H A Dix_txrx.c181 union ixgbe_adv_tx_desc *txd = NULL; in ixgbe_isc_txd_encap()
H A Dif_ixv.c282 txr->tx_base = (union ixgbe_adv_tx_desc *)vaddrs[i*ntxqs]; in ixv_if_tx_queues_alloc()
494 roundup2(scctx->isc_ntxd[0] * sizeof(union ixgbe_adv_tx_desc) + in ixv_if_attach_pre()
H A Dif_ix.c494 txr->tx_base = (union ixgbe_adv_tx_desc *)vaddrs[i]; in ixgbe_if_tx_queues_alloc()
845 scctx->isc_ntxd[0] * sizeof(union ixgbe_adv_tx_desc)); in ixgbe_initialize_transmit_units()
1080 roundup2(scctx->isc_ntxd[0] * sizeof(union ixgbe_adv_tx_desc) + in ixgbe_if_attach_pre()
H A Dixgbe_type.h3371 union ixgbe_adv_tx_desc { union