1
0
Fork 0
mirror of synced 2025-03-06 20:59:54 +01:00
linux/drivers/net/ethernet/intel
Maciej Fijalkowski d5926e01e3 ice: do not disable Tx queues twice in ice_down()
ice_down() clears QINT_TQCTL_CAUSE_ENA_M bit twice, which is not
necessary. First clearing happens in ice_vsi_dis_irq() and second in
ice_vsi_stop_tx_ring() - remove the first one.

While at it, make ice_vsi_dis_irq() static as ice_down() is the only
current caller of it.

Signed-off-by: Maciej Fijalkowski <maciej.fijalkowski@intel.com>
Tested-by: Pucha Himasekhar Reddy <himasekharx.reddy.pucha@intel.com> (A Contingent worker at Intel)
Signed-off-by: Tony Nguyen <anthony.l.nguyen@intel.com>
2024-03-04 10:33:44 -08:00
..
e1000 intel: legacy: field get conversion 2023-12-18 11:20:43 -08:00
e1000e net: intel: e1000e: Use linkmode helpers for EEE 2024-02-28 12:18:04 +00:00
fm10k intel: legacy: field get conversion 2023-12-18 11:20:43 -08:00
i40e net: adopt skb_network_header_len() more broadly 2024-03-04 08:47:06 +00:00
iavf net: adopt skb_network_header_len() more broadly 2024-03-04 08:47:06 +00:00
ice ice: do not disable Tx queues twice in ice_down() 2024-03-04 10:33:44 -08:00
idpf idpf: avoid compiler padding in virtchnl2_ptype struct 2024-02-01 09:10:41 -08:00
igb net: adopt skb_network_offset() and similar helpers 2024-03-04 08:47:06 +00:00
igbvf net: adopt skb_network_offset() and similar helpers 2024-03-04 08:47:06 +00:00
igc eth: igc: remove unused embedded struct net_device 2024-03-04 10:09:22 +00:00
ixgbe net: adopt skb_network_offset() and similar helpers 2024-03-04 08:47:06 +00:00
ixgbevf net: adopt skb_network_offset() and similar helpers 2024-03-04 08:47:06 +00:00
e100.c e100: replace deprecated strncpy with strscpy 2023-10-18 18:10:17 -07:00
Kconfig igc: Add support for LEDs on i225/i226 2024-02-15 13:38:59 +01:00
Makefile idpf: add SRIOV support and other ndo_ops 2023-09-13 14:59:24 -07:00