aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/ice/ice_txrx.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/net/ethernet/intel/ice/ice_txrx.c')
-rw-r--r--drivers/net/ethernet/intel/ice/ice_txrx.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/ethernet/intel/ice/ice_txrx.c b/drivers/net/ethernet/intel/ice/ice_txrx.c
index dfd7fa06ed22..9a80e9ec3f10 100644
--- a/drivers/net/ethernet/intel/ice/ice_txrx.c
+++ b/drivers/net/ethernet/intel/ice/ice_txrx.c
@@ -1323,7 +1323,7 @@ clear_counts:
1323 * @itr_idx: interrupt throttling index 1323 * @itr_idx: interrupt throttling index
1324 * @itr: interrupt throttling value in usecs 1324 * @itr: interrupt throttling value in usecs
1325 */ 1325 */
1326static u32 ice_buildreg_itr(int itr_idx, u16 itr) 1326static u32 ice_buildreg_itr(u16 itr_idx, u16 itr)
1327{ 1327{
1328 /* The itr value is reported in microseconds, and the register value is 1328 /* The itr value is reported in microseconds, and the register value is
1329 * recorded in 2 microsecond units. For this reason we only need to 1329 * recorded in 2 microsecond units. For this reason we only need to