Searched refs:num_cq (Results 1 - 10 of 10) sorted by relevance

/linux-master/drivers/infiniband/hw/mthca/
H A Dmthca_profile.h44 int num_cq; member in struct:mthca_profile
H A Dmthca_main.c92 .num_cq = MTHCA_DEFAULT_NUM_CQ,
107 module_param_named(num_cq, hca_profile.num_cq, int, 0444);
108 MODULE_PARM_DESC(num_cq, "maximum number of CQs per HCA");
1207 mthca_check_profile_val(num_cq, MTHCA_DEFAULT_NUM_CQ);
H A Dmthca_profile.c103 profile[MTHCA_RES_CQ].num = request->num_cq;
/linux-master/drivers/net/ethernet/mellanox/mlx4/
H A Dprofile.c128 profile[MLX4_RES_CQ].num = request->num_cq;
H A Dmlx4.h424 int num_cq; member in struct:mlx4_profile
H A Dmain.c129 .num_cq = 1 << 16,
139 .num_cq = 1 << 8,
/linux-master/drivers/infiniband/sw/siw/
H A Dsiw_main.c353 atomic_set(&sdev->num_cq, 0);
H A Dsiw_verbs.c1114 atomic_dec(&sdev->num_cq);
1140 if (atomic_inc_return(&sdev->num_cq) > SIW_MAX_CQ) {
1212 atomic_dec(&sdev->num_cq);
H A Dsiw.h92 atomic_t num_cq; member in struct:siw_device
/linux-master/drivers/net/
H A Dvirtio_net.c3753 u32 num_cq, num_rx, num_tx; local
3755 num_cq = ctx->desc_num[VIRTNET_Q_TYPE_CQ];
3759 first_rx_q = ctx->data + num_rx + num_tx + num_cq;
3882 u32 queue_type, num_rx, num_tx, num_cq; local
3892 num_cq = ctx->desc_num[VIRTNET_Q_TYPE_CQ];
3903 offset += num_cq + num_rx * vi->curr_queue_pairs + num_tx * (qid / 2);
3914 offset += num_cq + num_rx * (qid / 2);

Completed in 305 milliseconds