Home
last modified time | relevance | path

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

/linux/drivers/infiniband/hw/mlx5/
H A Dfs.c1017 struct mlx5_per_qp_opfc *per_qp_opfc; in get_per_qp_opfc() local
1021 per_qp_opfc = xa_load(qpn_opfc_xa, qp_num); in get_per_qp_opfc()
1022 if (per_qp_opfc) in get_per_qp_opfc()
1023 return per_qp_opfc; in get_per_qp_opfc()
1024 per_qp_opfc = kzalloc_obj(*per_qp_opfc); in get_per_qp_opfc()
1026 if (!per_qp_opfc) in get_per_qp_opfc()
1030 return per_qp_opfc; in get_per_qp_opfc()
1036 struct mlx5_per_qp_opfc *per_qp_opfc, in add_op_fc_rules() argument
1041 struct mlx5_ib_op_fc *opfc = &per_qp_opfc->opfcs[type], *in_use_opfc; in add_op_fc_rules()
1051 if (mlx5r_is_opfc_shared_and_in_use(per_qp_opfc->opfcs, type, in add_op_fc_rules()
[all …]