Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/infiniband/hw/cxgb4/
Dprovider.c460 static int fill_res_entry(struct sk_buff *msg, struct rdma_restrack_entry *res) in fill_res_entry() function
487 .fill_res_entry = fill_res_entry,
/Linux-v5.4/drivers/infiniband/core/
Dnldev.c418 static bool fill_res_entry(struct ib_device *dev, struct sk_buff *msg, in fill_res_entry() function
421 if (!dev->ops.fill_res_entry) in fill_res_entry()
423 return dev->ops.fill_res_entry(msg, res); in fill_res_entry()
479 if (fill_res_entry(dev, msg, res)) in fill_res_qp_entry()
532 if (fill_res_entry(dev, msg, res)) in fill_res_cm_id_entry()
570 if (fill_res_entry(dev, msg, res)) in fill_res_cq_entry()
605 if (fill_res_entry(dev, msg, res)) in fill_res_mr_entry()
643 if (fill_res_entry(dev, msg, res)) in fill_res_pd_entry()
Ddevice.c2609 SET_DEVICE_OP(dev_ops, fill_res_entry); in ib_set_device_ops()
/Linux-v5.4/drivers/infiniband/hw/hns/
Dhns_roce_main.c435 .fill_res_entry = hns_roce_fill_res_entry,
/Linux-v5.4/include/rdma/
Dib_verbs.h2514 int (*fill_res_entry)(struct sk_buff *msg, member