Home
last modified time | relevance | path

Searched refs:igc_init_hw (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/igc/core/
H A Digc_api.h25 s32 igc_init_hw(struct igc_hw *hw);
H A Digc_api.c315 s32 igc_init_hw(struct igc_hw *hw) in igc_init_hw() function
/illumos-gate/usr/src/uts/common/io/igc/
H A Digc.c1360 if ((ret = igc_init_hw(hw)) != IGC_SUCCESS) { in igc_hw_common_init()