Searched refs:fill_res_entry (Results 1 – 5 of 5) sorted by relevance
| /Linux-v5.4/drivers/infiniband/hw/cxgb4/ |
| D | provider.c | 460 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/ |
| D | nldev.c | 418 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()
|
| D | device.c | 2609 SET_DEVICE_OP(dev_ops, fill_res_entry); in ib_set_device_ops()
|
| /Linux-v5.4/drivers/infiniband/hw/hns/ |
| D | hns_roce_main.c | 435 .fill_res_entry = hns_roce_fill_res_entry,
|
| /Linux-v5.4/include/rdma/ |
| D | ib_verbs.h | 2514 int (*fill_res_entry)(struct sk_buff *msg, member
|