> -----Original Message----- > From: Intel-wired-lan <[email protected]> On Behalf Of > Michal Swiatkowski > Sent: 12 August 2025 09:54 > To: [email protected] > Cc: [email protected]; Kitszel, Przemyslaw > <[email protected]>; [email protected]; > [email protected]; Michal Swiatkowski <[email protected]> > Subject: [Intel-wired-lan] [PATCH iwl-next v2 12/15] ice: prepare for moving > file to libie > > s/ice/libie > > There is no function for filling default descriptor in libie. Zero descriptor > structure and set opcode without calling the function. > > Make functions that are caled only in ice_fwlog.c static. > > Reviewed-by: Przemek Kitszel <[email protected]> > Signed-off-by: Michal Swiatkowski <[email protected]> > --- > drivers/net/ethernet/intel/ice/ice_common.c | 6 +- > drivers/net/ethernet/intel/ice/ice_fwlog.c | 624 ++++++++++---------- > drivers/net/ethernet/intel/ice/ice_fwlog.h | 78 ++- > drivers/net/ethernet/intel/ice/ice_main.c | 4 +- > drivers/net/ethernet/intel/ice/ice_type.h | 2 +- > include/linux/net/intel/libie/adminq.h | 1 + > 6 files changed, 359 insertions(+), 356 deletions(-) >
Tested-by: Rinitha S <[email protected]> (A Contingent worker at Intel)
