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.c4829 struct hns_roce_congestion_algorithm *cong_alg) in check_cong_type() argument
4836 cong_alg->alg_sel = CONG_DCQCN; in check_cong_type()
4837 cong_alg->alg_sub_sel = UNSUPPORT_CONG_LEVEL; in check_cong_type()
4838 cong_alg->dip_vld = DIP_INVALID; in check_cong_type()
4839 cong_alg->wnd_mode_sel = WND_LIMIT; in check_cong_type()
4842 cong_alg->alg_sel = CONG_WINDOW; in check_cong_type()
4843 cong_alg->alg_sub_sel = CONG_LDCP; in check_cong_type()
4844 cong_alg->dip_vld = DIP_INVALID; in check_cong_type()
4845 cong_alg->wnd_mode_sel = WND_UNLIMIT; in check_cong_type()
4848 cong_alg->alg_sel = CONG_WINDOW; in check_cong_type()
[all …]