Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/ethernet/hisilicon/hns3/hns3vf/
Dhclgevf_main.c3012 #define REG_NUM_PER_LINE 4 macro
3013 #define REG_LEN_PER_LINE (REG_NUM_PER_LINE * sizeof(u32))
3040 separator_num = MAX_SEPARATE_NUM - reg_um % REG_NUM_PER_LINE; in hclgevf_get_regs()
3047 separator_num = MAX_SEPARATE_NUM - reg_um % REG_NUM_PER_LINE; in hclgevf_get_regs()
3054 separator_num = MAX_SEPARATE_NUM - reg_um % REG_NUM_PER_LINE; in hclgevf_get_regs()
3065 separator_num = MAX_SEPARATE_NUM - reg_um % REG_NUM_PER_LINE; in hclgevf_get_regs()
/Linux-v5.4/drivers/net/ethernet/hisilicon/hns3/hns3pf/
Dhclge_main.c9741 #define REG_NUM_PER_LINE 4 macro
9742 #define REG_LEN_PER_LINE (REG_NUM_PER_LINE * sizeof(u32))
9822 separator_num = REG_NUM_PER_LINE - (reg_num & REG_NUM_REMAIN_MASK); in hclge_dfx_reg_fetch_data()