Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/igc/core/
H A Digc_phy.h18 s32 igc_get_phy_id(struct igc_hw *hw);
H A Digc_phy.c130 s32 igc_get_phy_id(struct igc_hw *hw) in igc_get_phy_id() function
H A Digc_i225.c168 ret_val = igc_get_phy_id(hw); in igc_init_phy_params_i225()
/illumos-gate/usr/src/uts/common/io/igc/
H A Digc.c1044 if ((ret = igc_get_phy_id(&igc->igc_hw)) != IGC_SUCCESS) { in igc_hw_init()