@@ -3505,13 +3505,13 @@ static int ixgbe_reset_hw_X550em(struct ixgbe_hw *hw)
3505
3505
return status ;
3506
3506
}
3507
3507
3508
- /** ixgbe_set_ethertype_anti_spoofing_X550 - Enable/Disable Ethertype
3508
+ /** ixgbe_set_ethertype_anti_spoofing_x550 - Enable/Disable Ethertype
3509
3509
* anti-spoofing
3510
3510
* @hw: pointer to hardware structure
3511
3511
* @enable: enable or disable switch for Ethertype anti-spoofing
3512
3512
* @vf: Virtual Function pool - VF Pool to set for Ethertype anti-spoofing
3513
3513
**/
3514
- static void ixgbe_set_ethertype_anti_spoofing_X550 (struct ixgbe_hw * hw ,
3514
+ static void ixgbe_set_ethertype_anti_spoofing_x550 (struct ixgbe_hw * hw ,
3515
3515
bool enable , int vf )
3516
3516
{
3517
3517
int vf_target_reg = vf >> 3 ;
@@ -3527,12 +3527,12 @@ static void ixgbe_set_ethertype_anti_spoofing_X550(struct ixgbe_hw *hw,
3527
3527
IXGBE_WRITE_REG (hw , IXGBE_PFVFSPOOF (vf_target_reg ), pfvfspoof );
3528
3528
}
3529
3529
3530
- /** ixgbe_set_source_address_pruning_X550 - Enable/Disbale src address pruning
3530
+ /** ixgbe_set_source_address_pruning_x550 - Enable/Disable src address pruning
3531
3531
* @hw: pointer to hardware structure
3532
3532
* @enable: enable or disable source address pruning
3533
3533
* @pool: Rx pool to set source address pruning for
3534
3534
**/
3535
- static void ixgbe_set_source_address_pruning_X550 (struct ixgbe_hw * hw ,
3535
+ static void ixgbe_set_source_address_pruning_x550 (struct ixgbe_hw * hw ,
3536
3536
bool enable ,
3537
3537
unsigned int pool )
3538
3538
{
@@ -3831,9 +3831,9 @@ static int ixgbe_write_phy_reg_x550a(struct ixgbe_hw *hw, u32 reg_addr,
3831
3831
.set_mac_anti_spoofing = &ixgbe_set_mac_anti_spoofing, \
3832
3832
.set_vlan_anti_spoofing = &ixgbe_set_vlan_anti_spoofing, \
3833
3833
.set_source_address_pruning = \
3834
- &ixgbe_set_source_address_pruning_X550 , \
3834
+ &ixgbe_set_source_address_pruning_x550 , \
3835
3835
.set_ethertype_anti_spoofing = \
3836
- &ixgbe_set_ethertype_anti_spoofing_X550 , \
3836
+ &ixgbe_set_ethertype_anti_spoofing_x550 , \
3837
3837
.disable_rx_buff = &ixgbe_disable_rx_buff_generic, \
3838
3838
.enable_rx_buff = &ixgbe_enable_rx_buff_generic, \
3839
3839
.get_thermal_sensor_data = NULL, \
0 commit comments