Home
last modified time | relevance | path

Searched refs:ICE_FWLOG_OPTION_ARQ_ENA (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/net/ethernet/intel/ice/
H A Dice_fwlog.c196 hw->fwlog_cfg.options &= ~ICE_FWLOG_OPTION_ARQ_ENA; in ice_fwlog_deinit()
266 if (options & ICE_FWLOG_OPTION_ARQ_ENA) in ice_aq_fwlog_set()
346 cfg->options |= ICE_FWLOG_OPTION_ARQ_ENA; in ice_aq_fwlog_get()
H A Dice_fwlog.h35 #define ICE_FWLOG_OPTION_ARQ_ENA BIT(0) macro
H A Dice_debugfs.c348 hw->fwlog_cfg.options |= ICE_FWLOG_OPTION_ARQ_ENA; in ice_debugfs_enable_write()
350 hw->fwlog_cfg.options &= ~ICE_FWLOG_OPTION_ARQ_ENA; in ice_debugfs_enable_write()