Home
last modified time | relevance | path

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

/openbmc/linux/drivers/infiniband/hw/cxgb4/
H A Dprovider.c474 .fill_res_cq_entry = c4iw_fill_res_cq_entry,
/openbmc/linux/drivers/infiniband/core/
H A Dnldev.c598 static int fill_res_cq_entry(struct sk_buff *msg, bool has_cap_net_admin, in fill_res_cq_entry() function
628 return (dev->ops.fill_res_cq_entry) ? in fill_res_cq_entry()
629 dev->ops.fill_res_cq_entry(msg, cq) : 0; in fill_res_cq_entry()
H A Ddevice.c2647 SET_DEVICE_OP(dev_ops, fill_res_cq_entry); in ib_set_device_ops()
/openbmc/linux/drivers/infiniband/hw/hns/
H A Dhns_roce_main.c673 .fill_res_cq_entry = hns_roce_fill_res_cq_entry,
/openbmc/linux/include/rdma/
H A Dib_verbs.h2606 int (*fill_res_cq_entry)(struct sk_buff *msg, struct ib_cq *ibcq); member