Home
last modified time | relevance | path

Searched defs:cq_id (Results 1 – 3 of 3) sorted by relevance

/f-stack/dpdk/examples/eventdev_pipeline/
H A Dpipeline_worker_tx.c232 const uint8_t cq_id = ev.queue_id % cdata.num_stages; in worker_do_tx() local
280 const uint8_t cq_id = ev.sub_event_type % cdata.num_stages; in worker_do_tx_atq() local
330 const uint8_t cq_id = ev[i].queue_id % cdata.num_stages; in worker_do_tx_burst() local
386 const uint8_t cq_id = ev[i].sub_event_type % in worker_do_tx_burst_atq() local
/f-stack/dpdk/drivers/event/sw/
H A Dsw_evdev_scheduler.c189 uint32_t cq_id = qid->cq_map[0]; in sw_schedule_dir_to_cq() local
/f-stack/dpdk/drivers/common/octeontx2/hw/
H A Dotx2_nix.h1199 uint64_t cq_id : 20; member