Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/vdpa/mlx5/net/
A 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()
A Dmlx5_vnet.h71 struct mlx5_vdpa_counter mcast_counter; member
A Dmlx5_vnet.c1425 node->mcast_counter.counter = mlx5_fc_create(ndev->mvdev.mdev, false); in add_steering_counters()
1426 if (IS_ERR(node->mcast_counter.counter)) { in add_steering_counters()
1427 err = PTR_ERR(node->mcast_counter.counter); in add_steering_counters()
1447 mlx5_fc_destroy(ndev->mvdev.mdev, node->mcast_counter.counter); in remove_steering_counters()
1502 dests[1].counter_id = mlx5_fc_id(node->mcast_counter.counter); in mlx5_vdpa_add_mac_vlan_rules()

Completed in 11 milliseconds