Searched refs:mlx5_fc_destroy (Results 1 – 9 of 9) sorted by relevance
| /linux/drivers/net/ethernet/mellanox/mlx5/core/en_accel/ |
| H A D | psp.c | 541 mlx5_fc_destroy(fs->mdev, accel_psp->rx_bad_counter); in accel_psp_fs_cleanup_rx() 542 mlx5_fc_destroy(fs->mdev, accel_psp->rx_err_counter); in accel_psp_fs_cleanup_rx() 543 mlx5_fc_destroy(fs->mdev, accel_psp->rx_auth_fail_counter); in accel_psp_fs_cleanup_rx() 544 mlx5_fc_destroy(fs->mdev, accel_psp->rx_counter); in accel_psp_fs_cleanup_rx() 617 mlx5_fc_destroy(mdev, accel_psp->rx_err_counter); in accel_psp_fs_init_rx() 620 mlx5_fc_destroy(mdev, accel_psp->rx_auth_fail_counter); in accel_psp_fs_init_rx() 623 mlx5_fc_destroy(mdev, accel_psp->rx_counter); in accel_psp_fs_init_rx() 800 mlx5_fc_destroy(fs->mdev, tx_fs->tx_counter); in accel_psp_fs_cleanup_tx()
|
| H A D | ipsec_fs.c | 168 mlx5_fc_destroy(ipsec->mdev, rx->status_checks.all.fc); in ipsec_rx_status_drop_destroy() 268 mlx5_fc_destroy(mdev, sa_entry->ipsec_rule.trailer.fc); in rx_add_rule_drop_auth_trailer() 272 mlx5_fc_destroy(mdev, sa_entry->ipsec_rule.auth.fc); in rx_add_rule_drop_auth_trailer() 328 mlx5_fc_destroy(mdev, flow_counter); in rx_add_rule_drop_replay() 396 mlx5_fc_destroy(mdev, flow_counter); in ipsec_rx_status_drop_all_create() 717 mlx5_fc_destroy(mdev, rx->sa_sel.fc); in ipsec_rx_sa_selector_destroy() 1007 mlx5_fc_destroy(mdev, fc); in ipsec_rx_sa_selector_create() 2138 mlx5_fc_destroy(mdev, sa_entry->ipsec_rule.replay.fc); in rx_add_rule() 2148 mlx5_fc_destroy(mdev, counter); in rx_add_rule() 2242 mlx5_fc_destroy(mdev, counter); in tx_add_rule() [all …]
|
| /linux/drivers/net/ethernet/mellanox/mlx5/core/en/tc/ |
| H A D | meter.c | 321 mlx5_fc_destroy(mdev, meter->act_counter); in __mlx5e_flow_meter_alloc() 323 mlx5_fc_destroy(mdev, meter->drop_counter); in __mlx5e_flow_meter_alloc() 337 mlx5_fc_destroy(mdev, meter->act_counter); in __mlx5e_flow_meter_free() 338 mlx5_fc_destroy(mdev, meter->drop_counter); in __mlx5e_flow_meter_free()
|
| /linux/drivers/infiniband/hw/mlx5/ |
| H A D | counters.c | 210 mlx5_fc_destroy(to_mdev(counters->device)->mdev, in mlx5_ib_destroy_counters() 958 mlx5_fc_destroy(dev->mdev, in mlx5_ib_dealloc_counters() 1125 mlx5_fc_destroy(to_mdev(ibcounters->device)->mdev, in mlx5_ib_flow_counters_set_data() 1192 mlx5_fc_destroy(dev->mdev, opfc->fc); in mlx5_ib_modify_stat() 1205 mlx5_fc_destroy(dev->mdev, opfc->fc); in mlx5_ib_modify_stat()
|
| H A D | fs.c | 1216 mlx5_fc_destroy(dev->mdev, fc_arr[i]); in mlx5r_fs_destroy_fcs()
|
| /linux/drivers/net/ethernet/mellanox/mlx5/core/ |
| H A D | fs_counters.c | 292 void mlx5_fc_destroy(struct mlx5_core_dev *dev, struct mlx5_fc *counter) in mlx5_fc_destroy() function 303 EXPORT_SYMBOL(mlx5_fc_destroy);
|
| H A D | eswitch_offloads.c | 3571 mlx5_fc_destroy(esw->dev, esw->fdb_table.offloads.drop_root_fc); in esw_offloads_steering_cleanup()
|
| /linux/include/linux/mlx5/ |
| H A D | fs.h | 329 void mlx5_fc_destroy(struct mlx5_core_dev *dev, struct mlx5_fc *counter);
|
| /linux/drivers/vdpa/mlx5/net/ |
| H A D | mlx5_vnet.c | 1896 mlx5_fc_destroy(ndev->mvdev.mdev, node->ucast_counter.counter); in add_steering_counters() 1907 mlx5_fc_destroy(ndev->mvdev.mdev, node->mcast_counter.counter); in remove_steering_counters() 1908 mlx5_fc_destroy(ndev->mvdev.mdev, node->ucast_counter.counter); in remove_steering_counters()
|