aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/ice/ice_ethtool.c
diff options
context:
space:
mode:
authorMaciej Fijalkowski <[email protected]>2024-02-23 16:06:27 +0000
committerTony Nguyen <[email protected]>2024-03-04 18:33:44 +0000
commitd5926e01e3739542bb047b77f850d7f641eaa7bc (patch)
treea720ae357e3ceb70e06dbf98667873c03d87c5d0 /drivers/net/ethernet/intel/ice/ice_ethtool.c
parentice: cleanup line splitting for context set functions (diff)
downloadkernel-d5926e01e3739542bb047b77f850d7f641eaa7bc.tar.gz
kernel-d5926e01e3739542bb047b77f850d7f641eaa7bc.zip
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 <[email protected]> Tested-by: Pucha Himasekhar Reddy <[email protected]> (A Contingent worker at Intel) Signed-off-by: Tony Nguyen <[email protected]>
Diffstat (limited to 'drivers/net/ethernet/intel/ice/ice_ethtool.c')
0 files changed, 0 insertions, 0 deletions