IX_DBA_ALIGN
if (((ntxd * sizeof(union ixgbe_adv_tx_desc)) % IX_DBA_ALIGN) != 0 ||
IX_DBA_ALIGN);
IX_DBA_ALIGN, tsize, BUS_DMA_WAITOK | BUS_DMA_ZERO,
if (((nrxd * sizeof(union ixgbe_adv_rx_desc)) % IX_DBA_ALIGN) != 0 ||
IX_DBA_ALIGN);
IX_DBA_ALIGN, rsize, BUS_DMA_WAITOK | BUS_DMA_ZERO,