Home
last modified time | relevance | path

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

/linux-6.14.4/drivers/net/ethernet/mellanox/mlx5/core/lib/
Ddevcom.h50 void *mlx5_devcom_get_next_peer_data_rcu(struct mlx5_devcom_comp_dev *devcom,
54 for (pos = NULL, data = mlx5_devcom_get_next_peer_data_rcu(devcom, &pos); \
56 data = mlx5_devcom_get_next_peer_data_rcu(devcom, &pos))
Ddevcom.c369 void *mlx5_devcom_get_next_peer_data_rcu(struct mlx5_devcom_comp_dev *devcom, in mlx5_devcom_get_next_peer_data_rcu() function