Home
last modified time | relevance | path

Searched refs:cq_idx_unmasked (Results 1 – 4 of 4) sorted by relevance

/f-stack/dpdk/drivers/event/dlb/
H A Ddlb_priv.h281 uint16_t cq_idx_unmasked; member
H A Ddlb.c1008 qm_port->cq_idx_unmasked = 0; in dlb_hw_create_ldb_port()
1195 qm_port->cq_idx_unmasked = 0; in dlb_hw_create_dir_port()
2916 uint16_t idx = qm_port->cq_idx_unmasked + cnt; in dlb_inc_cq_idx()
2918 qm_port->cq_idx_unmasked = idx; in dlb_inc_cq_idx()
/f-stack/dpdk/drivers/event/dlb2/
H A Ddlb2_priv.h306 uint16_t cq_idx_unmasked; member
H A Ddlb2.c1202 qm_port->cq_idx_unmasked = 0; in dlb2_hw_create_ldb_port()
1383 qm_port->cq_idx_unmasked = 0; in dlb2_hw_create_dir_port()
3229 uint16_t idx = qm_port->cq_idx_unmasked + cnt; in dlb2_inc_cq_idx()
3231 qm_port->cq_idx_unmasked = idx; in dlb2_inc_cq_idx()