Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Dfs_core.c1150 struct mlx5_ft_underlay_qp *uqp; in update_root_ft_create() local
1166 list_for_each_entry(uqp, &root->underlay_qpns, list) { in update_root_ft_create()
1167 qpn = uqp->qpn; in update_root_ft_create()
2567 struct mlx5_ft_underlay_qp *uqp; in update_root_ft_destroy() local
2587 list_for_each_entry(uqp, &root->underlay_qpns, list) { in update_root_ft_destroy()
2588 qpn = uqp->qpn; in update_root_ft_destroy()
4073 struct mlx5_ft_underlay_qp *uqp; in mlx5_fs_remove_rx_underlay_qpn() local
4078 list_for_each_entry(uqp, &root->underlay_qpns, list) { in mlx5_fs_remove_rx_underlay_qpn()
4079 if (uqp->qpn == underlay_qpn) { in mlx5_fs_remove_rx_underlay_qpn()
4098 list_del(&uqp->list); in mlx5_fs_remove_rx_underlay_qpn()
[all …]