Searched refs:cq_id (Results 1 – 6 of 6) sorted by relevance
129 cq_id = ev.sub_event_type % nb_stages; in pipeline_atq_worker_multi_stage_tx()131 if (cq_id == last_queue) { in pipeline_atq_worker_multi_stage_tx()138 pipeline_fwd_event(&ev, sched_type_list[cq_id]); in pipeline_atq_worker_multi_stage_tx()159 cq_id = ev.sub_event_type % nb_stages; in pipeline_atq_worker_multi_stage_fwd()161 if (cq_id == last_queue) { in pipeline_atq_worker_multi_stage_fwd()167 pipeline_fwd_event(&ev, sched_type_list[cq_id]); in pipeline_atq_worker_multi_stage_fwd()192 cq_id = ev[i].sub_event_type % nb_stages; in pipeline_atq_worker_multi_stage_burst_tx()194 if (cq_id == last_queue) { in pipeline_atq_worker_multi_stage_burst_tx()228 cq_id = ev[i].sub_event_type % nb_stages; in pipeline_atq_worker_multi_stage_burst_fwd()230 if (cq_id == last_queue) { in pipeline_atq_worker_multi_stage_burst_fwd()[all …]
145 cq_id = ev.queue_id % nb_stages; in pipeline_queue_worker_multi_stage_tx()154 pipeline_fwd_event(&ev, cq_id != last_queue ? in pipeline_queue_worker_multi_stage_tx()155 sched_type_list[cq_id] : in pipeline_queue_worker_multi_stage_tx()177 cq_id = ev.queue_id % nb_stages; in pipeline_queue_worker_multi_stage_fwd()179 if (cq_id == last_queue) { in pipeline_queue_worker_multi_stage_fwd()186 pipeline_fwd_event(&ev, sched_type_list[cq_id]); in pipeline_queue_worker_multi_stage_fwd()212 cq_id = ev[i].queue_id % nb_stages; in pipeline_queue_worker_multi_stage_burst_tx()223 sched_type_list[cq_id] : in pipeline_queue_worker_multi_stage_burst_tx()250 cq_id = ev[i].queue_id % nb_stages; in pipeline_queue_worker_multi_stage_burst_fwd()252 if (cq_id == last_queue) { in pipeline_queue_worker_multi_stage_burst_fwd()[all …]
76 uint8_t cq_id; \88 uint8_t cq_id; \
232 const uint8_t cq_id = ev.queue_id % cdata.num_stages; in worker_do_tx() local234 if (cq_id >= lst_qid) { in worker_do_tx()242 ev.queue_id = (cq_id == lst_qid) ? in worker_do_tx()280 const uint8_t cq_id = ev.sub_event_type % cdata.num_stages; in worker_do_tx_atq() local282 if (cq_id == lst_qid) { in worker_do_tx_atq()330 const uint8_t cq_id = ev[i].queue_id % cdata.num_stages; in worker_do_tx_burst() local332 if (cq_id >= lst_qid) { in worker_do_tx_burst()339 ev[i].queue_id = (cq_id == lst_qid) ? in worker_do_tx_burst()386 const uint8_t cq_id = ev[i].sub_event_type % in worker_do_tx_burst_atq() local389 if (cq_id == lst_qid) { in worker_do_tx_burst_atq()
189 uint32_t cq_id = qid->cq_map[0]; in sw_schedule_dir_to_cq() local190 struct sw_port *port = &sw->ports[cq_id]; in sw_schedule_dir_to_cq()193 uint32_t count_free = sw->cq_ring_space[cq_id]; in sw_schedule_dir_to_cq()208 sw->cq_ring_space[cq_id] -= ret; in sw_schedule_dir_to_cq()
1199 uint64_t cq_id : 20; member