Searched refs:fill_res_cq_entry (Results 1 – 6 of 6) sorted by relevance
473 .fill_res_cq_entry = c4iw_fill_res_cq_entry,
633 static int fill_res_cq_entry(struct sk_buff *msg, bool has_cap_net_admin, in fill_res_cq_entry() function663 return (dev->ops.fill_res_cq_entry) ? in fill_res_cq_entry()664 dev->ops.fill_res_cq_entry(msg, cq) : 0; in fill_res_cq_entry()
2725 SET_DEVICE_OP(dev_ops, fill_res_cq_entry); in ib_set_device_ops()
703 .fill_res_cq_entry = hns_roce_fill_res_cq_entry,
1309 .fill_res_cq_entry = bnxt_re_fill_res_cq_entry,
2611 int (*fill_res_cq_entry)(struct sk_buff *msg, struct ib_cq *ibcq); member