Lines Matching refs:vf
1112 * ixgbe_toggle_txdctl - Toggle VF's queues
1116 * Enable and disable each queue in VF.
1237 * @vf: Virtual Function pool - VF Pool to set for Ethertype anti-spoofing
1240 void ixgbe_set_ethertype_anti_spoofing(struct ixgbe_hw *hw, bool enable, int vf)
1243 hw->mac.ops.set_ethertype_anti_spoofing(hw, enable, vf);
1303 * @vf_bitmap: vf bitmap of malicious vfs
1313 * ixgbe_restore_mdd_vf - Restore VF that was disabled during malicious driver
1316 * @vf: vf index
1319 void ixgbe_restore_mdd_vf(struct ixgbe_hw *hw, u32 vf)
1322 hw->mac.ops.restore_mdd_vf(hw, vf);