Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/mellanox/mlx5/core/
Den_tc.c520 struct mlx5e_hairpin_entry *hpe; in mlx5e_hairpin_get() local
523 hash_for_each_possible(priv->fs.tc.hairpin_tbl, hpe, in mlx5e_hairpin_get()
525 if (hpe->peer_vhca_id == peer_vhca_id && hpe->prio == prio) in mlx5e_hairpin_get()
526 return hpe; in mlx5e_hairpin_get()
576 struct mlx5e_hairpin_entry *hpe; in mlx5e_hairpin_flow_add() local
594 hpe = mlx5e_hairpin_get(priv, peer_id, match_prio); in mlx5e_hairpin_flow_add()
595 if (hpe) in mlx5e_hairpin_flow_add()
598 hpe = kzalloc(sizeof(*hpe), GFP_KERNEL); in mlx5e_hairpin_flow_add()
599 if (!hpe) in mlx5e_hairpin_flow_add()
602 INIT_LIST_HEAD(&hpe->flows); in mlx5e_hairpin_flow_add()
[all …]
/Linux-v4.19/Documentation/ABI/testing/
Dsysfs-driver-st4 Contact: shane.seymour@hpe.com
Dsysfs-bus-nfit114 https://github.com/HewlettPackard/hpe-nvm/blob/master/Documentation/
/Linux-v4.19/
DMAINTAINERS6512 M: Jerry Hoemann <jerry.hoemann@hpe.com>