Searched refs:ixgbe_adv_rx_desc (Results 1 – 4 of 4) sorted by relevance
199 union ixgbe_adv_rx_desc *rx_base;
2196 sizeof(union ixgbe_adv_rx_desc), 4096); in ixgbe_allocate_queues()2210 rxr->rx_base = (union ixgbe_adv_rx_desc *)rxr->rxdma.dma_vaddr; in ixgbe_allocate_queues()2692 union ixgbe_adv_rx_desc *rxdesc; in ixgbe_get_buf()2783 sizeof(union ixgbe_adv_rx_desc), 4096); in ixgbe_setup_receive_ring()2938 sc->num_rx_desc * sizeof(union ixgbe_adv_rx_desc)); in ixgbe_initialize_receive_units()3130 union ixgbe_adv_rx_desc *rxdesc; in ixgbe_rxeof()3131 size_t dsize = sizeof(union ixgbe_adv_rx_desc); in ixgbe_rxeof()
989 sc->num_rx_desc * sizeof(union ixgbe_adv_rx_desc)); in ixv_initialize_receive_units()
3294 union ixgbe_adv_rx_desc { union