Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/ixgbe/base/
H A Dixgbe_hv_vf.c219 hw->mac.ops.negotiate_api_version = ixgbevf_hv_negotiate_api_version_vf; in ixgbevf_hv_init_ops_vf()
H A Dixgbe_vf.c34 hw->mac.ops.negotiate_api_version = ixgbevf_negotiate_api_version; in ixgbe_init_ops_vf()
H A Dixgbe_type.h3947 s32 (*negotiate_api_version)(struct ixgbe_hw *hw, int api); member
/f-stack/dpdk/drivers/net/txgbe/base/
H A Dtxgbe_type.h465 s32 (*negotiate_api_version)(struct txgbe_hw *hw, int api); member
H A Dtxgbe_dummy.h576 hw->mac.negotiate_api_version = txgbe_mac_negotiate_api_version_dummy; in txgbe_init_ops_dummy()