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

  /src/sys/dev/pci/ixgbe/
ixgbe_82599.c 375 mac->ops.setup_sfp = ixgbe_setup_sfp_modules_82599;
1077 phy_status = hw->mac.ops.setup_sfp(hw);
ixgbe_x550.c 756 mac->ops.setup_sfp = ixgbe_setup_sfp_modules_X550em;
2653 phy_status = hw->mac.ops.setup_sfp(hw);
ixgbe_type.h 4040 s32 (*setup_sfp)(struct ixgbe_hw *); member in struct:ixgbe_mac_operations
ixgbe.c 4823 * We could recover the status by calling setup_sfp(),
4837 err = hw->mac.ops.setup_sfp(hw);

Completed in 28 milliseconds