Searched refs:hclge_tm_get_field (Results 1 – 2 of 2) sorted by relevance
| /Linux-v5.15/drivers/net/ethernet/hisilicon/hns3/hns3pf/ |
| D | hclge_tm.c | 1735 para->ir_b = hclge_tm_get_field(shapping_para, IR_B); in hclge_tm_get_qset_shaper() 1736 para->ir_u = hclge_tm_get_field(shapping_para, IR_U); in hclge_tm_get_qset_shaper() 1737 para->ir_s = hclge_tm_get_field(shapping_para, IR_S); in hclge_tm_get_qset_shaper() 1738 para->bs_b = hclge_tm_get_field(shapping_para, BS_B); in hclge_tm_get_qset_shaper() 1739 para->bs_s = hclge_tm_get_field(shapping_para, BS_S); in hclge_tm_get_qset_shaper() 1810 para->ir_b = hclge_tm_get_field(shapping_para, IR_B); in hclge_tm_get_pri_shaper() 1811 para->ir_u = hclge_tm_get_field(shapping_para, IR_U); in hclge_tm_get_pri_shaper() 1812 para->ir_s = hclge_tm_get_field(shapping_para, IR_S); in hclge_tm_get_pri_shaper() 1813 para->bs_b = hclge_tm_get_field(shapping_para, BS_B); in hclge_tm_get_pri_shaper() 1814 para->bs_s = hclge_tm_get_field(shapping_para, BS_S); in hclge_tm_get_pri_shaper() [all …]
|
| D | hclge_tm.h | 216 #define hclge_tm_get_field(src, string) \ macro
|