Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/intel/ice/
H A Dice_vf_mbx.h30 void ice_mbx_init_snapshot(struct ice_hw *hw);
49 static inline void ice_mbx_init_snapshot(struct ice_hw *hw) in ice_mbx_init_snapshot() function
H A Dice_vf_mbx.c90 * driver initialization in ice_init_hw() using ice_mbx_init_snapshot().
401 * ice_mbx_init_snapshot - Initialize mailbox snapshot data
406 void ice_mbx_init_snapshot(struct ice_hw *hw) in ice_mbx_init_snapshot() function
H A Dice_main.c4093 ice_mbx_init_snapshot(&pf->hw); in ice_init_pf()