Searched hist:"83 ba21b9ef7706413bdaf9fa8357b93c4986d8a0" (Results 1 – 3 of 3) sorted by relevance
/linux/drivers/net/ethernet/intel/igc/ |
H A D | igc_ethtool.c | diff 83ba21b9ef7706413bdaf9fa8357b93c4986d8a0 Thu Mar 19 00:00:59 CET 2020 Andre Guedes <andre.guedes@intel.com> igc: Remove igc_*_mac_steering_filter() wrappers
With the previous two patches, igc_add_mac_steering_filter() and igc_del_mac_steering_filter() became a pointless wrapper of igc_add_mac_filter() and igc_del_mac_filter().
This patch removes these wrappers and update callers to call igc_add_mac_filter() and igc_del_mac_filter() directly.
Signed-off-by: Andre Guedes <andre.guedes@intel.com> Tested-by: Aaron Brown <aaron.f.brown@intel.com> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
|
H A D | igc.h | diff 83ba21b9ef7706413bdaf9fa8357b93c4986d8a0 Thu Mar 19 00:00:59 CET 2020 Andre Guedes <andre.guedes@intel.com> igc: Remove igc_*_mac_steering_filter() wrappers
With the previous two patches, igc_add_mac_steering_filter() and igc_del_mac_steering_filter() became a pointless wrapper of igc_add_mac_filter() and igc_del_mac_filter().
This patch removes these wrappers and update callers to call igc_add_mac_filter() and igc_del_mac_filter() directly.
Signed-off-by: Andre Guedes <andre.guedes@intel.com> Tested-by: Aaron Brown <aaron.f.brown@intel.com> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
|
H A D | igc_main.c | diff 83ba21b9ef7706413bdaf9fa8357b93c4986d8a0 Thu Mar 19 00:00:59 CET 2020 Andre Guedes <andre.guedes@intel.com> igc: Remove igc_*_mac_steering_filter() wrappers
With the previous two patches, igc_add_mac_steering_filter() and igc_del_mac_steering_filter() became a pointless wrapper of igc_add_mac_filter() and igc_del_mac_filter().
This patch removes these wrappers and update callers to call igc_add_mac_filter() and igc_del_mac_filter() directly.
Signed-off-by: Andre Guedes <andre.guedes@intel.com> Tested-by: Aaron Brown <aaron.f.brown@intel.com> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
|