Home
last modified time | relevance | path

Searched refs:igc_reset_hw (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/io/igc/core/
H A Digc_api.h24 s32 igc_reset_hw(struct igc_hw *hw);
H A Digc_api.c300 s32 igc_reset_hw(struct igc_hw *hw) in igc_reset_hw() function
/illumos-gate/usr/src/uts/common/io/igc/
H A Digc.c1014 if ((ret = igc_reset_hw(&igc->igc_hw)) != IGC_SUCCESS) { in igc_hw_init()
1354 if ((ret = igc_reset_hw(hw)) != IGC_SUCCESS) { in igc_hw_common_init()
H A Digc_gld.c374 (void) igc_reset_hw(&igc->igc_hw); in igc_m_stop()