Searched refs:hclge_tm_get_field (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-6.6/drivers/net/ethernet/hisilicon/hns3/hns3pf/ |
H A D | hclge_tm.c | 1854 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_par in hclge_tm_get_pri_shaper() [all...] |
H A D | hclge_tm.h | 231 #define hclge_tm_get_field(src, string) \ macro
|
/kernel/linux/linux-5.10/drivers/net/ethernet/hisilicon/hns3/hns3pf/ |
H A D | hclge_tm.h | 157 #define hclge_tm_get_field(src, string) \ macro
|
H A D | hclge_debugfs.c | 1398 ir_b = hclge_tm_get_field(shapping_para, IR_B); in hclge_dbg_dump_qs_shaper_single() 1399 ir_u = hclge_tm_get_field(shapping_para, IR_U); in hclge_dbg_dump_qs_shaper_single() 1400 ir_s = hclge_tm_get_field(shapping_para, IR_S); in hclge_dbg_dump_qs_shaper_single() 1401 bs_b = hclge_tm_get_field(shapping_para, BS_B); in hclge_dbg_dump_qs_shaper_single() 1402 bs_s = hclge_tm_get_field(shapping_para, BS_S); in hclge_dbg_dump_qs_shaper_single()
|
Completed in 7 milliseconds