Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/vdpa/mlx5/net/
Ddebug.c103 node->mcast_counter.mdev = ndev->mvdev.mdev; in mlx5_vdpa_add_rx_counters()
123 node->mcast_counter.dent = debugfs_create_dir("mcast", node->dent); in mlx5_vdpa_add_rx_counters()
124 if (IS_ERR(node->mcast_counter.dent)) in mlx5_vdpa_add_rx_counters()
127 add_counter_node(&node->mcast_counter, node->mcast_counter.dent); in mlx5_vdpa_add_rx_counters()
Dmlx5_vnet.h95 struct mlx5_vdpa_counter mcast_counter; member
Dmlx5_vnet.c1555 node->mcast_counter.counter = mlx5_fc_create(ndev->mvdev.mdev, false); in add_steering_counters()
1556 if (IS_ERR(node->mcast_counter.counter)) { in add_steering_counters()
1557 err = PTR_ERR(node->mcast_counter.counter); in add_steering_counters()
1577 mlx5_fc_destroy(ndev->mvdev.mdev, node->mcast_counter.counter); in remove_steering_counters()
1632 dests[1].counter_id = mlx5_fc_id(node->mcast_counter.counter); in mlx5_vdpa_add_mac_vlan_rules()