Searched refs:mlx5_ib_ah (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/drivers/infiniband/hw/mlx5/ |
H A D | ah.c | 53 static void create_ib_ah(struct mlx5_ib_dev *dev, struct mlx5_ib_ah *ah, in create_ib_ah() 98 struct mlx5_ib_ah *ah = to_mah(ibah); in mlx5_ib_create_ah() 129 struct mlx5_ib_ah *ah = to_mah(ibah); in mlx5_ib_query_ah()
|
H A D | gsi.c | 443 struct mlx5_ib_ah *ah = to_mah(wr->ah); in get_tx_qp()
|
H A D | main.c | 4081 INIT_RDMA_OBJ_SIZE(ib_ah, mlx5_ib_ah, ibah),
|
/kernel/linux/linux-6.6/drivers/infiniband/hw/mlx5/ |
H A D | ah.c | 53 static void create_ib_ah(struct mlx5_ib_dev *dev, struct mlx5_ib_ah *ah, in create_ib_ah() 98 struct mlx5_ib_ah *ah = to_mah(ibah); in mlx5_ib_create_ah() 129 struct mlx5_ib_ah *ah = to_mah(ibah); in mlx5_ib_query_ah()
|
H A D | gsi.c | 414 struct mlx5_ib_ah *ah = to_mah(wr->ah); in get_tx_qp()
|
H A D | main.c | 3815 INIT_RDMA_OBJ_SIZE(ib_ah, mlx5_ib_ah, ibah),
|
/kernel/linux/linux-5.10/include/linux/mlx5/ |
H A D | qp.h | 326 struct mlx5_ib_ah { struct 332 static inline struct mlx5_ib_ah *to_mah(struct ib_ah *ibah) in to_mah() 334 return container_of(ibah, struct mlx5_ib_ah, ibah); in to_mah()
|
/kernel/linux/linux-6.6/include/linux/mlx5/ |
H A D | qp.h | 337 struct mlx5_ib_ah { struct 343 static inline struct mlx5_ib_ah *to_mah(struct ib_ah *ibah) in to_mah() 345 return container_of(ibah, struct mlx5_ib_ah, ibah); in to_mah()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx5/core/ipoib/ |
H A D | ipoib.c | 664 struct mlx5_ib_ah *mah = to_mah(address); in mlx5i_xmit()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx5/core/ipoib/ |
H A D | ipoib.c | 703 struct mlx5_ib_ah *mah = to_mah(address); in mlx5i_xmit()
|
Completed in 19 milliseconds