HomeSort by: relevance | last modified time | path
    Searched refs:ixgbe_init_ops_generic (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/dev/pci/ixgbe/
ixgbe_common.h 56 s32 ixgbe_init_ops_generic(struct ixgbe_hw *hw);
ixgbe_82598.c 134 ret_val = ixgbe_init_ops_generic(hw);
ixgbe_x540.c 76 ret_val = ixgbe_init_ops_generic(hw);
ixgbe_82599.c 339 ret_val = ixgbe_init_ops_generic(hw);
ixgbe_common.c 70 * ixgbe_init_ops_generic - Inits function ptrs
75 s32 ixgbe_init_ops_generic(struct ixgbe_hw *hw) function in typeref:typename:s32
81 DEBUGFUNC("ixgbe_init_ops_generic");

Completed in 18 milliseconds