i40e: rename i40e_put_mac_in_vlan and i40e_del_mac_all_vlan
authorJacob Keller <jacob.e.keller@intel.com>
Fri, 11 Nov 2016 20:39:35 +0000 (12:39 -0800)
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>
Fri, 3 Feb 2017 06:38:09 +0000 (22:38 -0800)
commitfeffdbe47d6f4c02b5e2764e14490c5f9d250bdb
treef85e0cb698b38dd885e4be9fe01c259f3a3e7421
parentd983001f044cf823490af7dcfcde39cfb42be0db
i40e: rename i40e_put_mac_in_vlan and i40e_del_mac_all_vlan

These functions purpose is to add a new MAC filter correctly, whether
we're using VLANs or not. Their goal is to ensure that all active VLANs
get the new MAC filter. Rename them so that their intent is clear. They
function correctly regardless of whether we have any active VLANs or
only have I40E_VLAN_ANY filters. The new names convey how they function
in a more clear manner.

Change-ID: Iec1961f968c0223a7132724a74e26a665750b107
Signed-off-by: Jacob Keller <jacob.e.keller@intel.com>
Tested-by: Andrew Bowers <andrewx.bowers@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
drivers/net/ethernet/intel/i40e/i40e.h
drivers/net/ethernet/intel/i40e/i40e_main.c
drivers/net/ethernet/intel/i40e/i40e_virtchnl_pf.c