linux/drivers/net/ethernet/intel/ice
Jesse Brandeburg b8b4772377 ice: refactor interrupt moderation writes
Introduce several new helpers for writing ITR and GLINT_RATE
registers, and refactor the code calling them.  This resulted
in removal of several duplicate functions and rolled a bunch
of simple code back into the calling routines.

In particular this removes some code that was doing both
a store and a set in a helper function, which seems better
done as separate tasks in the caller (and generally takes
less lines of code even with a tiny bit of repetition).

Signed-off-by: Jesse Brandeburg <jesse.brandeburg@intel.com>
Tested-by: Tony Brelinski <tonyx.brelinski@intel.com>
Signed-off-by: Tony Nguyen <anthony.l.nguyen@intel.com>
2021-04-14 17:00:05 -07:00
..
ice.h ice: Add new VSI states to track netdev alloc/registration 2021-04-14 17:00:05 -07:00
ice_adminq_cmd.h ice: Use default configuration mode for PHY configuration 2021-04-07 17:09:15 -07:00
ice_arfs.c ice: Delay netdev registration 2021-03-31 14:21:27 -07:00
ice_arfs.h
ice_base.c ice: refactor interrupt moderation writes 2021-04-14 17:00:05 -07:00
ice_base.h
ice_common.c Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net 2021-04-09 20:48:35 -07:00
ice_common.h ice: Use default configuration mode for PHY configuration 2021-04-07 17:09:15 -07:00
ice_controlq.c ice: Re-send some AQ commands, as result of EBUSY AQ error 2021-04-07 17:09:15 -07:00
ice_controlq.h Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net 2021-04-09 20:48:35 -07:00
ice_dcb.c ice: use kernel definitions for IANA protocol ports and ether-types 2021-04-14 17:00:05 -07:00
ice_dcb.h
ice_dcb_lib.c ice: use kernel definitions for IANA protocol ports and ether-types 2021-04-14 17:00:05 -07:00
ice_dcb_lib.h
ice_dcb_nl.c ice: remove DCBNL_DEVRESET bit from PF state 2021-03-29 10:37:19 -07:00
ice_dcb_nl.h
ice_devids.h
ice_devlink.c ice: display stored UNDI firmware version via devlink info 2021-02-05 11:44:16 -08:00
ice_devlink.h
ice_ethtool.c ice: refactor interrupt moderation writes 2021-04-14 17:00:05 -07:00
ice_ethtool_fdir.c ice: Drop leading underscores in enum ice_pf_state 2021-04-14 17:00:05 -07:00
ice_fdir.c ice: Fix prototype warnings 2021-03-23 11:34:02 -07:00
ice_fdir.h ice: Add more FDIR filter type for AVF 2021-03-22 11:32:12 -07:00
ice_flex_pipe.c ice: Update to use package info from ice segment 2021-03-31 14:21:27 -07:00
ice_flex_pipe.h ice: Support to separate GTP-U uplink and downlink 2021-03-22 11:32:12 -07:00
ice_flex_type.h ice: cleanup style issues 2021-03-31 14:21:28 -07:00
ice_flow.c ice: cleanup style issues 2021-03-31 14:21:28 -07:00
ice_flow.h ice: Add non-IP Layer2 protocol FDIR filter for AVF 2021-03-22 11:32:12 -07:00
ice_fltr.c
ice_fltr.h
ice_fw_update.c ice: report timeout length for erasing during devlink flash 2021-02-05 09:34:24 -08:00
ice_fw_update.h
ice_hw_autogen.h ice: Check FDIR program status for AVF 2021-03-22 11:32:12 -07:00
ice_lag.c ice: Add initial support framework for LAG 2021-02-08 16:27:01 -08:00
ice_lag.h ice: Add initial support framework for LAG 2021-02-08 16:27:01 -08:00
ice_lan_tx_rx.h ice: Check FDIR program status for AVF 2021-03-22 11:32:12 -07:00
ice_lib.c ice: refactor interrupt moderation writes 2021-04-14 17:00:05 -07:00
ice_lib.h ice: refactor interrupt moderation writes 2021-04-14 17:00:05 -07:00
ice_main.c ice: Add new VSI states to track netdev alloc/registration 2021-04-14 17:00:05 -07:00
ice_nvm.c ice: display stored UNDI firmware version via devlink info 2021-02-05 11:44:16 -08:00
ice_nvm.h ice: display stored UNDI firmware version via devlink info 2021-02-05 11:44:16 -08:00
ice_osdep.h
ice_protocol_type.h ice: Add more advanced protocol support in flow filter 2021-03-22 11:32:12 -07:00
ice_sched.c ice: Modify recursive way of adding nodes 2021-04-07 17:09:15 -07:00
ice_sched.h ice: Use PSM clock frequency to calculate RL profiles 2021-02-08 16:27:01 -08:00
ice_sriov.c
ice_sriov.h
ice_status.h ice: display stored netlist versions via devlink info 2021-02-05 11:43:37 -08:00
ice_switch.c Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net 2021-04-09 20:48:35 -07:00
ice_switch.h
ice_txrx.c ice: Consolidate VSI state and flags 2021-03-31 14:21:28 -07:00
ice_txrx.h ice: Remove rx_gro_dropped stat 2021-04-07 17:09:16 -07:00
ice_txrx_lib.c ice: Fix fall-through warnings for Clang 2021-03-23 11:34:02 -07:00
ice_txrx_lib.h
ice_type.h ice: use kernel definitions for IANA protocol ports and ether-types 2021-04-14 17:00:05 -07:00
ice_virtchnl_fdir.c ice: Drop leading underscores in enum ice_pf_state 2021-04-14 17:00:05 -07:00
ice_virtchnl_fdir.h ice: Check FDIR program status for AVF 2021-03-22 11:32:12 -07:00
ice_virtchnl_pf.c ice: Drop leading underscores in enum ice_pf_state 2021-04-14 17:00:05 -07:00
ice_virtchnl_pf.h ice: Enable FDIR Configure for AVF 2021-03-22 11:32:12 -07:00
ice_xsk.c ice: refactor interrupt moderation writes 2021-04-14 17:00:05 -07:00
ice_xsk.h
Makefile ice: Enable FDIR Configure for AVF 2021-03-22 11:32:12 -07:00