fill_res_srq_entry
SET_DEVICE_OP(dev_ops, fill_res_srq_entry);
if (dev->ops.fill_res_srq_entry)
return dev->ops.fill_res_srq_entry(msg, srq);
.fill_res_srq_entry = bnxt_re_fill_res_srq_entry,
.fill_res_srq_entry = hns_roce_fill_res_srq_entry,
int (*fill_res_srq_entry)(struct sk_buff *msg, struct ib_srq *ib_srq);