Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/infiniband/hw/mlx5/
Drestrack.c159 static int fill_res_qp_entry_raw(struct sk_buff *msg, struct ib_qp *ibqp) in fill_res_qp_entry_raw() function
171 .fill_res_qp_entry_raw = fill_res_qp_entry_raw,
/Linux-v5.10/drivers/infiniband/core/
Dnldev.c530 if (!dev->ops.fill_res_qp_entry_raw) in fill_res_qp_raw_entry()
532 return dev->ops.fill_res_qp_entry_raw(msg, qp); in fill_res_qp_raw_entry()
Ddevice.c2608 SET_DEVICE_OP(dev_ops, fill_res_qp_entry_raw); in ib_set_device_ops()
/Linux-v5.10/include/rdma/
Dib_verbs.h2544 int (*fill_res_qp_entry_raw)(struct sk_buff *msg, struct ib_qp *ibqp); member