Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/infiniband/sw/rxe/
Drxe_verbs.h73 struct rxe_ah { struct
435 static inline struct rxe_ah *to_rah(struct ib_ah *ah) in to_rah()
437 return ah ? container_of(ah, struct rxe_ah, ibah) : NULL; in to_rah()
Drxe_verbs.c240 struct rxe_ah *ah; in rxe_create_ah()
261 struct rxe_ah *ah = to_rah(ibah); in rxe_modify_ah()
273 struct rxe_ah *ah = to_rah(ibah); in rxe_query_ah()
283 struct rxe_ah *ah = to_rah(ibah); in rxe_destroy_ah()
Drxe_pool.c52 .size = sizeof(struct rxe_ah),