Home
last modified time | relevance | path

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

/openbmc/linux/drivers/infiniband/hw/efa/
H A Defa.h78 struct efa_pd { struct
H A Defa_verbs.c141 static inline struct efa_pd *to_epd(struct ib_pd *ibpd) in to_epd()
143 return container_of(ibpd, struct efa_pd, ibpd); in to_epd()
384 struct efa_pd *pd = to_epd(ibpd); in efa_alloc_pd()
426 struct efa_pd *pd = to_epd(ibpd); in efa_dealloc_pd()
H A Defa_main.c389 INIT_RDMA_OBJ_SIZE(ib_pd, efa_pd, ibpd),