Symbol: usnic_uiom_pd
drivers/infiniband/hw/usnic/usnic_ib.h
61
struct usnic_uiom_pd *umem_pd;
drivers/infiniband/hw/usnic/usnic_uiom.c
190
struct usnic_uiom_pd *pd)
drivers/infiniband/hw/usnic/usnic_uiom.c
208
static void __usnic_uiom_reg_release(struct usnic_uiom_pd *pd,
drivers/infiniband/hw/usnic/usnic_uiom.c
249
struct usnic_uiom_pd *pd = uiomr->pd;
drivers/infiniband/hw/usnic/usnic_uiom.c
328
struct usnic_uiom_reg *usnic_uiom_reg_get(struct usnic_uiom_pd *pd,
drivers/infiniband/hw/usnic/usnic_uiom.c
436
struct usnic_uiom_pd *usnic_uiom_alloc_pd(struct device *dev)
drivers/infiniband/hw/usnic/usnic_uiom.c
438
struct usnic_uiom_pd *pd;
drivers/infiniband/hw/usnic/usnic_uiom.c
460
void usnic_uiom_dealloc_pd(struct usnic_uiom_pd *pd)
drivers/infiniband/hw/usnic/usnic_uiom.c
466
int usnic_uiom_attach_dev_to_pd(struct usnic_uiom_pd *pd, struct device *dev)
drivers/infiniband/hw/usnic/usnic_uiom.c
501
void usnic_uiom_detach_dev_from_pd(struct usnic_uiom_pd *pd, struct device *dev)
drivers/infiniband/hw/usnic/usnic_uiom.c
528
struct device **usnic_uiom_get_dev_list(struct usnic_uiom_pd *pd)
drivers/infiniband/hw/usnic/usnic_uiom.h
66
struct usnic_uiom_pd *pd;
drivers/infiniband/hw/usnic/usnic_uiom.h
83
struct usnic_uiom_pd *usnic_uiom_alloc_pd(struct device *dev);
drivers/infiniband/hw/usnic/usnic_uiom.h
84
void usnic_uiom_dealloc_pd(struct usnic_uiom_pd *pd);
drivers/infiniband/hw/usnic/usnic_uiom.h
85
int usnic_uiom_attach_dev_to_pd(struct usnic_uiom_pd *pd, struct device *dev);
drivers/infiniband/hw/usnic/usnic_uiom.h
86
void usnic_uiom_detach_dev_from_pd(struct usnic_uiom_pd *pd,
drivers/infiniband/hw/usnic/usnic_uiom.h
88
struct device **usnic_uiom_get_dev_list(struct usnic_uiom_pd *pd);
drivers/infiniband/hw/usnic/usnic_uiom.h
90
struct usnic_uiom_reg *usnic_uiom_reg_get(struct usnic_uiom_pd *pd,