|
@@ -172,7 +172,7 @@ static char *ixgbevf_reg_names[] = {
|
|
"IXGBE_VFSTATUS",
|
|
"IXGBE_VFSTATUS",
|
|
"IXGBE_VFLINKS",
|
|
"IXGBE_VFLINKS",
|
|
"IXGBE_VFRXMEMWRAP",
|
|
"IXGBE_VFRXMEMWRAP",
|
|
- "IXGBE_VFRTIMER",
|
|
|
|
|
|
+ "IXGBE_VFFRTIMER",
|
|
"IXGBE_VTEICR",
|
|
"IXGBE_VTEICR",
|
|
"IXGBE_VTEICS",
|
|
"IXGBE_VTEICS",
|
|
"IXGBE_VTEIMS",
|
|
"IXGBE_VTEIMS",
|
|
@@ -240,7 +240,7 @@ static void ixgbevf_get_regs(struct net_device *netdev,
|
|
regs_buff[1] = IXGBE_READ_REG(hw, IXGBE_VFSTATUS);
|
|
regs_buff[1] = IXGBE_READ_REG(hw, IXGBE_VFSTATUS);
|
|
regs_buff[2] = IXGBE_READ_REG(hw, IXGBE_VFLINKS);
|
|
regs_buff[2] = IXGBE_READ_REG(hw, IXGBE_VFLINKS);
|
|
regs_buff[3] = IXGBE_READ_REG(hw, IXGBE_VFRXMEMWRAP);
|
|
regs_buff[3] = IXGBE_READ_REG(hw, IXGBE_VFRXMEMWRAP);
|
|
- regs_buff[4] = IXGBE_READ_REG(hw, IXGBE_VFRTIMER);
|
|
|
|
|
|
+ regs_buff[4] = IXGBE_READ_REG(hw, IXGBE_VFFRTIMER);
|
|
|
|
|
|
/* Interrupt */
|
|
/* Interrupt */
|
|
/* don't read EICR because it can clear interrupt causes, instead
|
|
/* don't read EICR because it can clear interrupt causes, instead
|