Home
last modified time | relevance | path

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

/linux/drivers/infiniband/hw/efa/
H A Defa.h79 struct efa_pd { struct
H A Defa_verbs.c140 static inline struct efa_pd *to_epd(struct ib_pd *ibpd) in to_epd()
142 return container_of(ibpd, struct efa_pd, ibpd); in to_epd()
386 struct efa_pd *pd = to_epd(ibpd); in efa_alloc_pd()
428 struct efa_pd *pd = to_epd(ibpd); in efa_dealloc_pd()
H A Defa_main.c404 INIT_RDMA_OBJ_SIZE(ib_pd, efa_pd, ibpd),