Home
last modified time | relevance | path

Searched refs:setup_sfp (Results 1 – 4 of 4) sorted by relevance

/openbsd/sys/dev/pci/
H A Dixgbe_82599.c398 mac->ops.setup_sfp = ixgbe_setup_sfp_modules_82599; in ixgbe_init_ops_82599()
1083 status = hw->mac.ops.setup_sfp(hw); in ixgbe_reset_hw_82599()
H A Dixgbe_x550.c648 mac->ops.setup_sfp = ixgbe_setup_sfp_modules_X550em; in ixgbe_init_ops_X550EM()
2292 status = hw->mac.ops.setup_sfp(hw); in ixgbe_reset_hw_X550em()
H A Dif_ix.c2033 sc->hw.mac.ops.setup_sfp(&sc->hw); in ixgbe_config_link()
3617 err = hw->mac.ops.setup_sfp(hw); in ixgbe_handle_mod()
H A Dixgbe_type.h3914 int32_t (*setup_sfp)(struct ixgbe_hw *); member