Home
last modified time | relevance | path

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

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