Searched refs:ice_fwlog_cfg (Results 1 - 4 of 4) sorted by relevance

/freebsd-current/sys/dev/ice/
H A Dice_fwlog.h58 struct ice_fwlog_cfg { struct
79 enum ice_status ice_fwlog_init(struct ice_hw *hw, struct ice_fwlog_cfg *cfg);
80 enum ice_status ice_fwlog_set(struct ice_hw *hw, struct ice_fwlog_cfg *cfg);
81 enum ice_status ice_fwlog_get(struct ice_hw *hw, struct ice_fwlog_cfg *cfg);
H A Dice_fwlog.c40 static void cache_cfg(struct ice_hw *hw, struct ice_fwlog_cfg *cfg)
92 static bool valid_cfg(struct ice_hw *hw, struct ice_fwlog_cfg *cfg)
95 ice_debug(hw, ICE_DBG_FW_LOG, "Null ice_fwlog_cfg\n");
124 ice_fwlog_init(struct ice_hw *hw, struct ice_fwlog_cfg *cfg)
139 * @options: options from ice_fwlog_cfg->options structure
212 ice_fwlog_set(struct ice_hw *hw, struct ice_fwlog_cfg *cfg)
276 struct ice_fwlog_cfg *cfg;
285 cfg = (struct ice_fwlog_cfg *)ice_calloc(hw, 1, sizeof(*cfg));
369 ice_aq_fwlog_get(struct ice_hw *hw, struct ice_fwlog_cfg *cfg)
440 struct ice_fwlog_cfg *cf
[all...]
H A Dice_fw_logging.c59 static int ice_reconfig_fw_log(struct ice_softc *sc, struct ice_fwlog_cfg *cfg);
80 ice_reconfig_fw_log(struct ice_softc *sc, struct ice_fwlog_cfg *cfg)
153 struct ice_fwlog_cfg *cfg = &sc->hw.fwlog_cfg;
188 struct ice_fwlog_cfg *cfg = &sc->hw.fwlog_cfg;
225 struct ice_fwlog_cfg *cfg = &sc->hw.fwlog_cfg;
276 struct ice_fwlog_cfg *cfg = &sc->hw.fwlog_cfg;
348 struct ice_fwlog_cfg *cfg;
H A Dice_type.h1111 struct ice_fwlog_cfg fwlog_cfg;

Completed in 75 milliseconds