Home
last modified time | relevance | path

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

/drivers/infiniband/sw/rxe/
Drxe_verbs.h71 struct rxe_ah { struct
445 static inline struct rxe_ah *to_rah(struct ib_ah *ah) in to_rah()
447 return ah ? container_of(ah, struct rxe_ah, ibah) : NULL; in to_rah()
Drxe_verbs.c324 struct rxe_ah *ah; in rxe_create_ah()
356 struct rxe_ah *ah = to_rah(ibah); in rxe_modify_ah()
372 struct rxe_ah *ah = to_rah(ibah); in rxe_query_ah()
380 struct rxe_ah *ah = to_rah(ibah); in rxe_destroy_ah()
Drxe_pool.c52 .size = sizeof(struct rxe_ah),