ixgbe_adv_tx_desc
union ixgbe_adv_tx_desc *txd;
union ixgbe_adv_tx_desc *eop = buf->eop;
tsize = sc->num_tx_desc * sizeof(union ixgbe_adv_tx_desc);
txr->tx_base = (union ixgbe_adv_tx_desc *)txr->txdma.dma_vaddr;
union ixgbe_adv_tx_desc *txd = NULL;
(sizeof(union ixgbe_adv_tx_desc)) * sc->num_tx_desc);
sc->num_tx_desc * sizeof(union ixgbe_adv_tx_desc));
if (((ixgbe_txd * sizeof(union ixgbe_adv_tx_desc)) % DBA_ALIGN) != 0 ||
DBA_ALIGN / sizeof(union ixgbe_adv_tx_desc),
union ixgbe_adv_tx_desc *eop;
union ixgbe_adv_tx_desc *tx_base;
union ixgbe_adv_tx_desc *curr = &txr->tx_base[nic_i];
if (((ixv_txd * sizeof(union ixgbe_adv_tx_desc)) % DBA_ALIGN) != 0 ||
DBA_ALIGN / sizeof(union ixgbe_adv_tx_desc),