Home
last modified time | relevance | path

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

/linux-6.15/drivers/infiniband/hw/efa/
H A Defa.h79 struct efa_pd { struct
H A Defa_verbs.c142 static inline struct efa_pd *to_epd(struct ib_pd *ibpd) in to_epd()
144 return container_of(ibpd, struct efa_pd, ibpd); in to_epd()
427 struct efa_pd *pd = to_epd(ibpd); in efa_alloc_pd()
469 struct efa_pd *pd = to_epd(ibpd); in efa_dealloc_pd()
H A Defa_main.c399 INIT_RDMA_OBJ_SIZE(ib_pd, efa_pd, ibpd),