Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/infiniband/hw/mlx5/
Dmain.c3135 struct mlx5_fc *fc = read_attr->hw_cntrs_hndl; in read_flow_counters()
3208 if (!mcounters->hw_cntrs_hndl) { in flow_counters_set_data()
3209 mcounters->hw_cntrs_hndl = mlx5_fc_create( in flow_counters_set_data()
3211 if (IS_ERR(mcounters->hw_cntrs_hndl)) { in flow_counters_set_data()
3212 ret = PTR_ERR(mcounters->hw_cntrs_hndl); in flow_counters_set_data()
3243 mcounters->hw_cntrs_hndl); in flow_counters_set_data()
3244 mcounters->hw_cntrs_hndl = NULL; in flow_counters_set_data()
3331 to_mcounters(flow_act.counters)->hw_cntrs_hndl; in _create_flow_rule()
5579 mread_attr.hw_cntrs_hndl = mcounters->hw_cntrs_hndl; in mlx5_ib_read_counters()
5604 if (mcounters->hw_cntrs_hndl) in mlx5_ib_destroy_counters()
[all …]
Dmlx5_ib.h827 struct mlx5_fc *hw_cntrs_hndl; member
841 struct mlx5_fc *hw_cntrs_hndl; member