Home
last modified time | relevance | path

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

/freebsd-13.1/sys/dev/iavf/
H A Diavf_iflib.h176 struct iavf_rx_queue *que;
222 struct iavf_rx_queue { struct
257 struct iavf_rx_queue *rx_queues;
H A Dif_iavf_iflib.c690 struct iavf_rx_queue *rx_que = vsi->rx_queues; in iavf_init_queues()
824 struct iavf_rx_queue *rx_que = vsi->rx_queues; in iavf_if_msix_intr_assign()
1035 struct iavf_rx_queue *que; in iavf_if_rx_queues_alloc()
1047 (struct iavf_rx_queue *) malloc(sizeof(struct iavf_rx_queue) * in iavf_if_rx_queues_alloc()
1512 struct iavf_rx_queue *rx_que = vsi->rx_queues; in iavf_free_pci_resources()
1610 struct iavf_rx_queue *que = vsi->rx_queues; in iavf_enable_intr()
1629 struct iavf_rx_queue *que = vsi->rx_queues; in iavf_disable_intr()
1688 iavf_set_queue_rx_itr(struct iavf_rx_queue *que) in iavf_set_queue_rx_itr()
1718 struct iavf_rx_queue *rx_que = (struct iavf_rx_queue *)arg; in iavf_msix_que()
1924 struct iavf_rx_queue *rx_que; in iavf_add_queues_sysctls()
[all …]
H A Diavf_vc_iflib.c60 struct iavf_rx_queue *rx_que = vsi->rx_queues; in iavf_configure_queues()
134 struct iavf_rx_queue *rx_que = vsi->rx_queues; in iavf_map_queues()
H A Diavf_txrx_iflib.c668 struct iavf_rx_queue *que = &vsi->rx_queues[ri->iri_qsidx]; in iavf_isc_rxd_pkt_get()
H A Diavf_lib.c785 struct iavf_rx_queue *que = vsi->rx_queues; in iavf_configure_rx_itr()