Searched refs:underlay_qpns (Results 1 - 2 of 2) sorted by relevance

/linux-master/drivers/net/ethernet/mellanox/mlx5/core/
H A Dfs_core.h290 struct list_head underlay_qpns; member in struct:mlx5_flow_root_namespace
H A Dfs_core.c1082 if (list_empty(&root->underlay_qpns)) {
1087 list_for_each_entry(uqp, &root->underlay_qpns, list) {
2319 if (list_empty(&root->underlay_qpns)) {
2325 list_for_each_entry(uqp, &root->underlay_qpns, list) {
2748 INIT_LIST_HEAD(&root_ns->underlay_qpns);
3540 list_add_tail(&new_uqp->list, &root->underlay_qpns);
3561 list_for_each_entry(uqp, &root->underlay_qpns, list) {

Completed in 133 milliseconds