Searched refs:per_qp_type (Results 1 – 1 of 1) sorted by relevance
916 enum mlx5_ib_optional_counter_type per_qp_type; in put_per_qp_prio() local945 prio = get_opfc_prio(dev, per_qp_type); in put_per_qp_prio()952 enum mlx5_ib_optional_counter_type per_qp_type; in get_per_qp_prio() local1002 prio = get_opfc_prio(dev, per_qp_type); in get_per_qp_prio()1410 int i, err, per_qp_type; in mlx5r_fs_bind_op_fc() local1424 prio = get_opfc_prio(dev, per_qp_type); in mlx5r_fs_bind_op_fc()1428 mcounter->fc[per_qp_type] = in_use_fc; in mlx5r_fs_bind_op_fc()1430 if (!mcounter->fc[per_qp_type]) { in mlx5r_fs_bind_op_fc()1433 if (IS_ERR(mcounter->fc[per_qp_type])) in mlx5r_fs_bind_op_fc()1434 return PTR_ERR(mcounter->fc[per_qp_type]); in mlx5r_fs_bind_op_fc()[all …]