Home
last modified time | relevance | path

Searched refs:fill_res_entry (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/include/rdma/
Drestrack.h68 int (*fill_res_entry)(struct sk_buff *msg, member
/Linux-v4.19/drivers/infiniband/core/
Dnldev.c413 if (resroot->fill_res_entry(msg, res)) in fill_res_qp_entry()
473 if (resroot->fill_res_entry(msg, res)) in fill_res_cm_id_entry()
510 if (resroot->fill_res_entry(msg, res)) in fill_res_cq_entry()
547 if (resroot->fill_res_entry(msg, res)) in fill_res_mr_entry()
590 if (resroot->fill_res_entry(msg, res)) in fill_res_pd_entry()
Drestrack.c24 res->fill_res_entry = fill_res_noop; in rdma_restrack_init()
/Linux-v4.19/drivers/infiniband/hw/cxgb4/
Dprovider.c523 static int fill_res_entry(struct sk_buff *msg, struct rdma_restrack_entry *res) in fill_res_entry() function
625 dev->ibdev.res.fill_res_entry = fill_res_entry; in c4iw_register_device()