Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/event/dlb/
H A Ddlb.c1010 qm_port->cq_depth_mask = (qm_port->cq_depth * 4) - 1; in dlb_hw_create_ldb_port()
1012 qm_port->cq_depth_mask = qm_port->cq_depth - 1; in dlb_hw_create_ldb_port()
1197 qm_port->cq_depth_mask = (cfg.cq_depth * 4) - 1; in dlb_hw_create_dir_port()
1199 qm_port->cq_depth_mask = cfg.cq_depth - 1; in dlb_hw_create_dir_port()
2919 qm_port->cq_idx = idx & qm_port->cq_depth_mask; in dlb_inc_cq_idx()
3292 rte_prefetch0(&cq_addr[(idx + 16) & qm_port->cq_depth_mask]); in dlb_recv_qe_sparse()
3293 rte_prefetch0(&cq_addr[(idx + 20) & qm_port->cq_depth_mask]); in dlb_recv_qe_sparse()
3294 rte_prefetch0(&cq_addr[(idx + 24) & qm_port->cq_depth_mask]); in dlb_recv_qe_sparse()
3295 rte_prefetch0(&cq_addr[(idx + 28) & qm_port->cq_depth_mask]); in dlb_recv_qe_sparse()
3299 xor_mask[gen_bit] ^= !!((idx + 4) > qm_port->cq_depth_mask) << 1; in dlb_recv_qe_sparse()
[all …]
H A Ddlb_priv.h282 uint16_t cq_depth_mask; member
/f-stack/dpdk/drivers/event/dlb2/
H A Ddlb2.c1205 qm_port->cq_depth_mask = (qm_port->cq_depth * 4) - 1; in dlb2_hw_create_ldb_port()
1207 qm_port->cq_depth_mask = qm_port->cq_depth - 1; in dlb2_hw_create_ldb_port()
1386 qm_port->cq_depth_mask = (cfg.cq_depth * 4) - 1; in dlb2_hw_create_dir_port()
1388 qm_port->cq_depth_mask = cfg.cq_depth - 1; in dlb2_hw_create_dir_port()
3189 rte_prefetch0(&cq_addr[(idx + 16) & qm_port->cq_depth_mask]); in dlb2_recv_qe_sparse()
3190 rte_prefetch0(&cq_addr[(idx + 20) & qm_port->cq_depth_mask]); in dlb2_recv_qe_sparse()
3191 rte_prefetch0(&cq_addr[(idx + 24) & qm_port->cq_depth_mask]); in dlb2_recv_qe_sparse()
3192 rte_prefetch0(&cq_addr[(idx + 28) & qm_port->cq_depth_mask]); in dlb2_recv_qe_sparse()
3196 xor_mask[gen_bit] ^= !!((idx + 4) > qm_port->cq_depth_mask) << 1; in dlb2_recv_qe_sparse()
3197 xor_mask[gen_bit] ^= !!((idx + 8) > qm_port->cq_depth_mask) << 2; in dlb2_recv_qe_sparse()
[all …]
H A Ddlb2_priv.h307 uint16_t cq_depth_mask; member