|
@@ -2663,7 +2663,7 @@ s32 ixgbe_disable_rx_buff_generic(struct ixgbe_hw *hw)
|
|
|
**/
|
|
**/
|
|
|
s32 ixgbe_enable_rx_buff_generic(struct ixgbe_hw *hw)
|
|
s32 ixgbe_enable_rx_buff_generic(struct ixgbe_hw *hw)
|
|
|
{
|
|
{
|
|
|
- int secrxreg;
|
|
|
|
|
|
|
+ u32 secrxreg;
|
|
|
|
|
|
|
|
secrxreg = IXGBE_READ_REG(hw, IXGBE_SECRXCTRL);
|
|
secrxreg = IXGBE_READ_REG(hw, IXGBE_SECRXCTRL);
|
|
|
secrxreg &= ~IXGBE_SECRXCTRL_RX_DIS;
|
|
secrxreg &= ~IXGBE_SECRXCTRL_RX_DIS;
|