aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/net/ethernet/intel/ixgbe/ixgbe_82598.c14
1 files changed, 7 insertions, 7 deletions
diff --git a/drivers/net/ethernet/intel/ixgbe/ixgbe_82598.c b/drivers/net/ethernet/intel/ixgbe/ixgbe_82598.c
index e61aa1f442ff..f8ebe583a2ab 100644
--- a/drivers/net/ethernet/intel/ixgbe/ixgbe_82598.c
+++ b/drivers/net/ethernet/intel/ixgbe/ixgbe_82598.c
@@ -1241,14 +1241,14 @@ static void ixgbe_set_lan_id_multi_port_pcie_82598(struct ixgbe_hw *hw)
1241} 1241}
1242 1242
1243/** 1243/**
1244 * ixgbe_set_rxpba_82598 - Configure packet buffers 1244 * ixgbe_set_rxpba_82598 - Initialize RX packet buffer
1245 * @hw: pointer to hardware structure 1245 * @hw: pointer to hardware structure
1246 * @dcb_config: pointer to ixgbe_dcb_config structure 1246 * @num_pb: number of packet buffers to allocate
1247 * 1247 * @headroom: reserve n KB of headroom
1248 * Configure packet buffers. 1248 * @strategy: packet buffer allocation strategy
1249 */ 1249 **/
1250static void ixgbe_set_rxpba_82598(struct ixgbe_hw *hw, int num_pb, u32 headroom, 1250static void ixgbe_set_rxpba_82598(struct ixgbe_hw *hw, int num_pb,
1251 int strategy) 1251 u32 headroom, int strategy)
1252{ 1252{
1253 u32 rxpktsize = IXGBE_RXPBSIZE_64KB; 1253 u32 rxpktsize = IXGBE_RXPBSIZE_64KB;
1254 u8 i = 0; 1254 u8 i = 0;