Searched refs:hclge_tm_set_field (Results 1 – 2 of 2) sorted by relevance
/linux/drivers/net/ethernet/hisilicon/hns3/hns3pf/ |
H A D | hclge_tm.h | 227 #define hclge_tm_set_field(dest, string, val) \ macro
|
H A D | hclge_tm.c | 430 hclge_tm_set_field(shapping_para, IR_B, ir_b); in hclge_tm_get_shapping_para() 431 hclge_tm_set_field(shapping_para, IR_U, ir_u); in hclge_tm_get_shapping_para() 432 hclge_tm_set_field(shapping_para, IR_S, ir_s); in hclge_tm_get_shapping_para() 433 hclge_tm_set_field(shapping_para, BS_B, bs_b); in hclge_tm_get_shapping_para() 434 hclge_tm_set_field(shapping_para, BS_S, bs_s); in hclge_tm_get_shapping_para()
|