Home
last modified time | relevance | path

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

/freebsd/sys/dev/ixgbe/
H A Dixgbe_vf.h118 s32 ixgbe_init_ops_vf(struct ixgbe_hw *hw);
H A Dixgbe_api.h51 extern s32 ixgbe_init_ops_vf(struct ixgbe_hw *hw);
H A Dixgbe_vf.c50 s32 ixgbe_init_ops_vf(struct ixgbe_hw *hw) in ixgbe_init_ops_vf() function
H A Dixgbe_api.c120 status = ixgbe_init_ops_vf(hw); in ixgbe_init_shared_code()
H A Dif_ixv.c429 error = ixgbe_init_ops_vf(hw); in ixv_if_attach_pre()