Home
last modified time | relevance | path

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

/linux/drivers/infiniband/hw/hns/
H A Dhns_roce_qp.c1066 hr_qp->cong_type = CONG_TYPE_DCQCN; in default_congest_type()
1068 hr_qp->cong_type = hr_dev->caps.default_cong_type; in default_congest_type()
1078 hr_qp->cong_type = CONG_TYPE_DCQCN; in set_congest_type()
1081 hr_qp->cong_type = CONG_TYPE_LDCP; in set_congest_type()
1084 hr_qp->cong_type = CONG_TYPE_HC3; in set_congest_type()
1087 hr_qp->cong_type = CONG_TYPE_DIP; in set_congest_type()
1093 if (!test_bit(hr_qp->cong_type, (unsigned long *)&hr_dev->caps.cong_cap)) in set_congest_type()
1097 hr_qp->cong_type != CONG_TYPE_DCQCN) in set_congest_type()
H A Dhns_roce_restrack.c120 if (hr_qp->cong_type == CONG_TYPE_DIP) { in hns_roce_fill_res_qp_entry_raw()
H A Dhns_roce_device.h652 enum hns_roce_cong_type cong_type; member
H A Dhns_roce_hw_v2.c4921 if (hr_qp->cong_type == CONG_TYPE_LDCP || in modify_qp_init_to_rtr()
4922 hr_qp->cong_type == CONG_TYPE_HC3 || in modify_qp_init_to_rtr()
5117 switch (hr_qp->cong_type) { in check_cong_type()
5143 hr_qp->cong_type = CONG_TYPE_DCQCN; in check_cong_type()
5175 hr_qp->cong_type * HNS_ROCE_CONG_SIZE); in fill_cong_field()
5975 if (hr_qp->cong_type == CONG_TYPE_DIP) in hns_roce_v2_destroy_qp()