Home
last modified time | relevance | path

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

/linux-6.15/drivers/infiniband/hw/mlx5/
H A Dfs.c916 enum mlx5_ib_optional_counter_type per_qp_type; in put_per_qp_prio() local
945 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() local
1002 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() local
1424 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 …]