ixgbe_common.c | 4001 u32 regidx, vfta_delta, vfta; local in function:ixgbe_set_vfta_generic 4022 vfta_delta = (u32)1 << (vlan % 32); 4026 * vfta_delta represents the difference between the current value 4030 vfta_delta &= vlan_on ? ~vfta : vfta; 4031 vfta ^= vfta_delta; 4036 ret_val = ixgbe_set_vlvf_generic(hw, vlan, vind, vlan_on, &vfta_delta, 4046 if (vfta_delta) 4058 * @vfta_delta: pointer to the difference between the current value of VFTA 4066 bool vlan_on, u32 *vfta_delta, u32 vfta, 4107 if (*vfta_delta) [all...] |