Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/infiniband/hw/hns/
Dhns_roce_cq.c355 int hns_roce_create_cq(struct ib_cq *ib_cq, const struct ib_cq_init_attr *attr, in hns_roce_create_cq() function
Dhns_roce_main.c433 .create_cq = hns_roce_create_cq,
Dhns_roce_device.h1239 int hns_roce_create_cq(struct ib_cq *ib_cq, const struct ib_cq_init_attr *attr,
Dhns_roce_hw_v1.c800 ret = hns_roce_create_cq(cq, &cq_init_attr, NULL); in hns_roce_v1_rsv_lp_qp()