Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/infiniband/hw/efa/
Defa_com_cmd.c166 create_cmd.cq_depth = params->cq_depth; in efa_com_create_cq()
186 result->actual_depth = params->cq_depth; in efa_com_create_cq()
Defa_com_cmd.h71 u16 cq_depth; member
Defa_admin_cmds_defs.h436 u16 cq_depth; member
Defa_verbs.c996 params.cq_depth = entries; in efa_create_cq()
/Linux-v5.4/drivers/net/ethernet/brocade/bna/
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-v5.4/drivers/net/ethernet/amazon/ena/
Dena_admin_defs.h318 u16 cq_depth; member
Dena_com.c1364 create_cmd.cq_depth = io_cq->q_depth; in ena_com_create_io_cq()
/Linux-v5.4/drivers/infiniband/hw/hns/
Dhns_roce_cq.c468 hr_cq->cq_depth = cq_entries; in hns_roce_ib_create_cq()
Dhns_roce_device.h501 u32 cq_depth; member
Dhns_roce_hw_v1.c2004 doorbell[0] = cpu_to_le32(cons_index & ((hr_cq->cq_depth << 1) - 1)); in hns_roce_v1_cq_set_ci()
2173 cpu_to_le32(hr_cq->cons_index & ((hr_cq->cq_depth << 1) - 1)); in hns_roce_v1_req_notify_cq()
2408 ((hr_cq->cq_depth << 1) - 1); in hns_roce_v1_poll_cq()
Dhns_roce_hw_v2.c2646 hr_cq->cons_index & ((hr_cq->cq_depth << 1) - 1)); in hns_roce_v2_req_notify_cq()
/Linux-v5.4/kernel/locking/
Dlockdep.c1499 unsigned int cq_depth; in __bfs() local
1511 cq_depth = __cq_get_elem_count(cq); in __bfs()
1512 if (max_bfs_queue_depth < cq_depth) in __bfs()
1513 max_bfs_queue_depth = cq_depth; in __bfs()