Home
last modified time | relevance | path

Searched refs:macAddr (Results 1 – 5 of 5) sorted by relevance

/titanic_41/usr/src/uts/common/io/arn/
H A Darn_eeprom.c2795 return (pBase->macAddr[0] << 8 | pBase->macAddr[1]); in ath9k_hw_get_eeprom_4k()
2797 return (pBase->macAddr[2] << 8 | pBase->macAddr[3]); in ath9k_hw_get_eeprom_4k()
2799 return (pBase->macAddr[4] << 8 | pBase->macAddr[5]); in ath9k_hw_get_eeprom_4k()
2842 return (pBase->macAddr[0] << 8 | pBase->macAddr[1]); in ath9k_hw_get_eeprom_def()
2844 return (pBase->macAddr[2] << 8 | pBase->macAddr[3]); in ath9k_hw_get_eeprom_def()
2846 return (pBase->macAddr[4] << 8 | pBase->macAddr[5]); in ath9k_hw_get_eeprom_def()
H A Darn_hw.h527 uint8_t macAddr[6]; member
556 uint8_t macAddr[6]; member
/titanic_41/usr/src/uts/common/io/mwl/
H A Dmwl_var.h316 uint8_t macAddr[6]; /* MAC address programmed in HW */ member
H A Dmwl.c1654 IEEE80211_ADDR_COPY(hw->macAddr, pCmd->PermanentAddr); in mwl_gethwspecs()
4000 IEEE80211_ADDR_COPY(ic->ic_macaddr, sc->sc_hwspecs.macAddr); in mwl_attach()
/titanic_41/usr/src/uts/common/io/bnxe/
H A Dbnxe_kstat.c54 kstat_named_t macAddr; member
314 kstat_named_t macAddr; member
606 snprintf(pStats->macAddr.value.c, 16, "%02x%02x%02x%02x%02x%02x", in BnxeKstatUpdate()
1029 snprintf(pStats->macAddr.value.c, 16, "%02x%02x%02x%02x%02x%02x", in BnxeKstatFcoeUpdate()
1860 BNXE_KSTAT(macAddr, KSTAT_DATA_CHAR); in BnxeKstatInit()
2218 BNXE_KSTAT_FCOE(macAddr, KSTAT_DATA_CHAR); in BnxeKstatInit()