Searched refs:max_cqes (Results 1 - 13 of 13) sorted by relevance

/drivers/scsi/bnx2i/
H A Dbnx2i_hwi.c73 if (hba->max_cqes < num_elements_per_pg)
74 hba->max_cqes = num_elements_per_pg;
75 else if (hba->max_cqes % num_elements_per_pg)
76 hba->max_cqes = (hba->max_cqes + num_elements_per_pg - 1) &
1102 ep->qp.cq_mem_size = hba->max_cqes * BNX2I_CQE_SIZE;
1133 ep->qp.cq_last_qe = &ep->qp.cq_first_qe[hba->max_cqes - 1];
1136 ep->qp.cqe_left = hba->max_cqes;
1138 ep->qp.cqe_size = hba->max_cqes;
1292 iscsi_init.cq_num_wqes = hba->max_cqes;
[all...]
H A Dbnx2i_iscsi.c855 hba->max_cqes = hba->max_sqes + rq_size;
857 if (hba->max_cqes > BNX2I_5770X_CQ_WQES_MAX)
858 hba->max_cqes = BNX2I_5770X_CQ_WQES_MAX;
859 } else if (hba->max_cqes > BNX2I_570X_CQ_WQES_MAX)
860 hba->max_cqes = BNX2I_570X_CQ_WQES_MAX;
H A Dbnx2i.h308 * @max_cqes: CQ size
379 u32 max_cqes; member in struct:bnx2i_hba
/drivers/infiniband/hw/mlx4/
H A Dcq.c175 if (entries < 1 || entries > dev->dev->caps.max_cqes)
355 if (entries < 1 || entries > dev->dev->caps.max_cqes) {
H A Dmain.c147 props->max_cqe = dev->dev->caps.max_cqes;
/drivers/scsi/bnx2fc/
H A Dbnx2fc_tgt.c343 tgt->max_cqes = BNX2FC_CQ_WQES_MAX;
654 tgt->cq_mem_size = tgt->max_cqes * BNX2FC_CQ_WQE_SIZE;
H A Dbnx2fc.h278 u32 max_cqes; member in struct:bnx2fc_rport
/drivers/infiniband/hw/mthca/
H A Dmthca_provider.c98 props->max_cqe = mdev->limits.max_cqes;
654 if (entries < 1 || entries > to_mdev(ibdev)->limits.max_cqes)
774 if (entries < 1 || entries > dev->limits.max_cqes)
H A Dmthca_dev.h156 int max_cqes; member in struct:mthca_limits
H A Dmthca_main.c228 mdev->limits.max_cqes = dev_lim->max_cq_sz - 1;
/drivers/infiniband/hw/ipath/
H A Dipath_verbs.c66 module_param_named(max_cqes, ib_ipath_max_cqes, uint, S_IWUSR | S_IRUGO);
67 MODULE_PARM_DESC(max_cqes,
/drivers/infiniband/hw/qib/
H A Dqib_verbs.c67 module_param_named(max_cqes, ib_qib_max_cqes, uint, S_IRUGO);
68 MODULE_PARM_DESC(max_cqes,
/drivers/net/ethernet/mellanox/mlx4/
H A Dmain.c257 dev->caps.max_cqes = dev_cap->max_cq_sz - 1;

Completed in 1164 milliseconds