Searched refs:macAddr (Results 1 – 5 of 5) sorted by relevance
/titanic_50/usr/src/uts/common/io/arn/ |
H A D | arn_eeprom.c | 2795 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 D | arn_hw.h | 527 uint8_t macAddr[6]; member 556 uint8_t macAddr[6]; member
|
/titanic_50/usr/src/uts/common/io/mwl/ |
H A D | mwl_var.h | 316 uint8_t macAddr[6]; /* MAC address programmed in HW */ member
|
H A D | mwl.c | 1654 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_50/usr/src/uts/common/io/bnxe/ |
H A D | bnxe_kstat.c | 54 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()
|