Searched refs:_ah (Results 1 - 16 of 16) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/net/bridge/netfilter/
H A Debt_arpreply.c25 struct arphdr _ah; local
29 ap = skb_header_pointer(skb, 0, sizeof(_ah), &_ah);
39 shp = skb_header_pointer(skb, sizeof(_ah), ETH_ALEN, &_sha);
43 siptr = skb_header_pointer(skb, sizeof(_ah) + ETH_ALEN,
49 sizeof(_ah) + 2 * ETH_ALEN + sizeof(_sip),
H A Debt_snat.c31 struct arphdr _ah; local
33 ap = skb_header_pointer(skb, 0, sizeof(_ah), &_ah);
38 if (skb_store_bits(skb, sizeof(_ah), info->mac,ETH_ALEN))
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/net/bridge/netfilter/
H A Debt_arpreply.c25 struct arphdr _ah; local
29 ap = skb_header_pointer(skb, 0, sizeof(_ah), &_ah);
39 shp = skb_header_pointer(skb, sizeof(_ah), ETH_ALEN, &_sha);
43 siptr = skb_header_pointer(skb, sizeof(_ah) + ETH_ALEN,
49 sizeof(_ah) + 2 * ETH_ALEN + sizeof(_sip),
H A Debt_snat.c31 struct arphdr _ah; local
33 ap = skb_header_pointer(skb, 0, sizeof(_ah), &_ah);
38 if (skb_store_bits(skb, sizeof(_ah), info->mac,ETH_ALEN))
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/net/wireless/ath/ath9k/
H A Dreg.h797 #define AR_SREV_5416(_ah) \
798 (((_ah)->hw_version.macVersion == AR_SREV_VERSION_5416_PCI) || \
799 ((_ah)->hw_version.macVersion == AR_SREV_VERSION_5416_PCIE))
800 #define AR_SREV_5416_20_OR_LATER(_ah) \
801 (((AR_SREV_5416(_ah)) && \
802 ((_ah)->hw_version.macRev >= AR_SREV_REVISION_5416_20)) || \
803 ((_ah)->hw_version.macVersion >= AR_SREV_VERSION_9100))
804 #define AR_SREV_5416_22_OR_LATER(_ah) \
805 (((AR_SREV_5416(_ah)) && \
806 ((_ah)
[all...]
H A Dhw.h65 #define REG_WRITE(_ah, _reg, _val) \
66 ath9k_hw_common(_ah)->ops->write((_ah), (_val), (_reg))
68 #define REG_READ(_ah, _reg) \
69 ath9k_hw_common(_ah)->ops->read((_ah), (_reg))
71 #define ENABLE_REGWRITE_BUFFER(_ah) \
73 if (AR_SREV_9271(_ah)) \
74 ath9k_hw_common(_ah)->ops->enable_write_buffer((_ah)); \
[all...]
H A Ddebug.c22 #define REG_WRITE_D(_ah, _reg, _val) \
23 ath9k_hw_common(_ah)->ops->write((_ah), (_val), (_reg))
24 #define REG_READ_D(_ah, _reg) \
25 ath9k_hw_common(_ah)->ops->read((_ah), (_reg))
H A Deeprom.h99 #define ath9k_hw_use_flash(_ah) (!(_ah->ah_flags & AH_USE_EEPROM))
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/net/wireless/ath/ath9k/
H A Dreg.h797 #define AR_SREV_5416(_ah) \
798 (((_ah)->hw_version.macVersion == AR_SREV_VERSION_5416_PCI) || \
799 ((_ah)->hw_version.macVersion == AR_SREV_VERSION_5416_PCIE))
800 #define AR_SREV_5416_20_OR_LATER(_ah) \
801 (((AR_SREV_5416(_ah)) && \
802 ((_ah)->hw_version.macRev >= AR_SREV_REVISION_5416_20)) || \
803 ((_ah)->hw_version.macVersion >= AR_SREV_VERSION_9100))
804 #define AR_SREV_5416_22_OR_LATER(_ah) \
805 (((AR_SREV_5416(_ah)) && \
806 ((_ah)
[all...]
H A Dhw.h65 #define REG_WRITE(_ah, _reg, _val) \
66 ath9k_hw_common(_ah)->ops->write((_ah), (_val), (_reg))
68 #define REG_READ(_ah, _reg) \
69 ath9k_hw_common(_ah)->ops->read((_ah), (_reg))
71 #define ENABLE_REGWRITE_BUFFER(_ah) \
73 if (AR_SREV_9271(_ah)) \
74 ath9k_hw_common(_ah)->ops->enable_write_buffer((_ah)); \
[all...]
H A Ddebug.c22 #define REG_WRITE_D(_ah, _reg, _val) \
23 ath9k_hw_common(_ah)->ops->write((_ah), (_val), (_reg))
24 #define REG_READ_D(_ah, _reg) \
25 ath9k_hw_common(_ah)->ops->read((_ah), (_reg))
H A Deeprom.h99 #define ath9k_hw_use_flash(_ah) (!(_ah->ah_flags & AH_USE_EEPROM))
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/net/wireless/ath/ath5k/
H A Dbase.h235 #define ath5k_hw_hasbssidmask(_ah) \
236 (ath5k_hw_get_capability(_ah, AR5K_CAP_BSSIDMASK, 0, NULL) == 0)
237 #define ath5k_hw_hasveol(_ah) \
238 (ath5k_hw_get_capability(_ah, AR5K_CAP_VEOL, 0, NULL) == 0)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/net/wireless/ath/ath5k/
H A Dbase.h235 #define ath5k_hw_hasbssidmask(_ah) \
236 (ath5k_hw_get_capability(_ah, AR5K_CAP_BSSIDMASK, 0, NULL) == 0)
237 #define ath5k_hw_hasveol(_ah) \
238 (ath5k_hw_get_capability(_ah, AR5K_CAP_VEOL, 0, NULL) == 0)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/net/ipv6/netfilter/
H A Dip6t_ah.c41 struct ip_auth_hdr _ah; local
55 ah = skb_header_pointer(skb, ptr, sizeof(_ah), &_ah);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/net/ipv6/netfilter/
H A Dip6t_ah.c41 struct ip_auth_hdr _ah; local
55 ah = skb_header_pointer(skb, ptr, sizeof(_ah), &_ah);

Completed in 202 milliseconds