Searched refs:fill_res_mr_entry (Results 1 – 5 of 5) sorted by relevance
123 static int fill_res_mr_entry(struct sk_buff *msg, struct ib_mr *ibmr) in fill_res_mr_entry() function169 .fill_res_mr_entry = fill_res_mr_entry,
476 .fill_res_mr_entry = c4iw_fill_res_mr_entry,
643 static int fill_res_mr_entry(struct sk_buff *msg, bool has_cap_net_admin, in fill_res_mr_entry() function670 return (dev->ops.fill_res_mr_entry) ? in fill_res_mr_entry()671 dev->ops.fill_res_mr_entry(msg, mr) : in fill_res_mr_entry()
2648 SET_DEVICE_OP(dev_ops, fill_res_mr_entry); in ib_set_device_ops()
2593 int (*fill_res_mr_entry)(struct sk_buff *msg, struct ib_mr *ibmr); member