Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/e1000api/
H A De1000_api.h67 s32 e1000_init_hw(struct e1000_hw *hw);
H A De1000_api.c728 s32 e1000_init_hw(struct e1000_hw *hw) in e1000_init_hw() function
/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A De1000.c1107 e1000_init_hw(struct e1000_hw *hw) function
3280 return e1000_init_hw(hw);
/illumos-gate/usr/src/uts/common/io/igb/
H A Digb_main.c1496 if (e1000_init_hw(hw) != E1000_SUCCESS) { in igb_init_adapter()
/illumos-gate/usr/src/uts/common/io/e1000g/
H A De1000g_main.c1594 result = e1000_init_hw(hw); in e1000g_init()