Home
last modified time | relevance | path

Searched refs:e1000_set_mac_type (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/io/e1000api/
H A De1000_api.h55 s32 e1000_set_mac_type(struct e1000_hw *hw);
H A De1000_api.c150 s32 e1000_set_mac_type(struct e1000_hw *hw) in e1000_set_mac_type() function
464 ret_val = e1000_set_mac_type(hw); in e1000_setup_init_funcs()
/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A De1000.c844 e1000_set_mac_type(struct e1000_hw *hw) function
3311 result = e1000_set_mac_type(hw);
/illumos-gate/usr/src/uts/common/io/igb/
H A Digb_main.c953 if (e1000_set_mac_type(hw) != E1000_SUCCESS) { in igb_identify_hardware()
/illumos-gate/usr/src/uts/common/io/e1000g/
H A De1000g_main.c649 if (e1000_set_mac_type(hw) != E1000_SUCCESS) { in e1000g_identify_hardware()