Home
last modified time | relevance | path

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

/freebsd/sys/dev/e1000/
H A De1000_mac.c58 mac->ops.set_lan_id = e1000_set_lan_id_multi_port_pcie; in e1000_init_mac_ops_generic()
226 mac->ops.set_lan_id(hw); in e1000_get_bus_info_pci_generic()
272 mac->ops.set_lan_id(hw); in e1000_get_bus_info_pcie_generic()
H A De1000_82542.c119 mac->ops.set_lan_id = e1000_set_lan_id_multi_port_pci; in e1000_init_mac_params_82542()
H A De1000_82571.c365 mac->ops.set_lan_id = e1000_set_lan_id_single_port; in e1000_init_mac_params_82571()
380 mac->ops.set_lan_id = e1000_set_lan_id_single_port; in e1000_init_mac_params_82571()
H A De1000_82540.c192 mac->ops.set_lan_id = e1000_set_lan_id_multi_port_pci; in e1000_init_mac_params_82540()
H A De1000_hw.h749 void (*set_lan_id)(struct e1000_hw *); member
H A De1000_82541.c239 mac->ops.set_lan_id = e1000_set_lan_id_single_port; in e1000_init_mac_params_82541()
H A De1000_82543.c220 mac->ops.set_lan_id = e1000_set_lan_id_multi_port_pci; in e1000_init_mac_params_82543()
H A De1000_80003es2lan.c267 hw->mac.ops.set_lan_id(hw); in e1000_init_mac_params_80003es2lan()
H A De1000_82575.c431 hw->mac.ops.set_lan_id(hw); in e1000_init_mac_params_82575()
H A De1000_ich8lan.c763 mac->ops.set_lan_id = e1000_set_lan_id_single_port; in e1000_init_mac_params_ich8lan()
/freebsd/sys/dev/igc/
H A Digc_hw.h350 void (*set_lan_id)(struct igc_hw *); member
/freebsd/sys/dev/ixgbe/
H A Dixgbe_phy.c1314 hw->mac.ops.set_lan_id(hw); in ixgbe_identify_sfp_module_generic()
1666 hw->mac.ops.set_lan_id(hw); in ixgbe_identify_qsfp_module_generic()
H A Dixgbe_common.c106 mac->ops.set_lan_id = ixgbe_set_lan_id_multi_port_pcie; in ixgbe_init_ops_generic()
1045 mac->ops.set_lan_id(hw); in ixgbe_set_pci_config_data_generic()
3604 hw->mac.ops.set_lan_id(hw); in ixgbe_get_san_mac_addr_generic()
3654 hw->mac.ops.set_lan_id(hw); in ixgbe_set_san_mac_addr_generic()
H A Dixgbe_82598.c142 mac->ops.set_lan_id = ixgbe_set_lan_id_multi_port_pcie_82598; in ixgbe_init_ops_82598()
H A Dixgbe_x550.c347 hw->mac.ops.set_lan_id(hw); in ixgbe_identify_phy_x550em()
2217 hw->mac.ops.set_lan_id(hw); in ixgbe_init_phy_ops_X550em()
3652 hw->mac.ops.set_lan_id(hw); in ixgbe_get_bus_info_X550em()
H A Dixgbe_type.h4026 void (*set_lan_id)(struct ixgbe_hw *); member