Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/igc/core/
H A Digc_api.h19 s32 igc_get_bus_info(struct igc_hw *hw);
H A Digc_api.c211 s32 igc_get_bus_info(struct igc_hw *hw) in igc_get_bus_info() function
/illumos-gate/usr/src/uts/common/io/igc/
H A Digc.c758 if ((ret = igc_get_bus_info(&igc->igc_hw)) != IGC_SUCCESS) { in igc_core_code_init()