Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/ixgbe/base/
H A Dixgbe_vf.h90 s32 ixgbe_init_ops_vf(struct ixgbe_hw *hw);
H A Dixgbe_hv_vf.c215 ixgbe_init_ops_vf(hw); in ixgbevf_hv_init_ops_vf()
H A Dixgbe_api.h21 extern s32 ixgbe_init_ops_vf(struct ixgbe_hw *hw);
H A Dixgbe_vf.c22 s32 ixgbe_init_ops_vf(struct ixgbe_hw *hw) in ixgbe_init_ops_vf() function
H A Dixgbe_api.c90 status = ixgbe_init_ops_vf(hw); in ixgbe_init_shared_code()