Searched refs:ixgbevf_negotiate_api_version (Results 1 – 3 of 3) sorted by relevance
141 int ixgbevf_negotiate_api_version(struct ixgbe_hw *hw, int api);
64 hw->mac.ops.negotiate_api_version = ixgbevf_negotiate_api_version; in ixgbe_init_ops_vf()734 int ixgbevf_negotiate_api_version(struct ixgbe_hw *hw, int api) in ixgbevf_negotiate_api_version() function
831 if (ixgbevf_negotiate_api_version(hw, mbx_api[i]) == 0) in ixv_negotiate_api()