Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/infiniband/core/
Dnldev.c497 if (dev->ops.fill_res_qp_entry) in fill_res_qp_entry_query()
498 return dev->ops.fill_res_qp_entry(msg, qp); in fill_res_qp_entry_query()
504 static int fill_res_qp_entry(struct sk_buff *msg, bool has_cap_net_admin, in fill_res_qp_entry() function
Ddevice.c2650 SET_DEVICE_OP(dev_ops, fill_res_qp_entry); in ib_set_device_ops()
/linux-5.19.10/include/rdma/
Dib_verbs.h2597 int (*fill_res_qp_entry)(struct sk_buff *msg, struct ib_qp *ibqp); member