Lines Matching defs:vfta
3280 uint32_t regidx, vfta_delta, vfta;
3302 vfta = IXGBE_READ_REG(hw, IXGBE_VFTA(regidx));
3306 * of vfta and the value we want in the register. Since the diff
3307 * is an XOR mask we can just update the vfta using an XOR
3309 vfta_delta &= vlan_on ? ~vfta : vfta;
3310 vfta ^= vfta_delta;
3316 vfta, vlvf_bypass);
3326 IXGBE_WRITE_REG(hw, IXGBE_VFTA(regidx), vfta);
3339 * @vfta: the desired value of the VFTA
3345 bool vlan_on, uint32_t *vfta_delta, uint32_t vfta,
3387 IXGBE_WRITE_REG(hw, IXGBE_VFTA(vlan / 32), vfta);