Home
last modified time | relevance | path

Searched refs:unicast_flag (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/ath/ath_hal/ar5212/
H A Dar5212_keycache.c113 uint32_t unicast_flag = AR_KEYTABLE_VALID; in ar5212SetKeyCacheEntryMac() local
133 unicast_flag = 0; in ar5212SetKeyCacheEntryMac()
145 OS_REG_WRITE(ah, AR_KEYTABLE_MAC1(entry), macHi | unicast_flag); in ar5212SetKeyCacheEntryMac()
/freebsd/sys/contrib/dev/athk/
H A Dkey.c90 u32 unicast_flag = AR_KEYTABLE_VALID; in ath_hw_keysetmac() local
108 unicast_flag = 0; in ath_hw_keysetmac()
121 REG_WRITE(ah, AR_KEYTABLE_MAC1(entry), macHi | unicast_flag); in ath_hw_keysetmac()