Lines Matching refs:vf
4166 * ixgbe_toggle_txdctl_generic - Toggle VF's queues
4168 * @vf_number: VF index
4170 * Enable and disable each queue in VF.
4460 * @vf: Virtual Function pool - VF Pool to set for MAC anti-spoofing
4463 void ixgbe_set_mac_anti_spoofing(struct ixgbe_hw *hw, bool enable, int vf)
4465 int vf_target_reg = vf >> 3;
4466 int vf_target_shift = vf % 8;
4484 * @vf: Virtual Function pool - VF Pool to set for VLAN anti-spoofing
4487 void ixgbe_set_vlan_anti_spoofing(struct ixgbe_hw *hw, bool enable, int vf)
4489 int vf_target_reg = vf >> 3;
4490 int vf_target_shift = vf % 8 + IXGBE_SPOOF_VLANAS_SHIFT;