Home
last modified time | relevance | path

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

/Linux-v4.19/include/uapi/rdma/
Dhns-abi.h39 struct hns_roce_ib_create_cq { struct
/Linux-v4.19/drivers/infiniband/hw/hns/
Dhns_roce_cq.c310 struct ib_cq *hns_roce_ib_create_cq(struct ib_device *ib_dev, in hns_roce_ib_create_cq() function
317 struct hns_roce_ib_create_cq ucmd; in hns_roce_ib_create_cq()
452 EXPORT_SYMBOL_GPL(hns_roce_ib_create_cq);
Dhns_roce_device.h1007 struct ib_cq *hns_roce_ib_create_cq(struct ib_device *ib_dev,
Dhns_roce_main.c572 ib_dev->create_cq = hns_roce_ib_create_cq; in hns_roce_register_device()
Dhns_roce_hw_v1.c732 cq = hns_roce_ib_create_cq(&hr_dev->ib_dev, &cq_init_attr, NULL, NULL); in hns_roce_v1_rsv_lp_qp()