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

  /src/sys/dev/pci/ixgbe/
ixgbe_api.h 49 extern s32 ixgbe_init_ops_X540(struct ixgbe_hw *hw);
ixgbe_api.c 110 status = ixgbe_init_ops_X540(hw);
ixgbe_x540.c 59 * ixgbe_init_ops_X540 - Inits func ptrs and MAC type
65 s32 ixgbe_init_ops_X540(struct ixgbe_hw *hw)
73 DEBUGFUNC("ixgbe_init_ops_X540");
ixgbe_x550.c 71 ret_val = ixgbe_init_ops_X540(hw);

Completed in 34 milliseconds