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.c4925 struct hns_roce_congestion_algorithm *cong_alg) in check_cong_type() argument
4932 cong_alg->alg_sel = CONG_DCQCN; in check_cong_type()
4933 cong_alg->alg_sub_sel = UNSUPPORT_CONG_LEVEL; in check_cong_type()
4934 cong_alg->dip_vld = DIP_INVALID; in check_cong_type()
4935 cong_alg->wnd_mode_sel = WND_LIMIT; in check_cong_type()
4938 cong_alg->alg_sel = CONG_WINDOW; in check_cong_type()
4939 cong_alg->alg_sub_sel = CONG_LDCP; in check_cong_type()
4940 cong_alg->dip_vld = DIP_INVALID; in check_cong_type()
4941 cong_alg->wnd_mode_sel = WND_UNLIMIT; in check_cong_type()
4944 cong_alg->alg_sel = CONG_WINDOW; in check_cong_type()
[all …]