Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/igc/core/
H A Digc_api.h45 s32 igc_read_mac_addr(struct igc_hw *hw);
H A Digc_api.c587 s32 igc_read_mac_addr(struct igc_hw *hw) in igc_read_mac_addr() function
/illumos-gate/usr/src/uts/common/io/igc/
H A Digc.c1038 if ((ret = igc_read_mac_addr(&igc->igc_hw)) != IGC_SUCCESS) { in igc_hw_init()