Home
last modified time | relevance | path

Searched refs:overwrite_mask (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/drivers/net/ethernet/intel/ice/
H A Dice_fw_update.c993 if (!params->overwrite_mask) { in ice_devlink_flash_update()
996 } else if (params->overwrite_mask == DEVLINK_FLASH_OVERWRITE_SETTINGS) { in ice_devlink_flash_update()
999 } else if (params->overwrite_mask == (DEVLINK_FLASH_OVERWRITE_SETTINGS | in ice_devlink_flash_update()
/openbmc/linux/include/net/
H A Ddevlink.h647 u32 overwrite_mask; member
/openbmc/linux/net/devlink/
H A Ddev.c1094 params.overwrite_mask = sections.value & sections.selector; in devlink_nl_cmd_flash_update()
/openbmc/linux/drivers/net/netdevsim/
H A Ddev.c1016 if ((params->overwrite_mask & ~nsim_dev->fw_update_overwrite_mask) != 0) in nsim_dev_flash_update()