num_qp 90 drivers/infiniband/hw/mthca/mthca_main.c .num_qp = MTHCA_DEFAULT_NUM_QP, num_qp 101 drivers/infiniband/hw/mthca/mthca_main.c module_param_named(num_qp, hca_profile.num_qp, int, 0444); num_qp 102 drivers/infiniband/hw/mthca/mthca_main.c MODULE_PARM_DESC(num_qp, "maximum number of QPs per HCA"); num_qp 1220 drivers/infiniband/hw/mthca/mthca_main.c mthca_check_profile_val(num_qp, MTHCA_DEFAULT_NUM_QP); num_qp 101 drivers/infiniband/hw/mthca/mthca_profile.c profile[MTHCA_RES_QP].num = request->num_qp; num_qp 103 drivers/infiniband/hw/mthca/mthca_profile.c profile[MTHCA_RES_EQP].num = request->num_qp; num_qp 104 drivers/infiniband/hw/mthca/mthca_profile.c profile[MTHCA_RES_RDB].num = request->num_qp * request->rdb_per_qp; num_qp 207 drivers/infiniband/hw/mthca/mthca_profile.c request->num_qp << dev->qp_table.rdb_shift < profile[i].num; num_qp 41 drivers/infiniband/hw/mthca/mthca_profile.h int num_qp; num_qp 94 drivers/infiniband/sw/rxe/rxe_mcast.c if (grp->num_qp >= rxe->attr.max_mcast_qp_attach) { num_qp 108 drivers/infiniband/sw/rxe/rxe_mcast.c grp->num_qp++; num_qp 139 drivers/infiniband/sw/rxe/rxe_mcast.c grp->num_qp--; num_qp 176 drivers/infiniband/sw/rxe/rxe_mcast.c grp->num_qp--; num_qp 359 drivers/infiniband/sw/rxe/rxe_verbs.h int num_qp; num_qp 91 drivers/infiniband/sw/siw/siw.h atomic_t num_qp; num_qp 417 drivers/infiniband/sw/siw/siw_main.c atomic_set(&sdev->num_qp, 0); num_qp 1335 drivers/infiniband/sw/siw/siw_qp.c atomic_dec(&sdev->num_qp); num_qp 323 drivers/infiniband/sw/siw/siw_verbs.c if (atomic_inc_return(&sdev->num_qp) > SIW_MAX_QP) { num_qp 513 drivers/infiniband/sw/siw/siw_verbs.c atomic_dec(&sdev->num_qp); num_qp 127 drivers/net/ethernet/mellanox/mlx4/main.c .num_qp = 1 << 18, num_qp 137 drivers/net/ethernet/mellanox/mlx4/main.c .num_qp = 1 << 17, num_qp 419 drivers/net/ethernet/mellanox/mlx4/mlx4.h int num_qp; num_qp 123 drivers/net/ethernet/mellanox/mlx4/profile.c profile[MLX4_RES_QP].num = request->num_qp; num_qp 124 drivers/net/ethernet/mellanox/mlx4/profile.c profile[MLX4_RES_RDMARC].num = request->num_qp * request->rdmarc_per_qp; num_qp 125 drivers/net/ethernet/mellanox/mlx4/profile.c profile[MLX4_RES_ALTC].num = request->num_qp; num_qp 126 drivers/net/ethernet/mellanox/mlx4/profile.c profile[MLX4_RES_AUXC].num = request->num_qp; num_qp 190 drivers/net/ethernet/mellanox/mlx4/profile.c request->num_qp << priv->qp_table.rdmarc_shift < profile[i].num;