Home
last modified time | relevance | path

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

/dragonfly/sys/dev/netif/ix/
H A Dif_ix.h224 union ixgbe_adv_tx_desc *tx_base;
H A Dif_ix.c1474 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()
H A Dixgbe_type.h3267 union ixgbe_adv_tx_desc { union