Searched refs:fill_res_qp_entry_raw (Results 1 – 5 of 5) sorted by relevance
159 static int fill_res_qp_entry_raw(struct sk_buff *msg, struct ib_qp *ibqp) in fill_res_qp_entry_raw() function171 .fill_res_qp_entry_raw = fill_res_qp_entry_raw,
541 if (!dev->ops.fill_res_qp_entry_raw) in fill_res_qp_raw_entry()543 return dev->ops.fill_res_qp_entry_raw(msg, qp); in fill_res_qp_raw_entry()
2652 SET_DEVICE_OP(dev_ops, fill_res_qp_entry_raw); in ib_set_device_ops()
676 .fill_res_qp_entry_raw = hns_roce_fill_res_qp_entry_raw,
2611 int (*fill_res_qp_entry_raw)(struct sk_buff *msg, struct ib_qp *ibqp); member