Home
last modified time | relevance | path

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

/linux/drivers/infiniband/hw/hns/
H A Dhns_roce_hw_v2.c5112 struct hns_roce_congestion_algorithm *cong_alg) in check_cong_type() argument
5119 cong_alg->alg_sel = CONG_DCQCN; in check_cong_type()
5120 cong_alg->alg_sub_sel = UNSUPPORT_CONG_LEVEL; in check_cong_type()
5121 cong_alg->dip_vld = DIP_INVALID; in check_cong_type()
5122 cong_alg->wnd_mode_sel = WND_LIMIT; in check_cong_type()
5125 cong_alg->alg_sel = CONG_WINDOW; in check_cong_type()
5126 cong_alg->alg_sub_sel = CONG_LDCP; in check_cong_type()
5127 cong_alg->dip_vld = DIP_INVALID; in check_cong_type()
5128 cong_alg->wnd_mode_sel = WND_UNLIMIT; in check_cong_type()
5131 cong_alg->alg_sel = CONG_WINDOW; in check_cong_type()
[all …]