ice_fwlog_cfg
struct ice_fwlog_cfg *cfg = &sc->hw.fwlog_cfg;
struct ice_fwlog_cfg *cfg = &sc->hw.fwlog_cfg;
struct ice_fwlog_cfg *cfg = &sc->hw.fwlog_cfg;
struct ice_fwlog_cfg *cfg = &sc->hw.fwlog_cfg;
struct ice_fwlog_cfg *cfg;
static int ice_reconfig_fw_log(struct ice_softc *sc, struct ice_fwlog_cfg *cfg);
ice_reconfig_fw_log(struct ice_softc *sc, struct ice_fwlog_cfg *cfg)
ice_fwlog_init(struct ice_hw *hw, struct ice_fwlog_cfg *cfg)
ice_fwlog_set(struct ice_hw *hw, struct ice_fwlog_cfg *cfg)
struct ice_fwlog_cfg *cfg;
cfg = (struct ice_fwlog_cfg *)ice_calloc(hw, 1, sizeof(*cfg));
ice_aq_fwlog_get(struct ice_hw *hw, struct ice_fwlog_cfg *cfg)
static void cache_cfg(struct ice_hw *hw, struct ice_fwlog_cfg *cfg)
struct ice_fwlog_cfg *cfg;
cfg = (struct ice_fwlog_cfg *)ice_calloc(hw, 1, sizeof(*cfg));
ice_fwlog_get(struct ice_hw *hw, struct ice_fwlog_cfg *cfg)
static bool valid_cfg(struct ice_hw *hw, struct ice_fwlog_cfg *cfg)
int ice_fwlog_init(struct ice_hw *hw, struct ice_fwlog_cfg *cfg);
int ice_fwlog_set(struct ice_hw *hw, struct ice_fwlog_cfg *cfg);
int ice_fwlog_get(struct ice_hw *hw, struct ice_fwlog_cfg *cfg);
struct ice_fwlog_cfg fwlog_cfg;