linux/drivers/net/ethernet/intel/igb
Jesse Brandeburg 3314f2097d intel: add bit macro includes where needed
This series is introducing the use of FIELD_GET and FIELD_PREP which
requires bitfield.h to be included. Fix all the includes in this one
change, and rearrange includes into alphabetical order to ease
readability and future maintenance.

virtchnl.h and it's usage was modified to have it's own includes as it
should. This required including bits.h for virtchnl.h.

Reviewed-by: Marcin Szycik <marcin.szycik@linux.intel.com>
Signed-off-by: Jesse Brandeburg <jesse.brandeburg@intel.com>
Signed-off-by: Tony Nguyen <anthony.l.nguyen@intel.com>
2023-12-18 11:15:43 -08:00
..
e1000_82575.c
e1000_82575.h
e1000_defines.h
e1000_hw.h
e1000_i210.c intel: add bit macro includes where needed 2023-12-18 11:15:43 -08:00
e1000_i210.h
e1000_mac.c igb: Use FIELD_GET() to extract Link Width 2023-12-12 10:55:22 -08:00
e1000_mac.h
e1000_mbx.c
e1000_mbx.h
e1000_nvm.c intel: add bit macro includes where needed 2023-12-18 11:15:43 -08:00
e1000_nvm.h
e1000_phy.c intel: add bit macro includes where needed 2023-12-18 11:15:43 -08:00
e1000_phy.h
e1000_regs.h
igb.h igb: Change IGB_MIN to allow set rx/tx value between 64 and 80 2023-09-05 10:52:25 -07:00
igb_ethtool.c net: ethtool: pass a pointer to parameters to get/set_rxfh ethtool ops 2023-12-13 22:07:16 -08:00
igb_hwmon.c
igb_main.c igb: Fix an end of loop test 2023-10-20 12:53:06 +01:00
igb_ptp.c
Makefile