Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/intel/ice/
H A Dice_fwlog.h37 /* set before calling ice_fwlog_init() so the PF registers for firmware
72 int ice_fwlog_init(struct ice_hw *hw);
H A Dice_fwlog.c127 * ice_fwlog_init - Initialize FW logging configuration
133 int ice_fwlog_init(struct ice_hw *hw) in ice_fwlog_init() function
H A Dice_common.c1015 status = ice_fwlog_init(hw); in ice_init_hw()