Searched refs:num_cq (Results 1 – 10 of 10) sorted by relevance
| /drivers/infiniband/hw/mthca/ |
| A D | mthca_profile.h | 44 int num_cq; member
|
| A D | mthca_main.c | 92 .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()
|
| A D | mthca_profile.c | 103 profile[MTHCA_RES_CQ].num = request->num_cq; in mthca_make_profile()
|
| /drivers/net/ethernet/mellanox/mlx4/ |
| A D | profile.c | 128 profile[MLX4_RES_CQ].num = request->num_cq; in mlx4_make_profile()
|
| A D | mlx4.h | 424 int num_cq; member
|
| A D | main.c | 131 .num_cq = 1 << 16, 141 .num_cq = 1 << 8,
|
| /drivers/infiniband/sw/siw/ |
| A D | siw_main.c | 351 atomic_set(&sdev->num_cq, 0); in siw_device_create()
|
| A D | siw_verbs.c | 1123 atomic_dec(&sdev->num_cq); in siw_destroy_cq() 1150 if (atomic_inc_return(&sdev->num_cq) > SIW_MAX_CQ) { in siw_create_cq() 1222 atomic_dec(&sdev->num_cq); in siw_create_cq()
|
| A D | siw.h | 91 atomic_t num_cq; member
|
| /drivers/net/ |
| A D | virtio_net.c | 4708 u32 num_cq, num_rx, num_tx; in virtnet_fill_total_fields() local 4710 num_cq = ctx->desc_num[VIRTNET_Q_TYPE_CQ]; in virtnet_fill_total_fields() 4714 first_rx_q = ctx->data + num_rx + num_tx + num_cq; in virtnet_fill_total_fields() 4837 u32 queue_type, num_rx, num_tx, num_cq; in virtnet_fill_stats() local 4847 num_cq = ctx->desc_num[VIRTNET_Q_TYPE_CQ]; in virtnet_fill_stats() 4858 offset += num_cq + num_rx * vi->curr_queue_pairs + num_tx * (qid / 2); in virtnet_fill_stats() 4869 offset += num_cq + num_rx * (qid / 2); in virtnet_fill_stats()
|
Completed in 45 milliseconds