Files
kernel_arpi/drivers/net/ethernet/intel/igc
Jesse Brandeburg 88c228b22e igb/igc: use strongly typed pointer
The igb and igc driver both use a trick of creating a local type
pointer on the stack to ease dealing with a receive descriptor in
64 bit chunks for printing.  Sparse however was not taken into
account and receive descriptors are always in little endian
order, so just make the unions use __le64 instead of u64.

No functional change.

Signed-off-by: Jesse Brandeburg <jesse.brandeburg@intel.com>
Tested-by: Dvora Fuxbrumer <dvorax.fuxbrumer@linux.intel.com>
Tested-by: Dave Switzer <david.switzer@intel.com>
Signed-off-by: Tony Nguyen <anthony.l.nguyen@intel.com>
2021-05-26 09:11:41 -07:00
..
2020-12-10 13:13:24 -08:00
2021-05-20 10:21:42 -07:00
2021-05-26 09:11:41 -07:00
2021-05-26 09:11:40 -07:00
2021-04-16 13:15:45 -07:00
2020-06-29 18:21:09 -07:00
2020-05-19 15:01:48 -07:00
2021-05-20 10:21:42 -07:00
2020-04-17 10:19:24 -07:00
2021-05-20 10:21:42 -07:00
2021-05-20 10:21:42 -07:00
2021-05-20 10:21:42 -07:00
2021-03-29 09:09:53 -07:00