Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_x540.c505 flup = IXGBE_READ_REG(hw, IXGBE_EEC(hw)) | IXGBE_EEC_FLUP; in ixgbe_update_flash_X540()
518 flup |= IXGBE_EEC_FLUP; in ixgbe_update_flash_X540()
H A Dixgbe_type.h2021 #define IXGBE_EEC_FLUP 0x00800000 /* Flash update command */ macro