Searched refs:mlx4_ib_ah (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/drivers/infiniband/hw/mlx4/ |
H A D | ah.c | 45 struct mlx4_ib_ah *ah = to_mah(ib_ah); in create_ib_ah() 80 struct mlx4_ib_ah *ah = to_mah(ib_ah); in create_iboe_ah() 172 struct mlx4_ib_ah *mah = to_mah(ah); in mlx4_ib_create_ah_slave() 199 struct mlx4_ib_ah *ah = to_mah(ibah); in mlx4_ib_query_ah()
|
H A D | mlx4_ib.h | 388 struct mlx4_ib_ah { struct 733 static inline struct mlx4_ib_ah *to_mah(struct ib_ah *ibah) in to_mah() 735 return container_of(ibah, struct mlx4_ib_ah, ibah); in to_mah() 828 static inline bool mlx4_ib_ah_grh_present(struct mlx4_ib_ah *ah) in mlx4_ib_ah_grh_present()
|
H A D | qp.c | 2833 struct mlx4_ib_ah *ah = to_mah(wr->ah); in build_sriov_qp0_header() 2986 struct mlx4_ib_ah *ah = to_mah(wr->ah); in build_mlx_header() 3368 struct mlx4_ib_ah *ah = to_mah(wr->ah); in build_tunnel_header() 3513 struct mlx4_ib_ah *ah = to_mah(ud_wr(wr)->ah); in _mlx4_ib_post_send()
|
H A D | mad.c | 1481 struct mlx4_ib_ah ah; in mlx4_ib_multiplex_mad()
|
H A D | main.c | 2565 INIT_RDMA_OBJ_SIZE(ib_ah, mlx4_ib_ah, ibah),
|
/kernel/linux/linux-6.6/drivers/infiniband/hw/mlx4/ |
H A D | ah.c | 45 struct mlx4_ib_ah *ah = to_mah(ib_ah); in create_ib_ah() 80 struct mlx4_ib_ah *ah = to_mah(ib_ah); in create_iboe_ah() 172 struct mlx4_ib_ah *mah = to_mah(ah); in mlx4_ib_create_ah_slave() 199 struct mlx4_ib_ah *ah = to_mah(ibah); in mlx4_ib_query_ah()
|
H A D | mlx4_ib.h | 389 struct mlx4_ib_ah { struct 735 static inline struct mlx4_ib_ah *to_mah(struct ib_ah *ibah) in to_mah() 737 return container_of(ibah, struct mlx4_ib_ah, ibah); in to_mah() 829 static inline bool mlx4_ib_ah_grh_present(struct mlx4_ib_ah *ah) in mlx4_ib_ah_grh_present()
|
H A D | qp.c | 2869 struct mlx4_ib_ah *ah = to_mah(wr->ah); in build_sriov_qp0_header() 3022 struct mlx4_ib_ah *ah = to_mah(wr->ah); in build_mlx_header() 3401 struct mlx4_ib_ah *ah = to_mah(wr->ah); in build_tunnel_header() 3546 struct mlx4_ib_ah *ah = to_mah(ud_wr(wr)->ah); in _mlx4_ib_post_send()
|
H A D | mad.c | 1483 struct mlx4_ib_ah ah; in mlx4_ib_multiplex_mad()
|
H A D | main.c | 2573 INIT_RDMA_OBJ_SIZE(ib_ah, mlx4_ib_ah, ibah),
|
Completed in 32 milliseconds