Home
last modified time | relevance | path

Searched refs:fill_res_cq_entry_raw (Results 1 – 5 of 5) sorted by relevance

/linux-6.6.21/drivers/infiniband/hw/mlx5/
Drestrack.c151 static int fill_res_cq_entry_raw(struct sk_buff *msg, struct ib_cq *ibcq) in fill_res_cq_entry_raw() function
168 .fill_res_cq_entry_raw = fill_res_cq_entry_raw,
/linux-6.6.21/drivers/infiniband/hw/hns/
Dhns_roce_main.c673 .fill_res_cq_entry_raw = hns_roce_fill_res_cq_entry_raw,
/linux-6.6.21/drivers/infiniband/core/
Dnldev.c638 if (!dev->ops.fill_res_cq_entry_raw) in fill_res_cq_raw_entry()
640 return dev->ops.fill_res_cq_entry_raw(msg, cq); in fill_res_cq_raw_entry()
Ddevice.c2649 SET_DEVICE_OP(dev_ops, fill_res_cq_entry_raw); in ib_set_device_ops()
/linux-6.6.21/include/rdma/
Dib_verbs.h2607 int (*fill_res_cq_entry_raw)(struct sk_buff *msg, struct ib_cq *ibcq); member