Lines Matching refs:reg_group
7146 const struct reg_info *reg_group; in ixgbe_get_reg_length() local
7150 while ((reg_group = reg_set[g_ind++])) in ixgbe_get_reg_length()
7151 count += ixgbe_regs_group_count(reg_group); in ixgbe_get_reg_length()
7161 const struct reg_info *reg_group; in ixgbevf_get_reg_length() local
7163 while ((reg_group = ixgbevf_regs[g_ind++])) in ixgbevf_get_reg_length()
7164 count += ixgbe_regs_group_count(reg_group); in ixgbevf_get_reg_length()
7177 const struct reg_info *reg_group; in ixgbe_get_regs() local
7192 while ((reg_group = reg_set[g_ind++])) in ixgbe_get_regs()
7194 reg_group); in ixgbe_get_regs()
7209 const struct reg_info *reg_group; in ixgbevf_get_regs() local
7222 while ((reg_group = ixgbevf_regs[g_ind++])) in ixgbevf_get_regs()
7224 reg_group); in ixgbevf_get_regs()