Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/wireless/ath/ath11k/
H A Ddp.h1648 static inline void ath11k_dp_get_mac_addr(u32 addr_l32, u16 addr_h16, u8 *addr) in ath11k_dp_get_mac_addr() argument
1652 addr_h16 = swab16(addr_h16); in ath11k_dp_get_mac_addr()
1656 memcpy(addr + 4, &addr_h16, ETH_ALEN - 4); in ath11k_dp_get_mac_addr()
/linux-6.15/drivers/net/wireless/ath/ath12k/
H A Ddp.h1873 static inline void ath12k_dp_get_mac_addr(u32 addr_l32, u16 addr_h16, u8 *addr) in ath12k_dp_get_mac_addr() argument
1876 memcpy(addr + 4, &addr_h16, ETH_ALEN - 4); in ath12k_dp_get_mac_addr()