Home
last modified time | relevance | path

Searched refs:cq_depth (Results 1 – 13 of 13) sorted by relevance

/linux/drivers/infiniband/hw/efa/
A Defa_com_cmd.c163 create_cmd.cq_depth = params->cq_depth; in efa_com_create_cq()
188 result->actual_depth = params->cq_depth; in efa_com_create_cq()
A Defa_com_cmd.h73 u16 cq_depth; member
A Defa_admin_cmds_defs.h452 u16 cq_depth; member
A Defa_verbs.c1137 params.cq_depth = entries; in efa_create_cq()
/linux/drivers/infiniband/hw/hns/
A Dhns_roce_cq.c206 buf_attr.region[0].size = hr_cq->cq_depth * hr_cq->cqe_size; in alloc_cq_buf()
321 hr_cq->cq_depth = cq_entries; in set_cq_param()
A Dhns_roce_hw_v1.c1992 !!(n & hr_cq->cq_depth)) ? hr_cqe : NULL; in get_sw_cqe()
2004 doorbell[0] = cpu_to_le32(cons_index & ((hr_cq->cq_depth << 1) - 1)); in hns_roce_v1_cq_set_ci()
2100 ilog2(hr_cq->cq_depth)); in hns_roce_v1_write_cqc()
2157 cpu_to_le32(hr_cq->cons_index & ((hr_cq->cq_depth << 1) - 1)); in hns_roce_v1_req_notify_cq()
2393 ((hr_cq->cq_depth << 1) - 1); in hns_roce_v1_poll_cq()
A Dhns_roce_device.h452 u32 cq_depth; member
A Dhns_roce_hw_v2.h1276 __le32 cq_depth; member
A Dhns_roce_hw_v2.c2285 caps->max_cqes = 1 << roce_get_field(resp_c->cq_depth, in hns_roce_query_pf_caps()
3255 return (hr_reg_read(cqe, CQE_OWNER) ^ !!(n & hr_cq->cq_depth)) ? cqe : in get_sw_cqe_v2()
3338 hr_reg_write(cq_context, CQC_SHIFT, ilog2(hr_cq->cq_depth)); in hns_roce_v2_write_cqc()
/linux/drivers/net/ethernet/brocade/bna/
A Dbna_tx_rx.c2141 u32 cq_depth; in bna_rx_res_req() local
2147 cq_depth = roundup_pow_of_two(dq_depth + hq_depth); in bna_rx_res_req()
2149 cq_size = cq_depth * BFI_CQ_WI_SIZE; in bna_rx_res_req()
2277 u32 cq_depth, i; in bna_rx_create() local
2437 cq_depth = rx_cfg->q0_depth + in bna_rx_create()
2443 cq_depth = roundup_pow_of_two(cq_depth); in bna_rx_create()
2444 rxp->cq.ccb->q_depth = cq_depth; in bna_rx_create()
/linux/drivers/net/ethernet/amazon/ena/
A Dena_admin_defs.h295 u16 cq_depth; member
A Dena_com.c1404 create_cmd.cq_depth = io_cq->q_depth; in ena_com_create_io_cq()
/linux/kernel/locking/
A Dlockdep.c1699 unsigned int cq_depth; in __bfs() local
1787 cq_depth = __cq_get_elem_count(cq); in __bfs()
1788 if (max_bfs_queue_depth < cq_depth) in __bfs()
1789 max_bfs_queue_depth = cq_depth; in __bfs()

Completed in 79 milliseconds