Searched refs:cq_count (Results 1 - 17 of 17) sorted by relevance

/drivers/net/ethernet/cisco/enic/
H A Denic_res.c190 for (i = 0; i < enic->cq_count; i++)
200 enic->cq_count = vnic_dev_get_res_count(enic->vdev, RES_TYPE_CQ);
207 enic->cq_count, enic->intr_count);
264 for (i = 0; i < enic->cq_count; i++) {
323 enic->cq_count, enic->intr_count,
348 for (i = 0; i < enic->cq_count; i++) {
H A Denic.h187 unsigned int cq_count; member in struct:enic
H A Denic_main.c1708 for (i = 0; i < enic->cq_count; i++)
2048 enic->cq_count >= n + m &&
2056 enic->cq_count = n + m;
2069 enic->cq_count >= 1 + m &&
2076 enic->cq_count = 1 + m;
2094 enic->cq_count >= 2 &&
2100 enic->cq_count = 2;
2119 enic->cq_count >= 2 &&
2124 enic->cq_count = 2;
/drivers/scsi/fnic/
H A Dfnic_isr.c259 fnic->cq_count >= n + m + o) {
266 fnic->cq_count = n + m + o;
285 fnic->cq_count >= 3 &&
293 fnic->cq_count = 3;
314 fnic->cq_count >= 3 &&
320 fnic->cq_count = 3;
H A Dfnic_res.c205 fnic->cq_count = vnic_dev_get_res_count(fnic->vdev, RES_TYPE_CQ);
223 for (i = 0; i < fnic->cq_count; i++)
252 fnic->rq_count, fnic->cq_count, fnic->intr_count);
378 for (i = 0; i < fnic->cq_count; i++) {
H A Dfnic.h235 unsigned int cq_count; member in struct:fnic
H A Dfnic_main.c499 for (i = 0; i < fnic->cq_count; i++)
/drivers/scsi/be2iscsi/
H A Dbe.h99 u32 cq_count; member in struct:be_eq_obj
H A Dbe_main.c2287 pbe_eq->cq_count += ret;
5324 pbe_eq->cq_count < aic->eq_prev) {
5326 aic->eq_prev = pbe_eq->cq_count;
5330 pps = (((u32)(pbe_eq->cq_count - aic->eq_prev) * 1000) / delta);
5339 aic->eq_prev = pbe_eq->cq_count;
/drivers/infiniband/hw/nes/
H A Dnes_hw.c186 u16 cq_count = nesdev->currcq_count; local
190 if (shared_timer->cq_count_old <= cq_count)
194 shared_timer->cq_count_old = cq_count;
196 if (cq_count <= shared_timer->threshold_low &&
206 if (cq_count > 1) {
207 nesdev->deepcq_count += cq_count;
208 if (cq_count <= shared_timer->threshold_low) { /* increase timer gently */
211 } else if (cq_count <= shared_timer->threshold_target) { /* balanced */
214 } else if (cq_count <= shared_timer->threshold_high) { /* decrease timer gently */
217 } else if (cq_count <
[all...]
/drivers/infiniband/hw/mlx4/
H A Dcq.c92 int mlx4_ib_modify_cq(struct ib_cq *cq, u16 cq_count, u16 cq_period) argument
97 return mlx4_cq_modify(dev->dev, &mcq->mcq, cq_count, cq_period);
H A Dmlx4_ib.h649 int mlx4_ib_modify_cq(struct ib_cq *cq, u16 cq_count, u16 cq_period);
/drivers/infiniband/hw/mlx5/
H A Dmlx5_ib.h499 int mlx5_ib_modify_cq(struct ib_cq *cq, u16 cq_count, u16 cq_period);
H A Dcq.c914 int mlx5_ib_modify_cq(struct ib_cq *cq, u16 cq_count, u16 cq_period) argument
932 in->ctx.cq_max_count = cpu_to_be16(cq_count);
/drivers/infiniband/core/
H A Dverbs.c1033 int ib_modify_cq(struct ib_cq *cq, u16 cq_count, u16 cq_period) argument
1036 cq->device->modify_cq(cq, cq_count, cq_period) : -ENOSYS;
/drivers/net/ethernet/emulex/benet/
H A Dbe_cmds.c3717 nic->cq_count = 0xFFFF;
3817 desc.nic_vft.cq_count = cpu_to_le16(3 * vf_q_count);
3823 desc.nic_vft.cq_count = cpu_to_le16(3);
H A Dbe_cmds.h1886 u16 cq_count; member in struct:be_nic_res_desc

Completed in 447 milliseconds