Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/infiniband/hw/mthca/
Dmthca_profile.h44 int num_cq; member
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); in mthca_validate_profile()
Dmthca_profile.c103 profile[MTHCA_RES_CQ].num = request->num_cq; in mthca_make_profile()
/linux-6.12.1/drivers/net/ethernet/mellanox/mlx4/
Dprofile.c128 profile[MLX4_RES_CQ].num = request->num_cq; in mlx4_make_profile()
Dmlx4.h424 int num_cq; member
Dmain.c129 .num_cq = 1 << 16,
139 .num_cq = 1 << 8,
/linux-6.12.1/drivers/infiniband/sw/siw/
Dsiw_main.c353 atomic_set(&sdev->num_cq, 0); in siw_device_create()
Dsiw_verbs.c1114 atomic_dec(&sdev->num_cq); in siw_destroy_cq()
1141 if (atomic_inc_return(&sdev->num_cq) > SIW_MAX_CQ) { in siw_create_cq()
1213 atomic_dec(&sdev->num_cq); in siw_create_cq()
Dsiw.h92 atomic_t num_cq; member
/linux-6.12.1/drivers/net/
Dvirtio_net.c4373 u32 num_cq, num_rx, num_tx; in virtnet_fill_total_fields() local
4375 num_cq = ctx->desc_num[VIRTNET_Q_TYPE_CQ]; in virtnet_fill_total_fields()
4379 first_rx_q = ctx->data + num_rx + num_tx + num_cq; in virtnet_fill_total_fields()
4502 u32 queue_type, num_rx, num_tx, num_cq; in virtnet_fill_stats() local
4512 num_cq = ctx->desc_num[VIRTNET_Q_TYPE_CQ]; in virtnet_fill_stats()
4523 offset += num_cq + num_rx * vi->curr_queue_pairs + num_tx * (qid / 2); in virtnet_fill_stats()
4534 offset += num_cq + num_rx * (qid / 2); in virtnet_fill_stats()