Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/infiniband/hw/mlx5/
Dah.c36 struct mlx5_ib_ah *ah, in create_ib_ah()
78 struct mlx5_ib_ah *ah; in mlx5_ib_create_ah()
112 struct mlx5_ib_ah *ah = to_mah(ibah); in mlx5_ib_query_ah()
/Linux-v4.19/include/linux/mlx5/
Dqp.h308 struct mlx5_ib_ah { struct
313 static inline struct mlx5_ib_ah *to_mah(struct ib_ah *ibah) in to_mah() argument
315 return container_of(ibah, struct mlx5_ib_ah, ibah); in to_mah()
/Linux-v4.19/drivers/net/ethernet/mellanox/mlx5/core/ipoib/
Dipoib.c561 struct mlx5_ib_ah *mah = to_mah(address); in mlx5i_xmit()