2
0
mirror of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git synced 2025-09-04 20:19:47 +08:00
linux/drivers/net/ethernet/intel
Michal Swiatkowski b46012a200 i40e: use libie adminq descriptors
Use libie_aq_desc instead of i40e_aq_desc. Do needed changes to allow
clean build.

Get version descriptor is a little less detailed on i40e. To not mess up
with shifting or union inside libie desc use get version descriptor from
i40e.

Move additional caps for i40e to libie.

Fix RCT in declaration that is using libie_aq_desc;

Use libie_aq_raw() wherever it can be used.

The libie aq error is extended, cover it in ice driver just to clean
build. In next patches the libie code for that will be used in each
of intel driver.

Reviewed-by: Przemek Kitszel <przemyslaw.kitszel@intel.com>
Signed-off-by: Michal Swiatkowski <michal.swiatkowski@linux.intel.com>
Tested-by: Rinitha S <sx.rinitha@intel.com> (A Contingent worker at Intel)
Signed-off-by: Tony Nguyen <anthony.l.nguyen@intel.com>
2025-07-24 09:26:13 -07:00
..
e1000 e1000: Move cancel_work_sync to avoid deadlock 2025-06-10 09:10:47 -07:00
e1000e Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net 2025-06-19 13:00:24 -07:00
fm10k Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net 2025-07-17 11:00:33 -07:00
i40e i40e: use libie adminq descriptors 2025-07-24 09:26:13 -07:00
iavf iavf: access ->pp through netmem_desc instead of page 2025-07-23 17:46:55 -07:00
ice i40e: use libie adminq descriptors 2025-07-24 09:26:13 -07:00
idpf idpf: access ->pp through netmem_desc instead of page 2025-07-23 17:46:55 -07:00
igb igb: convert to ndo_hwtstamp_get() and ndo_hwtstamp_set() 2025-07-03 09:38:46 -07:00
igbvf igbvf: remove unused fields from struct igbvf_adapter 2025-07-18 09:02:28 -07:00
igc igc: Add wildcard rule support to ethtool NFC using Default Queue 2025-07-18 09:02:28 -07:00
ixgbe ixgbe: use libie adminq descriptors 2025-07-24 09:25:03 -07:00
ixgbevf ixgbevf: remove unused fields from struct ixgbevf_adapter 2025-07-18 09:02:28 -07:00
libeth libeth: xsk: add XSkFQ refill and XSk wakeup helpers 2025-06-16 11:40:15 -07:00
libie libeth, libie: clean symbol exports up a little 2025-06-16 11:40:14 -07:00
e100.c treewide, timers: Rename from_timer() to timer_container_of() 2025-06-08 09:07:37 +02:00
Kconfig igc: add support for frame preemption verification 2025-04-18 09:16:58 -07:00
Makefile net: intel: introduce {, Intel} Ethernet common library 2024-04-24 11:06:25 -07:00