Home
last modified time | relevance | path

Searched refs:set_lan_id (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/sys/dev/pci/igc/
H A Digc_hw.h196 void (*set_lan_id)(struct igc_hw *); member
/netbsd-src/sys/dev/pci/ixgbe/
H A Dixgbe_common.c112 mac->ops.set_lan_id = ixgbe_set_lan_id_multi_port_pcie; in ixgbe_init_ops_generic()
1051 mac->ops.set_lan_id(hw); in ixgbe_set_pci_config_data_generic()
3628 hw->mac.ops.set_lan_id(hw); in ixgbe_get_san_mac_addr_generic()
3678 hw->mac.ops.set_lan_id(hw); in ixgbe_set_san_mac_addr_generic()
H A Dixgbe_phy.c1384 hw->mac.ops.set_lan_id(hw); in ixgbe_identify_sfp_module_generic()
1736 hw->mac.ops.set_lan_id(hw); in ixgbe_identify_qsfp_module_generic()
H A Dixgbe_82598.c148 mac->ops.set_lan_id = ixgbe_set_lan_id_multi_port_pcie_82598; in ixgbe_init_ops_82598()
H A Dixgbe_x550.c449 hw->mac.ops.set_lan_id(hw); in ixgbe_identify_phy_x550em()
2458 hw->mac.ops.set_lan_id(hw); in ixgbe_init_phy_ops_X550em()
3898 hw->mac.ops.set_lan_id(hw); in ixgbe_get_bus_info_X550em()
H A Dixgbe_type.h4037 void (*set_lan_id)(struct ixgbe_hw *); member
H A Dixgbe.c924 hw->mac.ops.set_lan_id(hw); in ixgbe_attach()