Home
last modified time | relevance | path

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

/freebsd/sys/dev/iavf/
H A Diavf_iflib.h138 struct iavf_tx_queue *que;
199 struct iavf_tx_queue { struct
252 struct iavf_tx_queue *tx_queues;
387 void iavf_init_tx_ring(struct iavf_vsi *vsi, struct iavf_tx_queue *que);
H A Diavf_txrx_iflib.c195 iavf_tx_setup_offload(struct iavf_tx_queue *que __unused, in iavf_tx_setup_offload()
324 struct iavf_tx_queue *que = &vsi->tx_queues[pi->ipi_qsidx]; in iavf_isc_txd_encap()
428 iavf_init_tx_ring(struct iavf_vsi *vsi, struct iavf_tx_queue *que) in iavf_init_tx_ring()
449 iavf_get_tx_head(struct iavf_tx_queue *que) in iavf_get_tx_head()
478 struct iavf_tx_queue *que = &vsi->tx_queues[qid]; in iavf_isc_txd_credits_update_hwb()
513 struct iavf_tx_queue *tx_que = &vsi->tx_queues[txqid]; in iavf_isc_txd_credits_update_dwb()
H A Dif_iavf_iflib.c687 struct iavf_tx_queue *tx_que = vsi->tx_queues; in iavf_init_queues()
823 struct iavf_tx_queue *tx_que = vsi->tx_queues; in iavf_if_msix_intr_assign()
943 struct iavf_tx_queue *tx_que = &vsi->tx_queues[txqid]; in iavf_if_tx_queue_intr_enable()
970 struct iavf_tx_queue *que; in iavf_if_tx_queues_alloc()
979 …(struct iavf_tx_queue *)malloc(sizeof(struct iavf_tx_queue) *ntxqsets, M_IAVF, M_NOWAIT | M_ZERO))… in iavf_if_tx_queues_alloc()
1090 struct iavf_tx_queue *que; in iavf_if_queues_free()
1841 struct iavf_tx_queue *tx_que; in iavf_init_tx_rsqs()
1872 struct iavf_tx_queue *tx_que; in iavf_init_tx_cidx()
1938 struct iavf_tx_queue *tx_que; in iavf_add_queues_sysctls()
2043 struct iavf_tx_queue *tx_que; in iavf_sysctl_queue_interrupt_table()
H A Diavf_vc_iflib.c58 struct iavf_tx_queue *tx_que = vsi->tx_queues; in iavf_configure_queues()
H A Diavf_lib.c759 struct iavf_tx_queue *que = vsi->tx_queues; in iavf_configure_tx_itr()