Symbol: ice_fwlog_cfg
sys/dev/ice/ice_fw_logging.c
153
struct ice_fwlog_cfg *cfg = &sc->hw.fwlog_cfg;
sys/dev/ice/ice_fw_logging.c
188
struct ice_fwlog_cfg *cfg = &sc->hw.fwlog_cfg;
sys/dev/ice/ice_fw_logging.c
225
struct ice_fwlog_cfg *cfg = &sc->hw.fwlog_cfg;
sys/dev/ice/ice_fw_logging.c
276
struct ice_fwlog_cfg *cfg = &sc->hw.fwlog_cfg;
sys/dev/ice/ice_fw_logging.c
348
struct ice_fwlog_cfg *cfg;
sys/dev/ice/ice_fw_logging.c
59
static int ice_reconfig_fw_log(struct ice_softc *sc, struct ice_fwlog_cfg *cfg);
sys/dev/ice/ice_fw_logging.c
80
ice_reconfig_fw_log(struct ice_softc *sc, struct ice_fwlog_cfg *cfg)
sys/dev/ice/ice_fwlog.c
125
ice_fwlog_init(struct ice_hw *hw, struct ice_fwlog_cfg *cfg)
sys/dev/ice/ice_fwlog.c
213
ice_fwlog_set(struct ice_hw *hw, struct ice_fwlog_cfg *cfg)
sys/dev/ice/ice_fwlog.c
277
struct ice_fwlog_cfg *cfg;
sys/dev/ice/ice_fwlog.c
286
cfg = (struct ice_fwlog_cfg *)ice_calloc(hw, 1, sizeof(*cfg));
sys/dev/ice/ice_fwlog.c
370
ice_aq_fwlog_get(struct ice_hw *hw, struct ice_fwlog_cfg *cfg)
sys/dev/ice/ice_fwlog.c
41
static void cache_cfg(struct ice_hw *hw, struct ice_fwlog_cfg *cfg)
sys/dev/ice/ice_fwlog.c
441
struct ice_fwlog_cfg *cfg;
sys/dev/ice/ice_fwlog.c
446
cfg = (struct ice_fwlog_cfg *)ice_calloc(hw, 1, sizeof(*cfg));
sys/dev/ice/ice_fwlog.c
470
ice_fwlog_get(struct ice_hw *hw, struct ice_fwlog_cfg *cfg)
sys/dev/ice/ice_fwlog.c
93
static bool valid_cfg(struct ice_hw *hw, struct ice_fwlog_cfg *cfg)
sys/dev/ice/ice_fwlog.h
79
int ice_fwlog_init(struct ice_hw *hw, struct ice_fwlog_cfg *cfg);
sys/dev/ice/ice_fwlog.h
80
int ice_fwlog_set(struct ice_hw *hw, struct ice_fwlog_cfg *cfg);
sys/dev/ice/ice_fwlog.h
81
int ice_fwlog_get(struct ice_hw *hw, struct ice_fwlog_cfg *cfg);
sys/dev/ice/ice_type.h
1132
struct ice_fwlog_cfg fwlog_cfg;