Searched refs:hr_sqp (Results 1 – 1 of 1) sorted by relevance
843 struct hns_roce_sqp *hr_sqp; in hns_roce_create_qp() local872 hr_sqp = kzalloc(sizeof(*hr_sqp), GFP_KERNEL); in hns_roce_create_qp()873 if (!hr_sqp) in hns_roce_create_qp()876 hr_qp = &hr_sqp->hr_qp; in hns_roce_create_qp()891 kfree(hr_sqp); in hns_roce_create_qp()