Home
last modified time | relevance | path

Searched defs:queue (Results 1 – 25 of 167) sorted by relevance

1234567

/dpdk/drivers/net/ark/
H A Dark_ethdev_rx.c70 struct ark_rx_queue *queue, in eth_ark_rx_hw_setup()
126 struct ark_rx_queue *queue; in eth_ark_dev_rx_queue_setup() local
252 struct ark_rx_queue *queue; in eth_ark_recv_pkts() local
400 struct ark_rx_queue *queue; in eth_ark_dev_rx_queue_count() local
410 struct ark_rx_queue *queue; in eth_ark_rx_start_queue() local
433 struct ark_rx_queue *queue; in eth_ark_rx_stop_queue() local
526 struct ark_rx_queue *queue; in eth_ark_rx_dump_queue() local
538 struct ark_rx_queue *queue; in eth_ark_dev_rx_queue_release() local
563 struct ark_rx_queue *queue; in eth_rx_queue_stats_get() local
586 struct ark_rx_queue *queue; in eth_rx_queue_stats_reset() local
[all …]
H A Dark_ethdev_tx.c63 ark_tx_hw_queue_stop(struct ark_tx_queue *queue) in ark_tx_hw_queue_stop()
70 eth_ark_tx_desc_fill(struct ark_tx_queue *queue, in eth_ark_tx_desc_fill()
112 struct ark_tx_queue *queue; in eth_ark_xmit_pkts() local
235 struct ark_tx_queue *queue; in eth_ark_tx_queue_setup() local
309 eth_ark_tx_hw_queue_config(struct ark_tx_queue *queue) in eth_ark_tx_hw_queue_config()
359 struct ark_tx_queue *queue; in eth_ark_tx_queue_release() local
377 struct ark_tx_queue *queue; in eth_ark_tx_queue_stop() local
400 struct ark_tx_queue *queue; in eth_ark_tx_queue_start() local
414 free_completed_tx(struct ark_tx_queue *queue) in free_completed_tx()
437 struct ark_tx_queue *queue; in eth_tx_queue_stats_get() local
[all …]
/dpdk/lib/bpf/
H A Dbpf_pkt.c35 uint16_t queue; member
126 bpf_eth_cbh_find(struct bpf_eth_cbh *cbh, uint16_t port, uint16_t queue) in bpf_eth_cbh_find()
138 bpf_eth_cbh_add(struct bpf_eth_cbh *cbh, uint16_t port, uint16_t queue) in bpf_eth_cbh_add()
260 bpf_rx_callback_vm(__rte_unused uint16_t port, __rte_unused uint16_t queue, in bpf_rx_callback_vm()
295 bpf_tx_callback_vm(__rte_unused uint16_t port, __rte_unused uint16_t queue, in bpf_tx_callback_vm()
451 bpf_eth_unload(struct bpf_eth_cbh *cbh, uint16_t port, uint16_t queue) in bpf_eth_unload()
469 rte_bpf_eth_rx_unload(uint16_t port, uint16_t queue) in rte_bpf_eth_rx_unload()
480 rte_bpf_eth_tx_unload(uint16_t port, uint16_t queue) in rte_bpf_eth_tx_unload()
491 bpf_eth_elf_load(struct bpf_eth_cbh *cbh, uint16_t port, uint16_t queue, in bpf_eth_elf_load()
561 rte_bpf_eth_rx_elf_load(uint16_t port, uint16_t queue, in rte_bpf_eth_rx_elf_load()
[all …]
/dpdk/app/test-pmd/
H A Dutil.c71 dump_pkt_burst(uint16_t port_id, uint16_t queue, struct rte_mbuf *pkts[], in dump_pkt_burst()
300 dump_rx_pkts(uint16_t port_id, uint16_t queue, struct rte_mbuf *pkts[], in dump_rx_pkts()
309 dump_tx_pkts(uint16_t port_id, uint16_t queue, struct rte_mbuf *pkts[], in dump_tx_pkts()
317 tx_pkt_set_md(uint16_t port_id, __rte_unused uint16_t queue, in tx_pkt_set_md()
340 uint16_t queue; in add_tx_md_callback() local
361 uint16_t queue; in remove_tx_md_callback() local
380 tx_pkt_set_dynf(uint16_t port_id, __rte_unused uint16_t queue, in tx_pkt_set_dynf()
396 uint16_t queue; in add_tx_dynf_callback() local
417 uint16_t queue; in remove_tx_dynf_callback() local
H A Dbpf_cmd.c59 uint16_t queue; member
157 uint16_t queue; member
/dpdk/lib/pdump/
H A Drte_pdump.c42 uint16_t queue; member
81 pdump_copy(uint16_t port_id, uint16_t queue, in pdump_copy()
145 pdump_rx(uint16_t port, uint16_t queue, in pdump_rx()
158 pdump_tx(uint16_t port, uint16_t queue, in pdump_tx()
171 uint16_t end_q, uint16_t port, uint16_t queue, in pdump_register_rx_callbacks()
228 uint16_t end_q, uint16_t port, uint16_t queue, in pdump_register_tx_callbacks()
287 uint16_t nb_rx_q = 0, nb_tx_q = 0, end_q, queue; in set_pdump_rxtx_cbs() local
578 pdump_enable(uint16_t port, uint16_t queue, in pdump_enable()
614 rte_pdump_enable_bpf(uint16_t port, uint16_t queue, in rte_pdump_enable_bpf()
648 rte_pdump_enable_by_deviceid(char *device_id, uint16_t queue, in rte_pdump_enable_by_deviceid()
[all …]
/dpdk/drivers/net/pfe/
H A Dpfe_hif_lib.c140 struct hif_client_rx_queue *queue; in hif_lib_client_init_rx_buffers() local
182 hif_lib_client_cleanup_tx_queue(struct hif_client_tx_queue *queue) in hif_lib_client_cleanup_tx_queue()
210 struct hif_client_tx_queue *queue; in hif_lib_client_init_tx_buffers() local
345 struct hif_client_rx_queue *queue = &client->rx_q[qno]; in hif_lib_event_handler_start() local
391 hif_lib_receive_pkt(struct hif_client_rx_queue *queue, in hif_lib_receive_pkt()
496 struct hif_client_tx_queue *queue = &client->tx_q[qno]; in hif_lib_xmit_pkt() local
522 struct hif_client_tx_queue *queue = &client->tx_q[qno]; in hif_lib_tx_get_next_complete() local
/dpdk/drivers/event/opdl/
H A Dopdl_evdev_init.c299 struct opdl_queue *queue = &device->queue[q_id]; in opdl_add_deps() local
415 struct opdl_queue *queue = &device->queue[i]; in build_all_dependencies() local
472 struct opdl_queue *queue = &device->queue[i]; in check_queues_linked() local
527 struct opdl_queue *queue = &device->queue[device->nb_queues]; in initialise_queue() local
709 struct opdl_queue *queue = &device->queue[port->queue_id]; in initialise_all_other_ports() local
837 struct opdl_queue *queue = in initialise_all_other_ports() local
875 struct opdl_queue *queue = NULL; in initialise_queue_zero_ports() local
932 struct opdl_queue *queue = in assign_internal_queue_ids() local
/dpdk/drivers/net/failsafe/
H A Dfailsafe_rxtx.c80 failsafe_rx_burst(void *queue, in failsafe_rx_burst()
112 failsafe_rx_burst_fast(void *queue, in failsafe_rx_burst_fast()
140 failsafe_tx_burst(void *queue, in failsafe_tx_burst()
161 failsafe_tx_burst_fast(void *queue, in failsafe_tx_burst_fast()
/dpdk/drivers/event/dlb2/pf/base/
H A Ddlb2_resource.c721 struct dlb2_ldb_queue *queue; in dlb2_attach_ldb_queues() local
1347 struct dlb2_ldb_queue *queue; in dlb2_domain_mapped_queues_empty() local
1427 struct dlb2_ldb_queue *queue; in dlb2_get_ldb_queue_from_id() local
2309 struct dlb2_ldb_queue *queue; in dlb2_domain_finish_unmap_port_slot() local
2550 struct dlb2_ldb_queue *queue; in dlb2_domain_disable_ldb_queue_write_perms() local
2705 struct dlb2_ldb_queue *queue; in dlb2_domain_verify_reset_success() local
3077 struct dlb2_ldb_queue *queue; in dlb2_domain_reset_ldb_queue_registers() local
3447 struct dlb2_ldb_queue *queue; in dlb2_domain_drain_unmapped_queues() local
3662 struct dlb2_ldb_queue *queue; in dlb2_verify_create_ldb_queue_args() local
3935 struct dlb2_ldb_queue *queue; in dlb2_hw_create_ldb_queue() local
[all …]
/dpdk/drivers/common/qat/
H A Dqat_qp.c189 qat_queue_create(struct qat_pci_device *qat_dev, struct qat_queue *queue, in qat_queue_create()
340 qat_queue_delete(struct qat_queue *queue) in qat_queue_delete()
394 struct qat_queue *queue) in qat_qp_build_ring_base()
553 register struct qat_queue *queue; in qat_enqueue_op_burst() local
639 register struct qat_queue *queue; in qat_enqueue_comp_op_burst() local
876 struct qat_queue *queue = &(qp->rx_q); in qat_cq_dequeue_response() local
917 struct qat_queue *queue = &(qp->tx_q); in qat_cq_get_fw_version() local
/dpdk/lib/node/
H A Dethdev_rx.c21 uint16_t port, queue; in ethdev_rx_node_process_inline() local
67 eth_pkt_parse_cb(uint16_t port, uint16_t queue, struct rte_mbuf **mbufs, in eth_pkt_parse_cb()
145 ethdev_ptype_setup(uint16_t port, uint16_t queue) in ethdev_ptype_setup()
/dpdk/drivers/net/nfb/
H A Dnfb_tx.h19 struct ndp_queue *queue; /* tx queue */ member
123 nfb_eth_ndp_tx(void *queue, in nfb_eth_ndp_tx()
H A Dnfb_rx.h29 struct ndp_queue *queue; /* rx queue */ member
141 nfb_eth_ndp_rx(void *queue, in nfb_eth_ndp_rx()
/dpdk/drivers/raw/cnxk_bphy/
H A Dcnxk_bphy_cgx.c55 cnxk_bphy_cgx_process_buf(struct cnxk_bphy_cgx *cgx, unsigned int queue, in cnxk_bphy_cgx_process_buf()
158 unsigned int queue = (size_t)context; in cnxk_bphy_cgx_enqueue_bufs() local
180 unsigned int queue = (size_t)context; in cnxk_bphy_cgx_dequeue_bufs() local
/dpdk/examples/vhost/
H A Dvirtio_net.c25 struct vhost_queue *queue; in vs_vhost_net_setup() local
190 struct vhost_queue *queue; in vs_enqueue_pkts() local
370 struct vhost_queue *queue; in vs_dequeue_pkts() local
/dpdk/drivers/net/bonding/
H A Drte_eth_bond_pmd.c59 bond_ethdev_rx_burst(void *queue, struct rte_mbuf **bufs, uint16_t nb_pkts) in bond_ethdev_rx_burst()
95 bond_ethdev_rx_burst_active_backup(void *queue, struct rte_mbuf **bufs, in bond_ethdev_rx_burst_active_backup()
275 rx_burst_8023ad(void *queue, struct rte_mbuf **bufs, uint16_t nb_pkts, in rx_burst_8023ad()
377 bond_ethdev_rx_burst_8023ad(void *queue, struct rte_mbuf **bufs, in bond_ethdev_rx_burst_8023ad()
563 bond_ethdev_tx_burst_round_robin(void *queue, struct rte_mbuf **bufs, in bond_ethdev_tx_burst_round_robin()
626 bond_ethdev_tx_burst_active_backup(void *queue, in bond_ethdev_tx_burst_active_backup()
1182 bond_ethdev_tx_burst_balance(void *queue, struct rte_mbuf **bufs, in bond_ethdev_tx_burst_balance()
1278 bond_ethdev_tx_burst_8023ad(void *queue, struct rte_mbuf **bufs, in bond_ethdev_tx_burst_8023ad()
1292 bond_ethdev_tx_burst_broadcast(void *queue, struct rte_mbuf **bufs, in bond_ethdev_tx_burst_broadcast()
2355 void *queue = dev->data->rx_queues[queue_id]; in bond_ethdev_rx_queue_release() local
[all …]
/dpdk/drivers/net/mlx5/
H A Dmlx5_flow_hw.c214 const struct rte_flow_action_queue *queue = action->conf; in flow_hw_tir_action_register() local
1059 uint32_t queue, in flow_hw_async_flow_create()
1149 uint32_t queue, in flow_hw_async_flow_destroy()
1206 uint32_t queue, in flow_hw_pull()
1253 uint32_t queue, in flow_hw_push()
1287 uint32_t queue, in __flow_hw_pull_comp()
1346 uint32_t queue; in flow_hw_q_flow_flush() local
2233 flow_hw_action_handle_create(struct rte_eth_dev *dev, uint32_t queue, in flow_hw_action_handle_create()
2268 flow_hw_action_handle_update(struct rte_eth_dev *dev, uint32_t queue, in flow_hw_action_handle_update()
2301 flow_hw_action_handle_destroy(struct rte_eth_dev *dev, uint32_t queue, in flow_hw_action_handle_destroy()
/dpdk/drivers/net/i40e/base/
H A Di40e_lan_hmc.c1271 u16 queue, in i40e_get_lan_tx_queue_context()
1291 u16 queue) in i40e_clear_lan_tx_queue_context()
1310 u16 queue, in i40e_set_lan_tx_queue_context()
1331 u16 queue, in i40e_get_lan_rx_queue_context()
1351 u16 queue) in i40e_clear_lan_rx_queue_context()
1370 u16 queue, in i40e_set_lan_rx_queue_context()
/dpdk/drivers/net/dpaa2/
H A Ddpaa2_rxtx.c693 dpaa2_dev_prefetch_rx(void *queue, struct rte_mbuf **bufs, uint16_t nb_pkts) in dpaa2_dev_prefetch_rx()
935 dpaa2_dev_rx(void *queue, struct rte_mbuf **bufs, uint16_t nb_pkts) in dpaa2_dev_rx()
1061 uint16_t dpaa2_dev_tx_conf(void *queue) in dpaa2_dev_tx_conf()
1212 dpaa2_dev_tx(void *queue, struct rte_mbuf **bufs, uint16_t nb_pkts) in dpaa2_dev_tx()
1521 dpaa2_dev_tx_multi_txq_ordered(void **queue, in dpaa2_dev_tx_multi_txq_ordered()
1664 dpaa2_dev_tx_ordered(void *queue, struct rte_mbuf **bufs, uint16_t nb_pkts) in dpaa2_dev_tx_ordered()
1864 dpaa2_dev_loopback_rx(void *queue, in dpaa2_dev_loopback_rx()
/dpdk/drivers/event/dsw/
H A Ddsw_evdev.c101 struct dsw_queue *queue = &dsw->queues[queue_id]; in dsw_queue_setup() local
145 queue_add_port(struct dsw_queue *queue, uint16_t port_id) in queue_add_port()
152 queue_remove_port(struct dsw_queue *queue, uint16_t port_id) in queue_remove_port()
255 struct dsw_queue *queue = &dsw->queues[queue_id]; in initial_flow_to_port_assignment() local
/dpdk/drivers/event/dpaa2/
H A Ddpaa2_eventdev_selftest.c46 uint8_t queue; member
221 uint8_t queue, uint8_t port, uint8_t seq) in update_event_and_validation_attr()
247 uint8_t sched_type, uint8_t queue, uint8_t port, in inject_events()
660 uint8_t queue = (uint8_t)i; in test_queue_to_port_single_link() local
707 uint8_t queue, port; in test_queue_to_port_multi_link() local
/dpdk/drivers/net/igc/
H A Digc_ethdev.h152 uint16_t queue; member
183 uint8_t queue; member
188 uint8_t queue; member
199 uint16_t queue[IGC_RSS_RDT_SIZD];/* Queues indices to use. */ member
/dpdk/examples/qos_sched/
H A Dapp_thread.c33 uint32_t *traffic_class, uint32_t *queue, uint32_t *color) in get_pkt_sched()
72 uint32_t queue; in app_rx_thread() local
/dpdk/drivers/raw/dpaa2_qdma/
H A Ddpaa2_qdma.c969 struct qdma_hw_queue *queue = NULL; in alloc_hw_queue() local
986 free_hw_queue(struct qdma_hw_queue *queue) in free_hw_queue()
998 struct qdma_hw_queue *queue, *temp; in get_hw_queue() local
1040 put_hw_queue(struct qdma_hw_queue *queue) in put_hw_queue()
1089 struct qdma_hw_queue *queue; in dpaa2_qdma_reset() local
1567 struct qdma_hw_queue *queue; in add_hw_queues_to_list() local
1593 struct qdma_hw_queue *queue = NULL; in remove_hw_queues_from_list() local

1234567