Searched refs:fill_res_cq_entry (Results 1 – 5 of 5) sorted by relevance
469 .fill_res_cq_entry = c4iw_fill_res_cq_entry,
596 static int fill_res_cq_entry(struct sk_buff *msg, bool has_cap_net_admin, in fill_res_cq_entry() function626 return (dev->ops.fill_res_cq_entry) ? in fill_res_cq_entry()627 dev->ops.fill_res_cq_entry(msg, cq) : 0; in fill_res_cq_entry()
2645 SET_DEVICE_OP(dev_ops, fill_res_cq_entry); in ib_set_device_ops()
442 .fill_res_cq_entry = hns_roce_fill_res_cq_entry,
2577 int (*fill_res_cq_entry)(struct sk_buff *msg, struct ib_cq *ibcq); member