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() function197 .fill_res_mr_entry = fill_res_mr_entry,
475 .fill_res_mr_entry = c4iw_fill_res_mr_entry,
677 static int fill_res_mr_entry(struct sk_buff *msg, bool has_cap_net_admin, in fill_res_mr_entry() function704 return (dev->ops.fill_res_mr_entry) ? in fill_res_mr_entry()705 dev->ops.fill_res_mr_entry(msg, mr) : in fill_res_mr_entry()
1193 .fill_res_mr_entry = bnxt_re_fill_res_mr_entry,
2591 int (*fill_res_mr_entry)(struct sk_buff *msg, struct ib_mr *ibmr); member