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

/drivers/scsi/fnic/
H A Dfnic_isr.c241 fnic->cq_count >= n + m + o) {
248 fnic->cq_count = n + m + o;
267 fnic->cq_count >= 3 &&
275 fnic->cq_count = 3;
296 fnic->cq_count >= 3 &&
302 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.h165 unsigned int cq_count; member in struct:fnic
H A Dfnic_main.c373 for (i = 0; i < fnic->cq_count; i++)
/drivers/net/ethernet/cisco/enic/
H A Denic_res.c189 for (i = 0; i < enic->cq_count; i++)
199 enic->cq_count = vnic_dev_get_res_count(enic->vdev, RES_TYPE_CQ);
206 enic->cq_count, enic->intr_count);
263 for (i = 0; i < enic->cq_count; i++) {
322 enic->cq_count, enic->intr_count,
347 for (i = 0; i < enic->cq_count; i++) {
H A Denic.h122 unsigned int cq_count; member in struct:enic
H A Denic_main.c1712 for (i = 0; i < enic->cq_count; i++)
2046 enic->cq_count >= n + m &&
2053 enic->cq_count = n + m;
2066 enic->cq_count >= 1 + m &&
2072 enic->cq_count = 1 + m;
2090 enic->cq_count >= 2 &&
2096 enic->cq_count = 2;
2115 enic->cq_count >= 2 &&
2120 enic->cq_count = 2;
/drivers/infiniband/hw/mlx4/
H A Dmlx4_ib.h293 int mlx4_ib_modify_cq(struct ib_cq *cq, u16 cq_count, u16 cq_period);
H A Dcq.c90 int mlx4_ib_modify_cq(struct ib_cq *cq, u16 cq_count, u16 cq_period) argument
95 return mlx4_cq_modify(dev->dev, &mcq->mcq, cq_count, cq_period);
/drivers/infiniband/hw/nes/
H A Dnes_hw.c187 u16 cq_count = nesdev->currcq_count; local
191 if (shared_timer->cq_count_old <= cq_count)
195 shared_timer->cq_count_old = cq_count;
197 if (cq_count <= shared_timer->threshold_low &&
207 if (cq_count > 1) {
208 nesdev->deepcq_count += cq_count;
209 if (cq_count <= shared_timer->threshold_low) { /* increase timer gently */
212 } else if (cq_count <= shared_timer->threshold_target) { /* balanced */
215 } else if (cq_count <= shared_timer->threshold_high) { /* decrease timer gently */
218 } else if (cq_count <
[all...]
/drivers/infiniband/core/
H A Dverbs.c928 int ib_modify_cq(struct ib_cq *cq, u16 cq_count, u16 cq_period) argument
931 cq->device->modify_cq(cq, cq_count, cq_period) : -ENOSYS;

Completed in 433 milliseconds