DBA_ALIGN
KASSERT((rsize % DBA_ALIGN) == 0);
/* alignment */ DBA_ALIGN,
KASSERT((tsize % DBA_ALIGN) == 0);
KASSERT((rsize % DBA_ALIGN) == 0);
if (((ixgbe_txd * sizeof(union ixgbe_adv_tx_desc)) % DBA_ALIGN) != 0 ||
DBA_ALIGN / sizeof(union ixgbe_adv_tx_desc),
if (((ixgbe_rxd * sizeof(union ixgbe_adv_rx_desc)) % DBA_ALIGN) != 0 ||
DBA_ALIGN / sizeof(union ixgbe_adv_rx_desc),
if (((ixv_txd * sizeof(union ixgbe_adv_tx_desc)) % DBA_ALIGN) != 0 ||
DBA_ALIGN / sizeof(union ixgbe_adv_tx_desc),
if (((ixv_rxd * sizeof(union ixgbe_adv_rx_desc)) % DBA_ALIGN) != 0 ||
DBA_ALIGN / sizeof(union ixgbe_adv_rx_desc),