Searched refs:ixgbe_adv_rx_desc (Results 1 - 6 of 6) sorted by relevance

/freebsd-10.2-release/sys/dev/netmap/
H A Dixgbe_netmap.h390 union ixgbe_adv_rx_desc *curr = &rxr->rx_base[nic_i];
430 union ixgbe_adv_rx_desc *curr = &rxr->rx_base[nic_i];
/freebsd-10.2-release/sys/dev/ixgbe/
H A Dix_txrx.c1203 ixgbe_rsc_count(union ixgbe_adv_rx_desc *rx)
1459 sizeof(union ixgbe_adv_rx_desc), DBA_ALIGN);
1737 union ixgbe_adv_rx_desc *cur;
2180 sizeof(union ixgbe_adv_rx_desc), DBA_ALIGN);
2200 rxr->rx_base = (union ixgbe_adv_rx_desc *)rxr->rxdma.dma_vaddr;
H A Dixgbe.h367 union ixgbe_adv_rx_desc *rx_base;
H A Dif_ixv.c312 if (((ixv_rxd * sizeof(union ixgbe_adv_rx_desc)) % DBA_ALIGN) != 0 ||
1626 adapter->num_rx_desc * sizeof(union ixgbe_adv_rx_desc));
H A Dif_ix.c462 if (((ixgbe_rxd * sizeof(union ixgbe_adv_rx_desc)) % DBA_ALIGN) != 0 ||
2882 adapter->num_rx_desc * sizeof(union ixgbe_adv_rx_desc));
H A Dixgbe_type.h3025 union ixgbe_adv_rx_desc { union

Completed in 192 milliseconds