Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/igc/base/
H A Digc_mac.c29 mac->ops.set_lan_id = igc_set_lan_id_multi_port_pcie; in igc_init_mac_ops_generic()
189 mac->ops.set_lan_id(hw); in igc_get_bus_info_pci_generic()
235 mac->ops.set_lan_id(hw); in igc_get_bus_info_pcie_generic()
H A Digc_hw.h695 void (*set_lan_id)(struct igc_hw *hw); member
/f-stack/dpdk/drivers/net/e1000/base/
H A De1000_mac.c28 mac->ops.set_lan_id = e1000_set_lan_id_multi_port_pcie; in e1000_init_mac_ops_generic()
191 mac->ops.set_lan_id(hw); in e1000_get_bus_info_pci_generic()
237 mac->ops.set_lan_id(hw); in e1000_get_bus_info_pcie_generic()
H A De1000_82542.c89 mac->ops.set_lan_id = e1000_set_lan_id_multi_port_pci; in e1000_init_mac_params_82542()
H A De1000_82540.c162 mac->ops.set_lan_id = e1000_set_lan_id_multi_port_pci; in e1000_init_mac_params_82540()
H A De1000_82571.c339 mac->ops.set_lan_id = e1000_set_lan_id_single_port; in e1000_init_mac_params_82571()
354 mac->ops.set_lan_id = e1000_set_lan_id_single_port; in e1000_init_mac_params_82571()
H A De1000_hw.h684 void (*set_lan_id)(struct e1000_hw *); member
H A De1000_82541.c208 mac->ops.set_lan_id = e1000_set_lan_id_single_port; in e1000_init_mac_params_82541()
H A De1000_82543.c188 mac->ops.set_lan_id = e1000_set_lan_id_multi_port_pci; in e1000_init_mac_params_82543()
H A De1000_80003es2lan.c239 hw->mac.ops.set_lan_id(hw); in e1000_init_mac_params_80003es2lan()
H A De1000_82575.c410 hw->mac.ops.set_lan_id(hw); in e1000_init_mac_params_82575()
H A De1000_ich8lan.c727 mac->ops.set_lan_id = e1000_set_lan_id_single_port; in e1000_init_mac_params_ich8lan()
/f-stack/dpdk/drivers/net/txgbe/base/
H A Dtxgbe_type.h222 void (*set_lan_id)(struct txgbe_hw *hw); member
H A Dtxgbe_dummy.h539 hw->bus.set_lan_id = txgbe_bus_set_lan_id_dummy; in txgbe_init_ops_dummy()
H A Dtxgbe_hw.c2500 hw->bus.set_lan_id(hw); in txgbe_init_shared_code()
2775 bus->set_lan_id = txgbe_set_lan_id_multi_port; in txgbe_init_ops_pf()
/f-stack/dpdk/drivers/net/ixgbe/base/
H A Dixgbe_common.c76 mac->ops.set_lan_id = ixgbe_set_lan_id_multi_port_pcie; in ixgbe_init_ops_generic()
1005 mac->ops.set_lan_id(hw); in ixgbe_set_pci_config_data_generic()
3564 hw->mac.ops.set_lan_id(hw); in ixgbe_get_san_mac_addr_generic()
3614 hw->mac.ops.set_lan_id(hw); in ixgbe_set_san_mac_addr_generic()
H A Dixgbe_phy.c1280 hw->mac.ops.set_lan_id(hw); in ixgbe_identify_sfp_module_generic()
1639 hw->mac.ops.set_lan_id(hw); in ixgbe_identify_qsfp_module_generic()
H A Dixgbe_82598.c112 mac->ops.set_lan_id = ixgbe_set_lan_id_multi_port_pcie_82598; in ixgbe_init_ops_82598()
H A Dixgbe_x550.c318 hw->mac.ops.set_lan_id(hw); in ixgbe_identify_phy_x550em()
2257 hw->mac.ops.set_lan_id(hw); in ixgbe_init_phy_ops_X550em()
3690 hw->mac.ops.set_lan_id(hw); in ixgbe_get_bus_info_X550em()
H A Dixgbe_type.h3935 void (*set_lan_id)(struct ixgbe_hw *); member