Searched refs:ixgbe_adv_tx_desc (Results 1 – 3 of 3) sorted by relevance
224 union ixgbe_adv_tx_desc *tx_base;
1474 union ixgbe_adv_tx_desc *txd = NULL; in ix_encap()2003 if (((ntxd * sizeof(union ixgbe_adv_tx_desc)) % IX_DBA_ALIGN) != 0 || in ix_create_tx_ring()2028 tsize = roundup2(txr->tx_ndesc * sizeof(union ixgbe_adv_tx_desc), in ix_create_tx_ring()2129 bzero(txr->tx_base, sizeof(union ixgbe_adv_tx_desc) * txr->tx_ndesc); in ix_init_tx_ring()2166 txr->tx_ndesc * sizeof(union ixgbe_adv_tx_desc)); in ix_init_tx_unit()
3267 union ixgbe_adv_tx_desc { union