Home
last modified time | relevance | path

Searched refs:read_mac_addr (Results 1 – 17 of 17) sorted by relevance

/openbmc/linux/drivers/net/ethernet/intel/e1000e/
H A De1000.h566 if (hw->mac.ops.read_mac_addr) in e1000e_read_mac_addr()
567 return hw->mac.ops.read_mac_addr(hw); in e1000e_read_mac_addr()
H A Dhw.h519 s32 (*read_mac_addr)(struct e1000_hw *); member
H A D80003es2lan.c1339 .read_mac_addr = e1000_read_mac_addr_80003es2lan,
H A D82571.c1876 .read_mac_addr = e1000_read_mac_addr_82571,
/openbmc/linux/drivers/net/ethernet/intel/igbvf/
H A Dvf.h166 s32 (*read_mac_addr)(struct e1000_hw *); member
H A Dvf.c48 mac->ops.read_mac_addr = e1000_read_mac_addr_vf; in e1000_init_mac_params_vf()
H A Dnetdev.c2832 err = hw->mac.ops.read_mac_addr(hw); in igbvf_probe()
/openbmc/linux/drivers/net/ethernet/intel/igc/
H A Digc_hw.h43 s32 (*read_mac_addr)(struct igc_hw *hw); member
H A Digc_base.c436 .read_mac_addr = igc_read_mac_addr,
H A Digc_main.c6872 if (hw->mac.ops.read_mac_addr(hw)) in igc_probe()
/openbmc/linux/drivers/net/ethernet/intel/fm10k/
H A Dfm10k_vf.c509 .read_mac_addr = fm10k_read_mac_addr_vf,
H A Dfm10k_type.h517 s32 (*read_mac_addr)(struct fm10k_hw *); member
H A Dfm10k_pf.c1787 .read_mac_addr = fm10k_read_mac_addr_pf,
H A Dfm10k_pci.c2039 err = hw->mac.ops.read_mac_addr(hw); in fm10k_sw_init()
/openbmc/linux/drivers/net/ethernet/intel/igb/
H A De1000_hw.h302 s32 (*read_mac_addr)(struct e1000_hw *); member
H A De1000_82575.c2891 .read_mac_addr = igb_read_mac_addr_82575,
H A Digb_main.c3405 if (hw->mac.ops.read_mac_addr(hw)) in igb_probe()