Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/net/ethernet/hisilicon/hns3/hns3vf/
Dhclgevf_main.c3497 #define REG_NUM_PER_LINE 4 macro
3498 #define REG_LEN_PER_LINE (REG_NUM_PER_LINE * sizeof(u32))
3525 separator_num = MAX_SEPARATE_NUM - reg_um % REG_NUM_PER_LINE; in hclgevf_get_regs()
3532 separator_num = MAX_SEPARATE_NUM - reg_um % REG_NUM_PER_LINE; in hclgevf_get_regs()
3539 separator_num = MAX_SEPARATE_NUM - reg_um % REG_NUM_PER_LINE; in hclgevf_get_regs()
3550 separator_num = MAX_SEPARATE_NUM - reg_um % REG_NUM_PER_LINE; in hclgevf_get_regs()
/Linux-v5.10/drivers/net/ethernet/hisilicon/hns3/hns3pf/
Dhclge_main.c10835 #define REG_NUM_PER_LINE 4 macro
10836 #define REG_LEN_PER_LINE (REG_NUM_PER_LINE * sizeof(u32))
10917 separator_num = REG_NUM_PER_LINE - (reg_num & REG_NUM_REMAIN_MASK); in hclge_dfx_reg_fetch_data()