Searched refs:max_cqes (Results 1 – 22 of 22) sorted by relevance
75 if (hba->max_cqes < num_elements_per_pg) in bnx2i_adjust_qp_size()76 hba->max_cqes = num_elements_per_pg; in bnx2i_adjust_qp_size()77 else if (hba->max_cqes % num_elements_per_pg) in bnx2i_adjust_qp_size()78 hba->max_cqes = (hba->max_cqes + num_elements_per_pg - 1) & in bnx2i_adjust_qp_size()1087 ep->qp.cq_mem_size = hba->max_cqes * BNX2I_CQE_SIZE; in bnx2i_alloc_qp_resc()1117 ep->qp.cq_last_qe = &ep->qp.cq_first_qe[hba->max_cqes - 1]; in bnx2i_alloc_qp_resc()1120 ep->qp.cqe_left = hba->max_cqes; in bnx2i_alloc_qp_resc()1122 ep->qp.cqe_size = hba->max_cqes; in bnx2i_alloc_qp_resc()1279 iscsi_init.cq_num_wqes = hba->max_cqes; in bnx2i_send_fw_iscsi_init_msg()1280 iscsi_init.cq_num_pages = (hba->max_cqes * BNX2I_CQE_SIZE + in bnx2i_send_fw_iscsi_init_msg()[all …]
858 hba->max_cqes = hba->max_sqes + rq_size; in bnx2i_alloc_hba()860 if (hba->max_cqes > BNX2I_5770X_CQ_WQES_MAX) in bnx2i_alloc_hba()861 hba->max_cqes = BNX2I_5770X_CQ_WQES_MAX; in bnx2i_alloc_hba()862 } else if (hba->max_cqes > BNX2I_570X_CQ_WQES_MAX) in bnx2i_alloc_hba()863 hba->max_cqes = BNX2I_570X_CQ_WQES_MAX; in bnx2i_alloc_hba()
391 stats->rxq_size = hba->max_cqes; in bnx2i_get_stats()
432 u32 max_cqes; member
421 if (cq_entries < 1 || cq_entries > hr_dev->caps.max_cqes) { in hns_roce_ib_create_cq()423 cq_entries, hr_dev->caps.max_cqes); in hns_roce_ib_create_cq()
203 props->max_cqe = hr_dev->caps.max_cqes; in hns_roce_query_device()
824 int max_cqes; member
1532 caps->max_cqes = HNS_ROCE_V1_MAX_CQE_NUM; in hns_roce_v1_profile()
1646 caps->max_cqes = HNS_ROCE_V2_MAX_CQE_NUM; in hns_roce_v2_profile()
189 if (entries < 1 || entries > dev->dev->caps.max_cqes) in mlx4_ib_create_cq()389 if (entries < 1 || entries > dev->dev->caps.max_cqes) { in mlx4_ib_resize_cq()400 if (entries > dev->dev->caps.max_cqes + 1) { in mlx4_ib_resize_cq()
526 props->max_cqe = dev->dev->caps.max_cqes; in mlx4_ib_query_device()
379 tgt->max_cqes = BNX2FC_CQ_WQES_MAX; in bnx2fc_init_tgt()684 tgt->cq_mem_size = tgt->max_cqes * BNX2FC_CQ_WQE_SIZE; in bnx2fc_alloc_session_resc()
316 u32 max_cqes; member
104 props->max_cqe = mdev->limits.max_cqes; in mthca_query_device()620 if (entries < 1 || entries > to_mdev(ibdev)->limits.max_cqes) in mthca_create_cq()733 if (entries < 1 || entries > dev->limits.max_cqes) in mthca_resize_cq()
156 int max_cqes; member
227 mdev->limits.max_cqes = dev_lim->max_cq_sz - 1; in mthca_dev_lim()
69 module_param_named(max_cqes, ib_qib_max_cqes, uint, S_IRUGO);70 MODULE_PARM_DESC(max_cqes,
86 module_param_named(max_cqes, hfi1_max_cqes, uint, S_IRUGO);87 MODULE_PARM_DESC(max_cqes,
1065 p_ramrod->max_cqes = cpu_to_le32(params->cq_size); in qed_rdma_create_cq()
7142 __le32 max_cqes; member7301 __le32 max_cqes; member
519 dev->caps.max_cqes = dev_cap->max_cq_sz - 1; in mlx4_dev_cap()
351 uresp.max_cqes = QEDR_MAX_CQES; in qedr_alloc_ucontext()