Home
last modified time | relevance | path

Searched refs:rxe_ah (Results 1 – 6 of 6) sorted by relevance

/Linux-v6.1/drivers/infiniband/sw/rxe/
Drxe_verbs.h45 struct rxe_ah { struct
428 static inline struct rxe_ah *to_rah(struct ib_ah *ah) in to_rah()
430 return ah ? container_of(ah, struct rxe_ah, ibah) : NULL; in to_rah()
458 static inline struct rxe_pd *rxe_ah_pd(struct rxe_ah *ah) in rxe_ah_pd()
Drxe_av.c102 struct rxe_av *rxe_get_av(struct rxe_pkt_info *pkt, struct rxe_ah **ahp) in rxe_get_av()
104 struct rxe_ah *ah; in rxe_get_av()
Drxe_pool.c39 .size = sizeof(struct rxe_ah),
40 .elem_offset = offsetof(struct rxe_ah, elem),
Drxe_verbs.c162 struct rxe_ah *ah = to_rah(ibah); in rxe_create_ah()
210 struct rxe_ah *ah = to_rah(ibah); in rxe_modify_ah()
222 struct rxe_ah *ah = to_rah(ibah); in rxe_query_ah()
232 struct rxe_ah *ah = to_rah(ibah); in rxe_destroy_ah()
1100 INIT_RDMA_OBJ_SIZE(ib_ah, rxe_ah, ibah),
Drxe_loc.h22 struct rxe_av *rxe_get_av(struct rxe_pkt_info *pkt, struct rxe_ah **ahp);
Drxe_req.c632 struct rxe_ah *ah; in rxe_requester()