Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/event/dlb/
H A Ddlb_priv.h283 uint16_t gen_bit_shift; member
H A Ddlb.c1014 qm_port->gen_bit_shift = __builtin_popcount(qm_port->cq_depth_mask); in dlb_hw_create_ldb_port()
1201 qm_port->gen_bit_shift = __builtin_popcount(qm_port->cq_depth_mask); in dlb_hw_create_dir_port()
2920 qm_port->gen_bit = (~(idx >> qm_port->gen_bit_shift)) & 0x1; in dlb_inc_cq_idx()
/f-stack/dpdk/drivers/event/dlb2/
H A Ddlb2_priv.h308 uint16_t gen_bit_shift; member
H A Ddlb2.c1209 qm_port->gen_bit_shift = __builtin_popcount(qm_port->cq_depth_mask); in dlb2_hw_create_ldb_port()
1390 qm_port->gen_bit_shift = __builtin_popcount(qm_port->cq_depth_mask); in dlb2_hw_create_dir_port()
3233 qm_port->gen_bit = (~(idx >> qm_port->gen_bit_shift)) & 0x1; in dlb2_inc_cq_idx()