Searched refs:ah (Results 101 - 125 of 266) sorted by relevance

1234567891011

/linux-master/arch/sparc/math-emu/
H A Dsfp-util_64.h15 #define add_ssaaaa(sh, sl, ah, al, bh, bl) \
23 : "r" ((UDItype)(ah)), \
29 #define sub_ddmmss(sh, sl, ah, al, bh, bl) \
37 : "r" ((UDItype)(ah)), \
/linux-master/drivers/infiniband/sw/rdmavt/
H A DMakefile11 rdmavt-y := vt.o ah.o cq.o mad.o mcast.o mmap.o mr.o pd.o qp.o \
/linux-master/net/ipv4/netfilter/
H A Dipt_ah.c33 const struct ip_auth_hdr *ah; local
40 ah = skb_header_pointer(skb, par->thoff, sizeof(_ahdr), &_ahdr);
41 if (ah == NULL) {
51 ntohl(ah->spi),
68 .name = "ah",
/linux-master/arch/sh/math-emu/
H A Dsfp-util.h6 #define add_ssaaaa(sh, sl, ah, al, bh, bl) \
10 (sh) = (ah) + (bh) + (__x < (al)); \
14 #define sub_ddmmss(sh, sl, ah, al, bh, bl) \
18 (sh) = (ah) - (bh) - (__x > (al)); \
/linux-master/arch/powerpc/include/asm/
H A Dsfp-machine.h209 * #define add_ssaaaa(sh,sl,ah,al,bh,bl) (sh = ah+bh+ (( sl = al+bl) < al))
216 #define add_ssaaaa(sh, sl, ah, al, bh, bl) \
220 : "=r" (sh), "=&r" (sl) : "r" (ah), "%r" (al), "rI" (bl));\
223 : "=r" (sh), "=&r" (sl) : "r" (ah), "%r" (al), "rI" (bl));\
227 : "%r" (ah), "r" (bh), "%r" (al), "rI" (bl)); \
231 * #define sub_ddmmss(sh, sl, ah, al, bh, bl) (sh = ah-bh - ((sl = al-bl) > al))
239 #define sub_ddmmss(sh, sl, ah, al, bh, bl) \
241 if (__builtin_constant_p (ah)
[all...]
/linux-master/arch/x86/boot/
H A Dtty.c45 ireg.ah = 0x0e;
77 ireg.ah = 0x02;
91 /* ireg.ah = 0x00; */
102 ireg.ah = 0x01;
H A Dedd.c82 ireg.ah = 0x41;
94 ei->version = oreg.ah; /* EDD version number */
100 ireg.ah = 0x48;
107 ireg.ah = 0x08;
/linux-master/include/vdso/
H A Dmath64.h45 u32 ah = a >> 32, al = a; local
53 if (ah)
54 ret += mul_u32_u32(ah, mul) << (32 - shift);
/linux-master/drivers/net/wireless/ath/ath9k/
H A Dar9003_mac.h112 void ath9k_hw_set_rx_bufsize(struct ath_hw *ah, u16 buf_size);
113 void ath9k_hw_addrxbuf_edma(struct ath_hw *ah, u32 rxdp,
116 int ath9k_hw_process_rxdesc_edma(struct ath_hw *ah,
119 void ath9k_hw_reset_txstatus_ring(struct ath_hw *ah);
120 void ath9k_hw_setup_statusring(struct ath_hw *ah, void *ts_start,
H A Dmac.h720 u32 ath9k_hw_gettxbuf(struct ath_hw *ah, u32 q);
721 void ath9k_hw_puttxbuf(struct ath_hw *ah, u32 q, u32 txdp);
722 void ath9k_hw_txstart(struct ath_hw *ah, u32 q);
723 u32 ath9k_hw_numtxpending(struct ath_hw *ah, u32 q);
724 bool ath9k_hw_updatetxtriglevel(struct ath_hw *ah, bool bIncTrigLevel);
725 bool ath9k_hw_stop_dma_queue(struct ath_hw *ah, u32 q);
726 void ath9k_hw_abort_tx_dma(struct ath_hw *ah);
727 bool ath9k_hw_set_txq_props(struct ath_hw *ah, int q,
729 bool ath9k_hw_get_txq_props(struct ath_hw *ah, int q,
731 int ath9k_hw_setuptxqueue(struct ath_hw *ah, enu
[all...]
H A Dcommon-debug.c22 struct ath_hw *ah = file->private_data; local
31 len = ah->eep_ops->dump_eeprom(ah, false, buf, len, size);
48 struct ath_hw *ah)
50 debugfs_create_file("modal_eeprom", 0400, debugfs_phy, ah,
58 struct ath_hw *ah = file->private_data; local
67 len = ah->eep_ops->dump_eeprom(ah, true, buf, len, size);
83 struct ath_hw *ah)
85 debugfs_create_file("base_eeprom", 0400, debugfs_phy, ah,
47 ath9k_cmn_debug_modal_eeprom(struct dentry *debugfs_phy, struct ath_hw *ah) argument
82 ath9k_cmn_debug_base_eeprom(struct dentry *debugfs_phy, struct ath_hw *ah) argument
[all...]
H A Dar9003_eeprom.h359 s32 ar9003_hw_get_tx_gain_idx(struct ath_hw *ah);
360 s32 ar9003_hw_get_rx_gain_idx(struct ath_hw *ah);
361 u32 ar9003_hw_ant_ctrl_common_get(struct ath_hw *ah, bool is2ghz);
362 u32 ar9003_hw_ant_ctrl_common_2_get(struct ath_hw *ah, bool is2ghz);
364 u8 *ar9003_get_spur_chan_ptr(struct ath_hw *ah, bool is_2ghz);
366 u32 ar9003_get_paprd_rate_mask_ht20(struct ath_hw *ah, bool is2ghz);
367 u32 ar9003_get_paprd_rate_mask_ht40(struct ath_hw *ah, bool is2ghz);
368 unsigned int ar9003_get_paprd_scale_factor(struct ath_hw *ah,
371 void ar9003_hw_internal_regulator_apply(struct ath_hw *ah);
372 int ar9003_hw_tx_power_regwrite(struct ath_hw *ah, u
[all...]
H A Dani.h121 void ath9k_enable_mib_counters(struct ath_hw *ah);
122 void ath9k_hw_disable_mib_counters(struct ath_hw *ah);
123 void ath9k_hw_ani_init(struct ath_hw *ah);
H A Ddfs.c105 struct ath_hw *ah = sc->sc_ah; local
106 struct ath_common *common = ath9k_hw_common(ah);
109 if (IS_CHAN_HT40(ah->curchan)) {
126 if (IS_CHAN_HT40MINUS(ah->curchan))
183 static u32 dur_to_usecs(struct ath_hw *ah, u32 dur) argument
189 if (IS_CHAN_A_FAST_CLOCK(ah, ah->curchan))
296 struct ath_hw *ah = sc->sc_ah; local
297 struct ath_common *common = ath9k_hw_common(ah);
331 pe.freq = ah
[all...]
H A Dtx99.c21 struct ath_hw *ah = sc->sc_ah; local
22 struct ath_common *common = ath9k_hw_common(ah);
27 ath9k_hw_set_interrupts(ah);
28 ath9k_hw_enable_interrupts(ah);
53 struct ath_hw *ah = sc->sc_ah; local
87 if (ah->curchan && IS_CHAN_HT(ah->curchan)) {
89 if (IS_CHAN_HT40(ah->curchan))
110 struct ath_hw *ah = sc->sc_ah; local
111 struct ath_common *common = ath9k_hw_common(ah);
[all...]
H A Dcommon.h85 struct ath_hw *ah,
88 void ath9k_cmn_update_txpow(struct ath_hw *ah, u16 cur_txpow,
90 void ath9k_cmn_init_crypto(struct ath_hw *ah);
H A Ddebug.c132 struct ath_hw *ah = sc->sc_ah; local
142 { "ANI RESET", ah->stats.ast_ani_reset },
143 { "OFDM LEVEL", ah->ani.ofdmNoiseImmunityLevel },
144 { "CCK LEVEL", ah->ani.cckNoiseImmunityLevel },
145 { "SPUR UP", ah->stats.ast_ani_spurup },
146 { "SPUR DOWN", ah->stats.ast_ani_spurdown },
147 { "OFDM WS-DET ON", ah->stats.ast_ani_ofdmon },
148 { "OFDM WS-DET OFF", ah->stats.ast_ani_ofdmoff },
149 { "MRC-CCK ON", ah->stats.ast_ani_ccklow },
150 { "MRC-CCK OFF", ah
289 struct ath_hw *ah = sc->sc_ah; local
393 struct ath_hw *ah = sc->sc_ah; local
777 struct ath_hw *ah = sc->sc_ah; local
891 struct ath_hw *ah = sc->sc_ah; local
907 struct ath_hw *ah = sc->sc_ah; local
987 struct ath_hw *ah = sc->sc_ah; local
1052 struct ath_hw *ah = sc->sc_ah; local
1132 struct ath_hw *ah = sc->sc_ah; local
1157 struct ath_hw *ah = sc->sc_ah; local
1195 struct ath_hw *ah = sc->sc_ah; local
1212 struct ath_hw *ah = sc->sc_ah; local
1376 ath9k_init_debug(struct ath_hw *ah) argument
[all...]
H A Dhtc_drv_txrx.c133 struct ath_common *common = ath9k_hw_common(priv->ah);
160 struct ath_common *common = ath9k_hw_common(priv->ah);
191 struct ath_hw *ah = priv->ah; local
195 ath9k_hw_get_txq_props(ah, qnum, &qi);
203 if (!ath9k_hw_set_txq_props(ah, qnum, &qi)) {
204 ath_err(ath9k_hw_common(ah),
208 ath9k_hw_resettxqueue(ah, qnum);
362 if (!priv->ah->is_monitoring) {
363 ath_dbg(ath9k_hw_common(priv->ah), XMI
828 struct ath_hw *ah = priv->ah; local
872 struct ath_hw *ah = priv->ah; local
917 struct ath_hw *ah = priv->ah; local
980 struct ath_hw *ah = common->ah; local
1138 struct ath_hw *ah = priv->ah; local
[all...]
H A Dcommon-spectral.c137 struct ath_common *common = ath9k_hw_common(spec_priv->ah);
138 struct ath_hw *ah = spec_priv->ah; local
152 fft_sample_20.noise = ah->noise;
241 struct ath_common *common = ath9k_hw_common(spec_priv->ah);
242 struct ath_hw *ah = spec_priv->ah; local
243 struct ath9k_hw_cal_data *caldata = ah->caldata;
256 ext_nf = ath9k_hw_getchan_noise(ah, ah
472 struct ath_hw *ah = spec_priv->ah; local
717 struct ath_hw *ah = spec_priv->ah; local
752 struct ath_hw *ah = spec_priv->ah; local
[all...]
H A Deeprom.h122 #define EEP_RFSILENT_GPIO_SEL ((AR_SREV_9462(ah) || AR_SREV_9565(ah)) ? 0x00fc : 0x001c)
667 u16 (*get_spur_channel)(struct ath_hw *ah, u16 i, bool is2GHz);
668 u8 (*get_eepmisc)(struct ath_hw *ah);
671 void ath9k_hw_analog_shift_regwrite(struct ath_hw *ah, u32 reg, u32 val);
672 void ath9k_hw_analog_shift_rmw(struct ath_hw *ah, u32 reg, u32 mask,
679 bool ath9k_hw_nvram_read(struct ath_hw *ah, u32 off, u16 *data);
680 int ath9k_hw_nvram_swap_data(struct ath_hw *ah, bool *swap_needed, int size);
681 bool ath9k_hw_nvram_validate_checksum(struct ath_hw *ah, int size);
682 bool ath9k_hw_nvram_check_version(struct ath_hw *ah, in
[all...]
/linux-master/net/ipv6/
H A Dah6.c11 * This file is derived from net/ipv4/ah.c.
21 #include <net/ah.h>
290 struct ip_auth_hdr *ah = ip_auth_hdr(skb); local
301 memcpy(ah->auth_data, icv, ahp->icv_trunc_len);
329 struct ip_auth_hdr *ah; local
367 ah = ip_auth_hdr(skb);
368 memset(ah->auth_data, 0, ahp->icv_trunc_len);
395 ah->nexthdr = nexthdr;
403 ah->hdrlen = (XFRM_ALIGN8(sizeof(*ah)
459 struct ip_auth_hdr *ah = ip_auth_hdr(skb); local
514 struct ip_auth_hdr *ah; local
645 struct ip_auth_hdr *ah = (struct ip_auth_hdr *)(skb->data+offset); local
[all...]
/linux-master/net/bridge/netfilter/
H A Debt_among.c82 const struct arphdr *ah; local
87 ah = skb_header_pointer(skb, 0, sizeof(_arph), &_arph);
88 if (ah == NULL ||
89 ah->ar_pln != sizeof(__be32) ||
90 ah->ar_hln != ETH_ALEN)
113 const struct arphdr *ah; local
118 ah = skb_header_pointer(skb, 0, sizeof(_arph), &_arph);
119 if (ah == NULL ||
120 ah->ar_pln != sizeof(__be32) ||
121 ah
[all...]
H A Debt_log.c141 const struct arphdr *ah; local
144 ah = skb_header_pointer(skb, 0, sizeof(_arph), &_arph);
145 if (ah == NULL) {
150 ntohs(ah->ar_hrd), ntohs(ah->ar_pro),
151 ntohs(ah->ar_op));
156 if (ah->ar_hrd == htons(1) &&
157 ah->ar_hln == ETH_ALEN &&
158 ah->ar_pln == sizeof(__be32)) {
/linux-master/drivers/infiniband/sw/rxe/
H A Drxe.h48 #define rxe_dbg_ah(ah, fmt, ...) ibdev_dbg((ah)->ibah.device, \
49 "ah#%d %s: " fmt, (ah)->elem.index, __func__, ##__VA_ARGS__)
69 #define rxe_err_ah(ah, fmt, ...) ibdev_err_ratelimited((ah)->ibah.device, \
70 "ah#%d %s: " fmt, (ah)->elem.index, __func__, ##__VA_ARGS__)
90 #define rxe_info_ah(ah, fmt, ...) ibdev_info_ratelimited((ah)
[all...]
/linux-master/drivers/infiniband/hw/mlx5/
H A DMakefile4 mlx5_ib-y := ah.o \

Completed in 518 milliseconds

1234567891011