Home
last modified time | relevance | path

Searched refs:ixgbe_adv_rx_desc (Results 1 – 4 of 4) sorted by relevance

/openbsd/sys/dev/pci/
H A Dif_ix.h199 union ixgbe_adv_rx_desc *rx_base;
H A Dif_ix.c2196 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()
H A Dif_ixv.c989 sc->num_rx_desc * sizeof(union ixgbe_adv_rx_desc)); in ixv_initialize_receive_units()
H A Dixgbe_type.h3294 union ixgbe_adv_rx_desc { union