Home
last modified time | relevance | path

Searched refs:fill_res_mr_entry_raw (Results 1 – 6 of 6) sorted by relevance

/linux-6.15/drivers/infiniband/hw/mlx5/
H A Drestrack.c124 static int fill_res_mr_entry_raw(struct sk_buff *msg, struct ib_mr *ibmr) in fill_res_mr_entry_raw() function
207 .fill_res_mr_entry_raw = fill_res_mr_entry_raw,
/linux-6.15/drivers/infiniband/hw/hns/
H A Dhns_roce_main.c708 .fill_res_mr_entry_raw = hns_roce_fill_res_mr_entry_raw,
/linux-6.15/drivers/infiniband/core/
H A Dnldev.c716 if (!dev->ops.fill_res_mr_entry_raw) in fill_res_mr_raw_entry()
718 return dev->ops.fill_res_mr_entry_raw(msg, mr); in fill_res_mr_raw_entry()
H A Ddevice.c2728 SET_DEVICE_OP(dev_ops, fill_res_mr_entry_raw); in ib_set_device_ops()
/linux-6.15/drivers/infiniband/hw/bnxt_re/
H A Dmain.c1314 .fill_res_mr_entry_raw = bnxt_re_fill_res_mr_entry_raw,
/linux-6.15/include/rdma/
H A Dib_verbs.h2610 int (*fill_res_mr_entry_raw)(struct sk_buff *msg, struct ib_mr *ibmr); member