ixgbe_adv_rx_desc
if (((nrxd * sizeof(union ixgbe_adv_rx_desc)) % IX_DBA_ALIGN) != 0 ||
rsize = roundup2(rxr->rx_ndesc * sizeof(union ixgbe_adv_rx_desc),
ix_rsc_count(union ixgbe_adv_rx_desc *rx)
bzero(rxr->rx_base, rxr->rx_ndesc * sizeof(union ixgbe_adv_rx_desc));
rxr->rx_ndesc * sizeof(union ixgbe_adv_rx_desc));
ix_setup_rxdesc(union ixgbe_adv_rx_desc *rxd, const struct ix_rx_buf *rxbuf)
union ixgbe_adv_rx_desc *cur;
union ixgbe_adv_rx_desc *rx_base;