/linux-6.6.21/drivers/net/wireless/ath/ath9k/ |
D | reg.h | 23 #define AR_CR_RXE(_ah) (AR_SREV_9300_20_OR_LATER(_ah) ? 0x0000000c : 0x00000004) argument 355 #define AR_ISR_S2_S(_ah) (AR_SREV_9300_20_OR_LATER(_ah) ? 0x00d0 : 0x00cc) argument 356 #define AR_ISR_S3_S(_ah) (AR_SREV_9300_20_OR_LATER(_ah) ? 0x00d4 : 0x00d0) argument 357 #define AR_ISR_S4_S(_ah) (AR_SREV_9300_20_OR_LATER(_ah) ? 0x00d8 : 0x00d4) argument 358 #define AR_ISR_S5_S(_ah) (AR_SREV_9300_20_OR_LATER(_ah) ? 0x00dc : 0x00d8) argument 702 #define AR_WA(_ah) (AR_SREV_9340(_ah) ? 0x40c4 : 0x4004) argument 724 #define AR_HOST_TIMEOUT(_ah) (AR_SREV_9340(_ah) ? 0x4008 : 0x4018) argument 753 #define AR_SREV(_ah) \ argument 754 ((AR_SREV_9100(_ah)) ? 0x0600 : (AR_SREV_9340(_ah) \ 757 #define AR_SREV_ID(_ah) \ argument [all …]
|
D | ar9003_phy.h | 457 #define AR_PHY_SPUR_MASK_A(_ah) (AR_SM_BASE + (AR_SREV_9561(_ah) ? 0x18 : 0x20)) argument 458 #define AR_PHY_SPUR_MASK_B(_ah) (AR_SM_BASE + (AR_SREV_9561(_ah) ? 0x1c : 0x24)) argument 501 #define AR_PHY_TEST(_ah) (AR_SM_BASE + (AR_SREV_9561(_ah) ? 0x15c : 0x160)) argument 512 #define AR_PHY_TEST_CTL_STATUS(_ah) (AR_SM_BASE + (AR_SREV_9561(_ah) ? 0x160 : 0x164)) argument 527 #define AR_PHY_TSTDAC(_ah) (AR_SM_BASE + (AR_SREV_9561(_ah) ? 0x164 : 0x168)) argument 529 #define AR_PHY_CHAN_STATUS(_ah) (AR_SM_BASE + (AR_SREV_9561(_ah) ? 0x168 : 0x16c)) argument 531 #define AR_PHY_CHAN_INFO_MEMORY(_ah) (AR_SM_BASE + (AR_SREV_9561(_ah) ? 0x16c : 0x170)) argument 535 #define AR_PHY_CHNINFO_NOISEPWR(_ah) (AR_SM_BASE + (AR_SREV_9561(_ah) ? 0x170 : 0x174)) argument 536 #define AR_PHY_CHNINFO_GAINDIFF(_ah) (AR_SM_BASE + (AR_SREV_9561(_ah) ? 0x174 : 0x178)) argument 537 #define AR_PHY_CHNINFO_FINETIM(_ah) (AR_SM_BASE + (AR_SREV_9561(_ah) ? 0x178 : 0x17c)) argument [all …]
|
D | hw.h | 79 #define REG_WRITE(_ah, _reg, _val) \ argument 80 (_ah)->reg_ops.write((_ah), (_val), (_reg)) 82 #define REG_READ(_ah, _reg) \ argument 83 (_ah)->reg_ops.read((_ah), (_reg)) 85 #define REG_READ_MULTI(_ah, _addr, _val, _cnt) \ argument 86 (_ah)->reg_ops.multi_read((_ah), (_addr), (_val), (_cnt)) 88 #define REG_RMW(_ah, _reg, _set, _clr) \ argument 89 (_ah)->reg_ops.rmw((_ah), (_reg), (_set), (_clr)) 91 #define ENABLE_REGWRITE_BUFFER(_ah) \ argument 93 if ((_ah)->reg_ops.enable_write_buffer) \ [all …]
|
D | ar9003_eeprom.h | 85 #define AR9300_OTP_BASE(_ah) \ argument 86 ((AR_SREV_9340(_ah) || AR_SREV_9550(_ah)) ? 0x30000 : 0x14000) 87 #define AR9300_OTP_STATUS(_ah) \ argument 88 ((AR_SREV_9340(_ah) || AR_SREV_9550(_ah)) ? 0x31018 : 0x15f18) 93 #define AR9300_OTP_READ_DATA(_ah) \ argument 94 ((AR_SREV_9340(_ah) || AR_SREV_9550(_ah)) ? 0x3101c : 0x15f1c)
|
D | eeprom.h | 71 #define AR5416_EEPROM_START_ADDR(_ah) \ argument 72 (AR_SREV_9100(_ah)) ? 0x1fff1000 : 0x503f1200 111 #define ath9k_hw_use_flash(_ah) (!(_ah->ah_flags & AH_USE_EEPROM)) argument 113 #define OLC_FOR_AR9280_20_LATER(_ah) (AR_SREV_9280_20_OR_LATER(_ah) && \ argument 114 _ah->eep_ops->get_eeprom(_ah, EEP_OL_PWRCTRL)) 115 #define OLC_FOR_AR9287_10_LATER(_ah) (AR_SREV_9287_11_OR_LATER(_ah) && \ argument 116 _ah->eep_ops->get_eeprom(_ah, EEP_OL_PWRCTRL))
|
D | debug.c | 24 #define REG_WRITE_D(_ah, _reg, _val) \ argument 25 ath9k_hw_common(_ah)->ops->write((_ah), (_val), (_reg)) 26 #define REG_READ_D(_ah, _reg) \ argument 27 ath9k_hw_common(_ah)->ops->read((_ah), (_reg))
|
D | ar5008_phy.c | 1280 #define CCK_DELTA(_ah, x) ((OLC_FOR_AR9280_20_LATER(_ah)) ? max((x) - 2, 0) : (x)) in ar5008_hw_init_txpower_cck() argument
|
/linux-6.6.21/net/bridge/netfilter/ |
D | ebt_arpreply.c | 26 struct arphdr _ah; in ebt_arpreply_tg() local 30 ap = skb_header_pointer(skb, 0, sizeof(_ah), &_ah); in ebt_arpreply_tg() 40 shp = skb_header_pointer(skb, sizeof(_ah), ETH_ALEN, &_sha); in ebt_arpreply_tg() 44 siptr = skb_header_pointer(skb, sizeof(_ah) + ETH_ALEN, in ebt_arpreply_tg() 50 sizeof(_ah) + 2 * ETH_ALEN + sizeof(_sip), in ebt_arpreply_tg()
|
D | ebt_snat.c | 32 struct arphdr _ah; in ebt_snat_tg() local 34 ap = skb_header_pointer(skb, 0, sizeof(_ah), &_ah); in ebt_snat_tg() 39 if (skb_store_bits(skb, sizeof(_ah), info->mac, ETH_ALEN)) in ebt_snat_tg()
|
/linux-6.6.21/net/ipv6/netfilter/ |
D | ip6t_ah.c | 38 struct ip_auth_hdr _ah; in ah_mt6() local 52 ah = skb_header_pointer(skb, ptr, sizeof(_ah), &_ah); in ah_mt6()
|
/linux-6.6.21/drivers/net/wireless/ath/ath5k/ |
D | base.h | 116 #define ath5k_hw_hasbssidmask(_ah) (ah->ah_version == AR5K_AR5212) argument 119 #define ath5k_hw_hasveol(_ah) (ah->ah_version != AR5K_AR5210) argument
|
/linux-6.6.21/drivers/net/wireless/ath/ |
D | hw.c | 24 #define REG_WRITE(_ah, _reg, _val) (common->ops->write)(_ah, _val, _reg) argument
|
D | key.c | 26 #define REG_WRITE(_ah, _reg, _val) (common->ops->write)(_ah, _val, _reg) argument 27 #define ENABLE_REGWRITE_BUFFER(_ah) \ argument 29 common->ops->enable_write_buffer((_ah)); 31 #define REGWRITE_BUFFER_FLUSH(_ah) \ argument 33 common->ops->write_flush((_ah));
|