Home
last modified time | relevance | path

Searched refs:fill_res_srq_entry_raw (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/infiniband/hw/hns/
H A Dhns_roce_main.c690 .fill_res_srq_entry_raw = hns_roce_fill_res_srq_entry_raw,
/linux/drivers/infiniband/core/
H A Dnldev.c872 if (!dev->ops.fill_res_srq_entry_raw) in fill_res_srq_raw_entry()
874 return dev->ops.fill_res_srq_entry_raw(msg, srq); in fill_res_srq_raw_entry()
H A Ddevice.c2662 SET_DEVICE_OP(dev_ops, fill_res_srq_entry_raw); in ib_set_device_ops()
/linux/include/rdma/
H A Dib_verbs.h2597 int (*fill_res_srq_entry_raw)(struct sk_buff *msg, struct ib_srq *ib_srq); member