Searched refs:ice_init_pkg (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/ice/ |
H A D | ice_flex_pipe.h | 35 enum ice_status ice_init_pkg(struct ice_hw *hw, u8 *buff, u32 len);
|
H A D | ice_flex_pipe.c | 1333 * ice_init_pkg - initialize/download package 1354 * ice_copy_and_init_pkg() instead of directly calling ice_init_pkg() in this 1357 enum ice_status ice_init_pkg(struct ice_hw *hw, u8 *buf, u32 len) in ice_init_pkg() function 1426 * This function copies the package buffer, and then calls ice_init_pkg() to 1433 * caller is free to use ice_init_pkg() instead of ice_copy_and_init_pkg(). 1439 * ice_init_pkg(). The caller is free to immediately destroy the original 1453 status = ice_init_pkg(hw, buf_copy, len); in ice_copy_and_init_pkg()
|
H A D | ice_main.c | 3812 status = ice_init_pkg(hw, hw->pkg_copy, hw->pkg_size); in ice_load_pkg()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/ice/ |
H A D | ice_flex_pipe.h | 50 enum ice_ddp_state ice_init_pkg(struct ice_hw *hw, u8 *buff, u32 len);
|
H A D | ice_ddp.c | 1765 * ice_init_pkg - initialize/download package 1786 * ice_copy_and_init_pkg() instead of directly calling ice_init_pkg() in this 1789 enum ice_ddp_state ice_init_pkg(struct ice_hw *hw, u8 *buf, u32 len) in ice_init_pkg() function 1860 * This function copies the package buffer, and then calls ice_init_pkg() to 1867 * caller is free to use ice_init_pkg() instead of ice_copy_and_init_pkg(). 1873 * ice_init_pkg(). The caller is free to immediately destroy the original 1888 state = ice_init_pkg(hw, buf_copy, len); in ice_copy_and_init_pkg()
|
H A D | ice_main.c | 4148 state = ice_init_pkg(hw, hw->pkg_copy, hw->pkg_size); in ice_load_pkg()
|
Completed in 26 milliseconds