Searched defs:ah (Results 76 - 100 of 154) sorted by relevance

1234567

/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/networking/
H A Darping.c53 struct arphdr *ah = (struct arphdr *) buf; local
132 struct arphdr *ah = (struct arphdr *) buf; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/ath/ath5k/
H A Ddebug.c203 struct ath5k_hw *ah = sc->ah; local
253 struct ath5k_hw *ah = sc->ah; local
951 ath5k_debug_printrxbuffs(struct ath5k_softc *sc, struct ath5k_hw *ah) argument
[all...]
H A Deeprom.c34 static int ath5k_hw_eeprom_read(struct ath5k_hw *ah, u32 offset, u16 *data) argument
96 ath5k_eeprom_init_header(struct ath5k_hw *ah) argument
201 ath5k_eeprom_read_ants(struct ath5k_hw *ah, u32 *offset, unsigned int mode) argument
261 ath5k_eeprom_read_modes(struct ath5k_hw *ah, u32 *offset, unsigned int mode) argument
480 ath5k_eeprom_init_modes(struct ath5k_hw *ah) argument
523 ath5k_eeprom_read_freq_list(struct ath5k_hw *ah, int *offset, int max, struct ath5k_chan_pcal_info *pc, unsigned int mode) argument
562 ath5k_eeprom_init_11a_pcal_freq(struct ath5k_hw *ah, int offset) argument
615 ath5k_eeprom_init_11bg_2413(struct ath5k_hw *ah, unsigned int mode, int offset) argument
659 ath5k_get_pcdac_intercepts(struct ath5k_hw *ah, u8 min, u8 max, u8 *vp) argument
680 ath5k_eeprom_convert_pcal_info_5111(struct ath5k_hw *ah, int mode, struct ath5k_chan_pcal_info *chinfo) argument
755 ath5k_eeprom_read_pcal_info_5111(struct ath5k_hw *ah, int mode) argument
864 ath5k_eeprom_convert_pcal_info_5112(struct ath5k_hw *ah, int mode, struct ath5k_chan_pcal_info *chinfo) argument
975 ath5k_eeprom_read_pcal_info_5112(struct ath5k_hw *ah, int mode) argument
1154 ath5k_eeprom_convert_pcal_info_2413(struct ath5k_hw *ah, int mode, struct ath5k_chan_pcal_info *chinfo) argument
1235 ath5k_eeprom_read_pcal_info_2413(struct ath5k_hw *ah, int mode) argument
1426 ath5k_eeprom_read_target_rate_pwr_info(struct ath5k_hw *ah, unsigned int mode) argument
1520 ath5k_eeprom_read_pcal_info(struct ath5k_hw *ah) argument
1552 ath5k_eeprom_free_pcal_info(struct ath5k_hw *ah, int mode) argument
1599 ath5k_eeprom_detach(struct ath5k_hw *ah) argument
1609 ath5k_eeprom_read_ctl_info(struct ath5k_hw *ah) argument
1716 ath5k_eeprom_read_spur_chans(struct ath5k_hw *ah) argument
1751 ath5k_eeprom_init(struct ath5k_hw *ah) argument
1781 ath5k_eeprom_read_mac(struct ath5k_hw *ah, u8 *mac) argument
[all...]
H A Dpcu.c46 int ath5k_hw_set_opmode(struct ath5k_hw *ah, enum nl80211_iftype op_mode) argument
124 ath5k_hw_update_mib_counters(struct ath5k_hw *ah) argument
148 ath5k_hw_set_ack_bitrate_high(struct ath5k_hw *ah, bool high) argument
172 ath5k_hw_set_ack_timeout(struct ath5k_hw *ah, unsigned int timeout) argument
190 ath5k_hw_set_cts_timeout(struct ath5k_hw *ah, unsigned int timeout) argument
208 ath5k_hw_htoclock(struct ath5k_hw *ah, unsigned int usec) argument
217 ath5k_hw_clocktoh(struct ath5k_hw *ah, unsigned int clock) argument
227 ath5k_hw_get_clockrate(struct ath5k_hw *ah) argument
251 ath5k_hw_get_default_slottime(struct ath5k_hw *ah) argument
269 ath5k_hw_get_default_sifs(struct ath5k_hw *ah) argument
290 ath5k_hw_set_lladdr(struct ath5k_hw *ah, const u8 *mac) argument
319 ath5k_hw_set_associd(struct ath5k_hw *ah) argument
352 ath5k_hw_set_bssid_mask(struct ath5k_hw *ah, const u8 *mask) argument
377 ath5k_hw_start_rx_pcu(struct ath5k_hw *ah) argument
391 ath5k_hw_stop_rx_pcu(struct ath5k_hw *ah) argument
399 ath5k_hw_set_mcast_filter(struct ath5k_hw *ah, u32 filter0, u32 filter1) argument
416 ath5k_hw_get_rx_filter(struct ath5k_hw *ah) argument
445 ath5k_hw_set_rx_filter(struct ath5k_hw *ah, u32 filter) argument
495 ath5k_hw_get_tsf64(struct ath5k_hw *ah) argument
534 ath5k_hw_set_tsf64(struct ath5k_hw *ah, u64 tsf64) argument
547 ath5k_hw_reset_tsf(struct ath5k_hw *ah) argument
566 ath5k_hw_init_beacon(struct ath5k_hw *ah, u32 next_beacon, u32 interval) argument
652 ath5k_hw_reset_key(struct ath5k_hw *ah, u16 entry) argument
718 ath5k_hw_set_key(struct ath5k_hw *ah, u16 entry, const struct ieee80211_key_conf *key, const u8 *mac) argument
812 ath5k_hw_set_key_lladdr(struct ath5k_hw *ah, u16 entry, const u8 *mac) argument
846 ath5k_hw_set_coverage_class(struct ath5k_hw *ah, u8 coverage_class) argument
[all...]
H A Dbase.h161 struct ath5k_hw *ah; /* Atheros HW */ member in struct:ath5k_softc
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/ath/ath9k/
H A Dar9003_mac.c53 static bool ar9003_hw_get_isr(struct ath_hw *ah, enum ath9k_int *masked) argument
195 ar9003_hw_fill_txdesc(struct ath_hw *ah, void *ds, u32 seglen, bool is_firstseg, bool is_lastseg, const void *ds0, dma_addr_t buf_addr, unsigned int qcu) argument
235 ar9003_hw_proc_txdesc(struct ath_hw *ah, void *ds, struct ath_tx_status *ts) argument
312 ar9003_hw_set11n_txdesc(struct ath_hw *ah, void *ds, u32 pktlen, enum ath9k_pkt_type type, u32 txpower, u32 keyIx, enum ath9k_key_type keyType, u32 flags) argument
350 ar9003_hw_set11n_ratescenario(struct ath_hw *ah, void *ds, void *lastds, u32 durUpdateEn, u32 rtsctsRate, u32 rtsctsDuration, struct ath9k_11n_rate_series series[], u32 nseries, u32 flags) argument
406 ar9003_hw_set11n_aggr_first(struct ath_hw *ah, void *ds, u32 aggrLen) argument
417 ar9003_hw_set11n_aggr_middle(struct ath_hw *ah, void *ds, u32 numDelims) argument
435 ar9003_hw_set11n_aggr_last(struct ath_hw *ah, void *ds) argument
444 ar9003_hw_clr11n_aggr(struct ath_hw *ah, void *ds) argument
451 ar9003_hw_set11n_burstduration(struct ath_hw *ah, void *ds, u32 burstDuration) argument
461 ar9003_hw_set11n_virtualmorefrag(struct ath_hw *ah, void *ds, u32 vmf) argument
472 ar9003_hw_set_paprd_txdesc(struct ath_hw *ah, void *ds, u8 chains) argument
500 ath9k_hw_set_rx_bufsize(struct ath_hw *ah, u16 buf_size) argument
506 ath9k_hw_addrxbuf_edma(struct ath_hw *ah, u32 rxdp, enum ath9k_rx_qtype qtype) argument
516 ath9k_hw_process_rxdesc_edma(struct ath_hw *ah, struct ath_rx_status *rxs, void *buf_addr) argument
625 ath9k_hw_reset_txstatus_ring(struct ath_hw *ah) argument
641 ath9k_hw_setup_statusring(struct ath_hw *ah, void *ts_start, u32 ts_paddr_start, u8 size) argument
[all...]
H A Ddebug.h177 static inline int ath9k_init_debug(struct ath_hw *ah) argument
182 static inline void ath9k_exit_debug(struct ath_hw *ah) argument
H A Dhtc_drv_init.c284 struct ath_hw *ah = (struct ath_hw *) hw_priv; local
306 struct ath_hw *ah = (struct ath_hw *) hw_priv; local
328 struct ath_hw *ah local
364 struct ath_hw *ah = (struct ath_hw *) hw_priv; local
376 struct ath_hw *ah = (struct ath_hw *) hw_priv; local
385 struct ath_hw *ah = (struct ath_hw *) hw_priv; local
394 struct ath_hw *ah = (struct ath_hw *) hw_priv; local
434 struct ath_hw *ah = (struct ath_hw *) common->ah; local
612 struct ath_hw *ah = NULL; local
743 struct ath_hw *ah; local
[all...]
H A Dhtc_drv_txrx.c52 struct ath_hw *ah = priv->ah; local
320 struct ath_hw *ah = priv->ah; local
365 struct ath_hw *ah = priv->ah; local
408 struct ath_hw *ah = priv->ah; local
665 struct ath_hw *ah = priv->ah; local
710 struct ath_hw *ah = priv->ah; local
[all...]
H A Dhw-ops.h24 static inline void ath9k_hw_configpcipowersave(struct ath_hw *ah, argument
31 static inline void ath9k_hw_rxena(struct ath_hw *ah) argument
36 static inline void ath9k_hw_set_desc_link(struct ath_hw *ah, void *ds, argument
42 static inline void ath9k_hw_get_desc_link(struct ath_hw *ah, void *ds, argument
47 ath9k_hw_calibrate(struct ath_hw *ah, struct ath9k_channel *chan, u8 rxchainmask, bool longcal) argument
55 ath9k_hw_getisr(struct ath_hw *ah, enum ath9k_int *masked) argument
60 ath9k_hw_filltxdesc(struct ath_hw *ah, void *ds, u32 seglen, bool is_firstseg, bool is_lastseg, const void *ds0, dma_addr_t buf_addr, unsigned int qcu) argument
69 ath9k_hw_txprocdesc(struct ath_hw *ah, void *ds, struct ath_tx_status *ts) argument
75 ath9k_hw_set11n_txdesc(struct ath_hw *ah, void *ds, u32 pktLen, enum ath9k_pkt_type type, u32 txPower, u32 keyIx, enum ath9k_key_type keyType, u32 flags) argument
85 ath9k_hw_set11n_ratescenario(struct ath_hw *ah, void *ds, void *lastds, u32 durUpdateEn, u32 rtsctsRate, u32 rtsctsDuration, struct ath9k_11n_rate_series series[], u32 nseries, u32 flags) argument
97 ath9k_hw_set11n_aggr_first(struct ath_hw *ah, void *ds, u32 aggrLen) argument
103 ath9k_hw_set11n_aggr_middle(struct ath_hw *ah, void *ds, u32 numDelims) argument
109 ath9k_hw_set11n_aggr_last(struct ath_hw *ah, void *ds) argument
114 ath9k_hw_clr11n_aggr(struct ath_hw *ah, void *ds) argument
119 ath9k_hw_set11n_burstduration(struct ath_hw *ah, void *ds, u32 burstDuration) argument
125 ath9k_hw_set11n_virtualmorefrag(struct ath_hw *ah, void *ds, u32 vmf) argument
131 ath9k_hw_procmibevent(struct ath_hw *ah) argument
136 ath9k_hw_ani_monitor(struct ath_hw *ah, struct ath9k_channel *chan) argument
146 ath9k_hw_rf_set_freq(struct ath_hw *ah, struct ath9k_channel *chan) argument
152 ath9k_hw_spur_mitigate_freq(struct ath_hw *ah, struct ath9k_channel *chan) argument
158 ath9k_hw_rf_alloc_ext_banks(struct ath_hw *ah) argument
166 ath9k_hw_rf_free_ext_banks(struct ath_hw *ah) argument
174 ath9k_hw_set_rf_regs(struct ath_hw *ah, struct ath9k_channel *chan, u16 modesIndex) argument
184 ath9k_hw_init_bb(struct ath_hw *ah, struct ath9k_channel *chan) argument
190 ath9k_hw_set_channel_regs(struct ath_hw *ah, struct ath9k_channel *chan) argument
196 ath9k_hw_process_ini(struct ath_hw *ah, struct ath9k_channel *chan) argument
202 ath9k_olc_init(struct ath_hw *ah) argument
210 ath9k_hw_set_rfmode(struct ath_hw *ah, struct ath9k_channel *chan) argument
216 ath9k_hw_mark_phy_inactive(struct ath_hw *ah) argument
221 ath9k_hw_set_delta_slope(struct ath_hw *ah, struct ath9k_channel *chan) argument
227 ath9k_hw_rfbus_req(struct ath_hw *ah) argument
232 ath9k_hw_rfbus_done(struct ath_hw *ah) argument
237 ath9k_enable_rfkill(struct ath_hw *ah) argument
242 ath9k_hw_restore_chainmask(struct ath_hw *ah) argument
250 ath9k_hw_set_diversity(struct ath_hw *ah, bool value) argument
255 ath9k_hw_ani_control(struct ath_hw *ah, enum ath9k_ani_cmd cmd, int param) argument
261 ath9k_hw_do_getnf(struct ath_hw *ah, int16_t nfarray[NUM_NF_READINGS]) argument
267 ath9k_hw_init_cal(struct ath_hw *ah, struct ath9k_channel *chan) argument
273 ath9k_hw_setup_calibration(struct ath_hw *ah, struct ath9k_cal_list *currCal) argument
279 ath9k_hw_iscal_supported(struct ath_hw *ah, enum ath9k_cal_types calType) argument
285 ath9k_ani_reset(struct ath_hw *ah, bool is_scanning) argument
[all...]
H A Dinit.c143 struct ath_hw *ah = (struct ath_hw *) hw_priv; local
158 struct ath_hw *ah = (struct ath_hw *) hw_priv; local
185 struct ath_hw *ah = sc->sc_ah; local
551 struct ath_hw *ah = NULL; local
693 struct ath_hw *ah; local
[all...]
H A Dmac.c20 static void ath9k_hw_set_txq_interrupts(struct ath_hw *ah, argument
46 ath9k_hw_gettxbuf(struct ath_hw *ah, u32 q) argument
52 ath9k_hw_puttxbuf(struct ath_hw *ah, u32 q, u32 txdp) argument
58 ath9k_hw_txstart(struct ath_hw *ah, u32 q) argument
66 ath9k_hw_cleartxdesc(struct ath_hw *ah, void *ds) argument
78 ath9k_hw_numtxpending(struct ath_hw *ah, u32 q) argument
118 ath9k_hw_updatetxtriglevel(struct ath_hw *ah, bool bIncTrigLevel) argument
148 ath9k_hw_stoptxdma(struct ath_hw *ah, u32 q) argument
228 ath9k_hw_gettxintrtxqs(struct ath_hw *ah, u32 *txqs) argument
235 ath9k_hw_set_txq_props(struct ath_hw *ah, int q, const struct ath9k_tx_queue_info *qinfo) argument
307 ath9k_hw_get_txq_props(struct ath_hw *ah, int q, struct ath9k_tx_queue_info *qinfo) argument
346 ath9k_hw_setuptxqueue(struct ath_hw *ah, enum ath9k_tx_queue type, const struct ath9k_tx_queue_info *qinfo) argument
414 ath9k_hw_releasetxqueue(struct ath_hw *ah, u32 q) argument
446 ath9k_hw_resettxqueue(struct ath_hw *ah, u32 q) argument
640 ath9k_hw_rxprocdesc(struct ath_hw *ah, struct ath_desc *ds, struct ath_rx_status *rs, u64 tsf) argument
731 ath9k_hw_setrxabort(struct ath_hw *ah, bool set) argument
761 ath9k_hw_putrxbuf(struct ath_hw *ah, u32 rxdp) argument
767 ath9k_hw_startpcureceive(struct ath_hw *ah, bool is_scanning) argument
777 ath9k_hw_stoppcurecv(struct ath_hw *ah) argument
785 ath9k_hw_abortpcurecv(struct ath_hw *ah) argument
793 ath9k_hw_stopdmarecv(struct ath_hw *ah) argument
826 ath9k_hw_beaconq_setup(struct ath_hw *ah) argument
839 ath9k_hw_intrpend(struct ath_hw *ah) argument
859 ath9k_hw_set_interrupts(struct ath_hw *ah, enum ath9k_int ints) argument
[all...]
H A Dani.c106 static void ath9k_hw_ani_lower_immunity(struct ath_hw *ah) argument
111 int ath9k_hw_get_ani_channel_idx(struct ath_hw *ah, argument
132 ath9k_hw_update_mibstats(struct ath_hw *ah, struct ath9k_mib_stats *stats) argument
142 ath9k_ani_restart_old(struct ath_hw *ah) argument
190 ath9k_ani_restart_new(struct ath_hw *ah) argument
225 ath9k_hw_ani_ofdm_err_trigger_old(struct ath_hw *ah) argument
297 ath9k_hw_ani_cck_err_trigger_old(struct ath_hw *ah) argument
336 ath9k_hw_set_ofdm_nil(struct ath_hw *ah, u8 immunityLevel) argument
383 ath9k_hw_ani_ofdm_err_trigger_new(struct ath_hw *ah) argument
399 ath9k_hw_set_cck_nil(struct ath_hw *ah, u_int8_t immunityLevel) argument
440 ath9k_hw_ani_cck_err_trigger_new(struct ath_hw *ah) argument
453 ath9k_hw_ani_lower_immunity_old(struct ath_hw *ah) argument
509 ath9k_hw_ani_lower_immunity_new(struct ath_hw *ah) argument
527 ath9k_hw_chan_2_clockrate_mhz(struct ath_hw *ah) argument
548 ath9k_hw_ani_get_listen_time(struct ath_hw *ah) argument
593 ath9k_ani_reset_old(struct ath_hw *ah, bool is_scanning) argument
684 ath9k_ani_reset_new(struct ath_hw *ah, bool is_scanning) argument
773 ath9k_hw_ani_monitor_old(struct ath_hw *ah, struct ath9k_channel *chan) argument
859 ath9k_hw_ani_monitor_new(struct ath_hw *ah, struct ath9k_channel *chan) argument
1005 ath9k_enable_mib_counters(struct ath_hw *ah) argument
1028 ath9k_hw_disable_mib_counters(struct ath_hw *ah) argument
1042 ath9k_hw_GetMibCycleCountsPct(struct ath_hw *ah, u32 *rxc_pcnt, u32 *rxf_pcnt, u32 *txf_pcnt) argument
1088 ath9k_hw_proc_mib_event_old(struct ath_hw *ah) argument
1150 ath9k_hw_proc_mib_event_new(struct ath_hw *ah) argument
1183 ath9k_hw_ani_setup(struct ath_hw *ah) argument
1200 ath9k_hw_ani_init(struct ath_hw *ah) argument
1295 ath9k_hw_attach_ani_ops_old(struct ath_hw *ah) argument
1309 ath9k_hw_attach_ani_ops_new(struct ath_hw *ah) argument
[all...]
H A Dar9002_calib.c23 static void ar9002_hw_setup_calibration(struct ath_hw *ah, argument
61 static bool ar9002_hw_per_calibration(struct ath_hw *ah, argument
100 ar9002_hw_iscal_supported(struct ath_hw *ah, enum ath9k_cal_types calType) argument
118 ar9002_hw_iqcal_collect(struct ath_hw *ah) argument
137 ar9002_hw_adc_gaincal_collect(struct ath_hw *ah) argument
162 ar9002_hw_adc_dccal_collect(struct ath_hw *ah) argument
187 ar9002_hw_iqcalibrate(struct ath_hw *ah, u8 numChains) argument
265 ar9002_hw_adc_gaincal_calibrate(struct ath_hw *ah, u8 numChains) argument
323 ar9002_hw_adc_dccal_calibrate(struct ath_hw *ah, u8 numChains) argument
381 ar9287_hw_olc_temp_compensation(struct ath_hw *ah) argument
411 ar9280_hw_olc_temp_compensation(struct ath_hw *ah) argument
441 ar9271_hw_pa_cal(struct ath_hw *ah, bool is_reset) argument
547 ar9285_hw_pa_cal(struct ath_hw *ah, bool is_reset) argument
660 ar9002_hw_pa_cal(struct ath_hw *ah, bool is_reset) argument
675 ar9002_hw_olc_temp_compensation(struct ath_hw *ah) argument
683 ar9002_hw_calibrate(struct ath_hw *ah, struct ath9k_channel *chan, u8 rxchainmask, bool longcal) argument
739 ar9285_hw_cl_cal(struct ath_hw *ah, struct ath9k_channel *chan) argument
780 ar9285_hw_clc(struct ath_hw *ah, struct ath9k_channel *chan) argument
836 ar9002_hw_init_cal(struct ath_hw *ah, struct ath9k_channel *chan) argument
970 ar9002_hw_init_cal_settings(struct ath_hw *ah) argument
1000 ar9002_hw_attach_calib_ops(struct ath_hw *ah) argument
[all...]
H A Dar9003_calib.c21 static void ar9003_hw_setup_calibration(struct ath_hw *ah, argument
66 static bool ar9003_hw_per_calibration(struct ath_hw *ah, argument
118 ar9003_hw_calibrate(struct ath_hw *ah, struct ath9k_channel *chan, u8 rxchainmask, bool longcal) argument
172 ar9003_hw_iqcal_collect(struct ath_hw *ah) argument
192 ar9003_hw_iqcalibrate(struct ath_hw *ah, u8 numChains) argument
314 ar9003_hw_init_cal_settings(struct ath_hw *ah) argument
320 ar9003_hw_iscal_supported(struct ath_hw *ah, enum ath9k_cal_types calType) argument
339 ar9003_hw_solve_iq_cal(struct ath_hw *ah, s32 sin_2phi_1, s32 cos_2phi_1, s32 sin_2phi_2, s32 cos_2phi_2, s32 mag_a0_d0, s32 phs_a0_d0, s32 mag_a1_d0, s32 phs_a1_d0, s32 solved_eq[]) argument
387 ar9003_hw_find_mag_approx(struct ath_hw *ah, s32 in_re, s32 in_im) argument
406 ar9003_hw_calc_iq_corr(struct ath_hw *ah, s32 chain_idx, const s32 iq_res[], s32 iqc_coeff[]) argument
620 ar9003_hw_tx_iq_cal(struct ath_hw *ah) argument
734 ar9003_hw_init_cal(struct ath_hw *ah, struct ath9k_channel *chan) argument
799 ar9003_hw_attach_calib_ops(struct ath_hw *ah) argument
[all...]
H A Dar9003_paprd.c20 void ar9003_paprd_enable(struct ath_hw *ah, bool val) argument
31 static void ar9003_paprd_setup_single_table(struct ath_hw *ah) argument
137 ar9003_paprd_get_gain_table(struct ath_hw *ah) argument
154 ar9003_get_desired_gain(struct ath_hw *ah, int chain, int target_power) argument
205 ar9003_tx_force_gain(struct ath_hw *ah, unsigned int gain_index) argument
583 ar9003_paprd_populate_single_table(struct ath_hw *ah, struct ath9k_hw_cal_data *caldata, int chain) argument
633 ar9003_paprd_setup_gain_table(struct ath_hw *ah, int chain) argument
662 ar9003_paprd_create_curve(struct ath_hw *ah, struct ath9k_hw_cal_data *caldata, int chain) argument
706 ar9003_paprd_init_table(struct ath_hw *ah) argument
714 ar9003_paprd_is_done(struct ath_hw *ah) argument
[all...]
H A Ddebug.c169 struct ath_hw *ah = sc->sc_ah; local
862 struct ath_hw *ah = sc->sc_ah; local
876 struct ath_hw *ah = sc->sc_ah; local
900 int ath9k_init_debug(struct ath_hw *ah) argument
970 ath9k_exit_debug(struct ath_hw *ah) argument
[all...]
H A Drecv.c59 struct ath_hw *ah = sc->sc_ah; local
102 struct ath_hw *ah = sc->sc_ah; local
126 struct ath_hw *ah = sc->sc_ah; local
218 struct ath_hw *ah = sc->sc_ah; local
369 struct ath_hw *ah = sc->sc_ah; local
470 struct ath_hw *ah = sc->sc_ah; local
506 struct ath_hw *ah = sc->sc_ah; local
685 struct ath_hw *ah = sc->sc_ah; local
752 struct ath_hw *ah = sc->sc_ah; local
830 struct ath_hw *ah = common->ah; local
954 struct ath_hw *ah = common->ah; local
1025 struct ath_hw *ah = common->ah; local
1077 struct ath_hw *ah = sc->sc_ah; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/infiniband/hw/cxgb4/
H A Dprovider.c74 static int c4iw_ah_destroy(struct ib_ah *ah) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/block/aoe/
H A Daoecmd.c87 put_lba(struct aoe_atahdr *ah, sector_t lba) argument
208 struct aoe_atahdr *ah; local
336 struct aoe_atahdr *ah; local
469 struct aoe_atahdr *ah; local
893 struct aoe_atahdr *ah; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/bluetooth/
H A Dbtuart_cs.c244 struct hci_acl_hdr *ah; local
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/ipv6/
H A Dah6.c305 struct ip_auth_hdr *ah = ip_auth_hdr(skb); local
346 struct ip_auth_hdr *ah; local
457 struct ip_auth_hdr *ah = ip_auth_hdr(skb); local
506 struct ip_auth_hdr *ah; local
611 struct ip_auth_hdr *ah = (struct ip_auth_hdr*)(skb->data+offset); local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/router/iputils/
H A Darping.c98 struct arphdr *ah = (struct arphdr*)buf; local
193 struct arphdr *ah = (struct arphdr*)buf; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iproute2/misc/
H A Darpd.c185 struct arphdr *ah = (struct arphdr*)buf; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/misc/sisusbvga/
H A Dsisusb_init.c738 SiS_WriteDAC(struct SiS_Private *SiS_Pr, unsigned long DACData, unsigned short shiftflag, unsigned short dl, unsigned short ah, unsigned short al, unsigned short dh) argument

Completed in 246 milliseconds

1234567