Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/infiniband/sw/rxe/
H A Drxe_verbs.h46 struct rxe_ah { struct
406 static inline struct rxe_ah *to_rah(struct ib_ah *ah) in to_rah()
408 return ah ? container_of(ah, struct rxe_ah, ibah) : NULL; in to_rah()
H A Drxe_verbs.c166 struct rxe_ah *ah = to_rah(ibah); in rxe_create_ah()
184 struct rxe_ah *ah = to_rah(ibah); in rxe_modify_ah()
196 struct rxe_ah *ah = to_rah(ibah); in rxe_query_ah()
206 struct rxe_ah *ah = to_rah(ibah); in rxe_destroy_ah()
1109 INIT_RDMA_OBJ_SIZE(ib_ah, rxe_ah, ibah),
H A Drxe_pool.c27 .size = sizeof(struct rxe_ah),