Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/net/ethernet/hisilicon/hns3/hns3vf/
Dhclgevf_main.c3265 #define REG_NUM_PER_LINE 4 macro
3266 #define REG_LEN_PER_LINE (REG_NUM_PER_LINE * sizeof(u32))
3293 separator_num = MAX_SEPARATE_NUM - reg_um % REG_NUM_PER_LINE; in hclgevf_get_regs()
3300 separator_num = MAX_SEPARATE_NUM - reg_um % REG_NUM_PER_LINE; in hclgevf_get_regs()
3307 separator_num = MAX_SEPARATE_NUM - reg_um % REG_NUM_PER_LINE; in hclgevf_get_regs()
3318 separator_num = MAX_SEPARATE_NUM - reg_um % REG_NUM_PER_LINE; in hclgevf_get_regs()
/Linux-v6.1/drivers/net/ethernet/hisilicon/hns3/hns3pf/
Dhclge_main.c12363 #define REG_NUM_PER_LINE 4 macro
12364 #define REG_LEN_PER_LINE (REG_NUM_PER_LINE * sizeof(u32))
12444 separator_num = REG_NUM_PER_LINE - (reg_num & REG_NUM_REMAIN_MASK); in hclge_dfx_reg_fetch_data()