Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/hisilicon/hns3/hns3pf/
H A Dhclge_tm.c1854 para->ir_b = hclge_tm_get_field(shapping_para, IR_B); in hclge_tm_get_qset_shaper()
1855 para->ir_u = hclge_tm_get_field(shapping_para, IR_U); in hclge_tm_get_qset_shaper()
1856 para->ir_s = hclge_tm_get_field(shapping_para, IR_S); in hclge_tm_get_qset_shaper()
1857 para->bs_b = hclge_tm_get_field(shapping_para, BS_B); in hclge_tm_get_qset_shaper()
1858 para->bs_s = hclge_tm_get_field(shapping_para, BS_S); in hclge_tm_get_qset_shaper()
1929 para->ir_b = hclge_tm_get_field(shapping_para, IR_B); in hclge_tm_get_pri_shaper()
1930 para->ir_u = hclge_tm_get_field(shapping_para, IR_U); in hclge_tm_get_pri_shaper()
1931 para->ir_s = hclge_tm_get_field(shapping_para, IR_S); in hclge_tm_get_pri_shaper()
1932 para->bs_b = hclge_tm_get_field(shapping_para, BS_B); in hclge_tm_get_pri_shaper()
1933 para->bs_s = hclge_tm_get_field(shapping_para, BS_S); in hclge_tm_get_pri_shaper()
[all …]
H A Dhclge_tm.h231 #define hclge_tm_get_field(src, string) \ macro