Lines Matching refs:hw_cntrs_hndl
3370 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()
6124 mcounters->hw_cntrs_hndl); in mlx5_ib_destroy_counters()