Searched defs:cq_count (Results 1 - 8 of 8) sorted by relevance

/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);
/drivers/net/ethernet/cisco/enic/
H A Denic.h187 unsigned int cq_count; member in struct:enic
/drivers/scsi/be2iscsi/
H A Dbe.h99 u32 cq_count; member in struct:be_eq_obj
/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/infiniband/hw/mlx5/
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/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/scsi/fnic/
H A Dfnic.h235 unsigned int cq_count; member in struct:fnic
/drivers/net/ethernet/emulex/benet/
H A Dbe_cmds.h1886 u16 cq_count; member in struct:be_nic_res_desc

Completed in 253 milliseconds