Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/infiniband/hw/mlx5/
Dmain.c3370 struct mlx5_fc *fc = read_attr->hw_cntrs_hndl; in read_flow_counters()
3443 if (!mcounters->hw_cntrs_hndl) { in flow_counters_set_data()
3444 mcounters->hw_cntrs_hndl = mlx5_fc_create( in flow_counters_set_data()
3446 if (IS_ERR(mcounters->hw_cntrs_hndl)) { in flow_counters_set_data()
3447 ret = PTR_ERR(mcounters->hw_cntrs_hndl); in flow_counters_set_data()
3478 mcounters->hw_cntrs_hndl); in flow_counters_set_data()
3479 mcounters->hw_cntrs_hndl = NULL; in flow_counters_set_data()
3602 mlx5_fc_id(mcounters->hw_cntrs_hndl); in _create_flow_rule()
6097 mread_attr.hw_cntrs_hndl = mcounters->hw_cntrs_hndl; in mlx5_ib_read_counters()
6122 if (mcounters->hw_cntrs_hndl) in mlx5_ib_destroy_counters()
[all …]
Dmlx5_ib.h890 struct mlx5_fc *hw_cntrs_hndl; member
904 struct mlx5_fc *hw_cntrs_hndl; member