Home
last modified time | relevance | path

Searched refs:negotiate_api_version (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/dev/ixgbe/
H A Dixgbe_hv_vf.c324 hw->mac.ops.negotiate_api_version = in ixgbevf_hv_init_ops_vf()
H A Dixgbe_vf.c64 hw->mac.ops.negotiate_api_version = ixgbevf_negotiate_api_version; in ixgbe_init_ops_vf()
H A Dif_ixv.c1157 hw->mac.ops.negotiate_api_version(hw, ixgbe_mbox_api_16) == 0) in ixv_negotiate_api()
1161 if (hw->mac.ops.negotiate_api_version(hw, mbx_api[i]) == 0) in ixv_negotiate_api()
H A Dixgbe_type.h4068 s32 (*negotiate_api_version)(struct ixgbe_hw *hw, int api); member