Home
last modified time | relevance | path

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

/freebsd/sys/dev/ixgbe/
H A Dix_txrx.c368 union ixgbe_adv_rx_desc *rxd; in ixgbe_isc_rxd_available()
403 union ixgbe_adv_rx_desc *rxd; in ixgbe_isc_rxd_pkt_get()
H A Dixgbe.h292 union ixgbe_adv_rx_desc *rx_base;
H A Dif_ixv.c334 rxr->rx_base = (union ixgbe_adv_rx_desc *)vaddrs[i]; in ixv_if_rx_queues_alloc()
497 roundup2(scctx->isc_nrxd[0] * sizeof(union ixgbe_adv_rx_desc), in ixv_if_attach_pre()
1448 scctx->isc_nrxd[0] * sizeof(union ixgbe_adv_rx_desc)); in ixv_initialize_receive_units()
H A Dif_ix.c552 rxr->rx_base = (union ixgbe_adv_rx_desc *)vaddrs[i]; in ixgbe_if_rx_queues_alloc()
761 scctx->isc_nrxd[0] * sizeof(union ixgbe_adv_rx_desc)); in ixgbe_initialize_receive_units()
1083 roundup2(scctx->isc_nrxd[0] * sizeof(union ixgbe_adv_rx_desc), in ixgbe_if_attach_pre()
H A Dixgbe_type.h3395 union ixgbe_adv_rx_desc { union