Searched refs:fill_res_cq_entry_raw (Results 1 – 6 of 6) sorted by relevance
160 static int fill_res_cq_entry_raw(struct sk_buff *msg, struct ib_cq *ibcq) in fill_res_cq_entry_raw() function205 .fill_res_cq_entry_raw = fill_res_cq_entry_raw,
704 .fill_res_cq_entry_raw = hns_roce_fill_res_cq_entry_raw,
673 if (!dev->ops.fill_res_cq_entry_raw) in fill_res_cq_raw_entry()675 return dev->ops.fill_res_cq_entry_raw(msg, cq); in fill_res_cq_raw_entry()
2726 SET_DEVICE_OP(dev_ops, fill_res_cq_entry_raw); in ib_set_device_ops()
1310 .fill_res_cq_entry_raw = bnxt_re_fill_res_cq_entry_raw,
2612 int (*fill_res_cq_entry_raw)(struct sk_buff *msg, struct ib_cq *ibcq); member