Searched refs:ath (Results 1 - 25 of 40) sorted by relevance

12

/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/
H A Dif_ath_ioctl.c31 __FBSDID("$FreeBSD: releng/12.0/sys/dev/ath/if_ath_ioctl.c 331797 2018-03-30 18:50:13Z brooks $");
100 #include <dev/ath/if_athvar.h>
101 #include <dev/ath/ath_hal/ah_devid.h> /* XXX for softled */
102 #include <dev/ath/ath_hal/ah_diagcodes.h>
104 #include <dev/ath/if_ath_debug.h>
105 #include <dev/ath/if_ath_misc.h>
106 #include <dev/ath/if_ath_btcoex.h>
107 #include <dev/ath/if_ath_spectral.h>
108 #include <dev/ath/if_ath_lna_div.h>
109 #include <dev/ath/if_athdf
[all...]
H A Dif_ath_descdma.c31 __FBSDID("$FreeBSD: releng/12.0/sys/dev/ath/if_ath_descdma.c 291233 2015-11-24 03:42:58Z adrian $");
100 #include <dev/ath/if_athvar.h>
101 #include <dev/ath/ath_hal/ah_devid.h> /* XXX for softled */
102 #include <dev/ath/ath_hal/ah_diagcodes.h>
104 #include <dev/ath/if_ath_debug.h>
105 #include <dev/ath/if_ath_misc.h>
107 #include <dev/ath/if_ath_tsf.h>
108 #include <dev/ath/if_ath_tx.h>
109 #include <dev/ath/if_ath_sysctl.h>
110 #include <dev/ath/if_ath_le
[all...]
H A Dif_ath_led.c33 __FBSDID("$FreeBSD: releng/12.0/sys/dev/ath/if_ath_led.c 326255 2017-11-27 14:52:40Z pfg $");
98 #include <dev/ath/if_athvar.h>
99 #include <dev/ath/ath_hal/ah_devid.h> /* XXX for softled */
100 #include <dev/ath/ath_hal/ah_diagcodes.h>
102 #include <dev/ath/if_ath_debug.h>
103 #include <dev/ath/if_ath_misc.h>
105 #include <dev/ath/if_ath_led.h>
H A Dif_ath_tx_edma.c33 __FBSDID("$FreeBSD: releng/12.0/sys/dev/ath/if_ath_tx_edma.c 326255 2017-11-27 14:52:40Z pfg $");
102 #include <dev/ath/if_athvar.h>
103 #include <dev/ath/ath_hal/ah_devid.h> /* XXX for softled */
104 #include <dev/ath/ath_hal/ah_diagcodes.h>
106 #include <dev/ath/if_ath_debug.h>
107 #include <dev/ath/if_ath_misc.h>
108 #include <dev/ath/if_ath_tsf.h>
109 #include <dev/ath/if_ath_tx.h>
110 #include <dev/ath/if_ath_sysctl.h>
111 #include <dev/ath/if_ath_le
[all...]
H A Dif_ath_tdma.c33 __FBSDID("$FreeBSD: releng/12.0/sys/dev/ath/if_ath_tdma.c 326255 2017-11-27 14:52:40Z pfg $");
102 #include <dev/ath/if_athvar.h>
103 #include <dev/ath/ath_hal/ah_devid.h> /* XXX for softled */
104 #include <dev/ath/ath_hal/ah_diagcodes.h>
106 #include <dev/ath/if_ath_debug.h>
107 #include <dev/ath/if_ath_misc.h>
108 #include <dev/ath/if_ath_tsf.h>
109 #include <dev/ath/if_ath_tx.h>
110 #include <dev/ath/if_ath_sysctl.h>
111 #include <dev/ath/if_ath_le
[all...]
H A Dif_ath_rx_edma.c33 __FBSDID("$FreeBSD: releng/12.0/sys/dev/ath/if_ath_rx_edma.c 337573 2018-08-10 13:38:23Z kevans $");
102 #include <dev/ath/if_athvar.h>
103 #include <dev/ath/ath_hal/ah_devid.h> /* XXX for softled */
104 #include <dev/ath/ath_hal/ah_diagcodes.h>
106 #include <dev/ath/if_ath_debug.h>
107 #include <dev/ath/if_ath_misc.h>
108 #include <dev/ath/if_ath_tsf.h>
109 #include <dev/ath/if_ath_tx.h>
110 #include <dev/ath/if_ath_sysctl.h>
111 #include <dev/ath/if_ath_le
[all...]
H A Dif_ath_spectral.c31 * $FreeBSD: releng/12.0/sys/dev/ath/if_ath_spectral.c 327500 2018-01-02 19:34:23Z emaste $
34 __FBSDID("$FreeBSD: releng/12.0/sys/dev/ath/if_ath_spectral.c 327500 2018-01-02 19:34:23Z emaste $");
73 #include <dev/ath/if_athvar.h>
74 #include <dev/ath/if_ath_spectral.h>
75 #include <dev/ath/if_ath_misc.h>
77 #include <dev/ath/ath_hal/ah_desc.h>
H A Dif_ath_debug.c33 __FBSDID("$FreeBSD: releng/12.0/sys/dev/ath/if_ath_debug.c 326255 2017-11-27 14:52:40Z pfg $");
83 #include <dev/ath/if_athvar.h>
84 #include <dev/ath/ath_hal/ah_devid.h> /* XXX for softled */
85 #include <dev/ath/ath_hal/ah_diagcodes.h>
88 #include <dev/ath/ath_tx99/ath_tx99.h>
92 #include <dev/ath/if_ath_debug.h>
H A Dif_ath_rx.c33 __FBSDID("$FreeBSD: releng/12.0/sys/dev/ath/if_ath_rx.c 326255 2017-11-27 14:52:40Z pfg $");
102 #include <dev/ath/if_athvar.h>
103 #include <dev/ath/ath_hal/ah_devid.h> /* XXX for softled */
104 #include <dev/ath/ath_hal/ah_diagcodes.h>
106 #include <dev/ath/if_ath_debug.h>
107 #include <dev/ath/if_ath_misc.h>
108 #include <dev/ath/if_ath_tsf.h>
109 #include <dev/ath/if_ath_tx.h>
110 #include <dev/ath/if_ath_sysctl.h>
111 #include <dev/ath/if_ath_le
[all...]
H A Dif_ath_tx_ht.c33 __FBSDID("$FreeBSD: releng/12.0/sys/dev/ath/if_ath_tx_ht.c 326255 2017-11-27 14:52:40Z pfg $");
83 #include <dev/ath/if_athvar.h>
84 #include <dev/ath/ath_hal/ah_devid.h> /* XXX for softled */
85 #include <dev/ath/ath_hal/ah_diagcodes.h>
88 #include <dev/ath/ath_tx99/ath_tx99.h>
91 #include <dev/ath/if_ath_tx.h> /* XXX for some support functions */
92 #include <dev/ath/if_ath_tx_ht.h>
93 #include <dev/ath/if_athrate.h>
94 #include <dev/ath/if_ath_debug.h>
H A Dah_osdep.c31 * $FreeBSD: releng/12.0/sys/dev/ath/ah_osdep.c 326255 2017-11-27 14:52:40Z pfg $
52 #include <dev/ath/ath_hal/ah.h>
53 #include <dev/ath/ath_hal/ah_debug.h>
96 SYSCTL_NODE(_hw, OID_AUTO, ath, CTLFLAG_RD | CTLFLAG_MPSAFE, 0,
107 static MALLOC_DEFINE(M_ATH_HAL, "ath_hal", "ath hal data");
181 * Setting hw.ath.hal.alq=1 enables tracing of all register reads and
183 * fixed-size array of records. When done logging set hw.ath.hal.alq=0
193 #include <dev/ath/ath_hal/ah_decode.h>
H A Dif_ath_btcoex.c31 * $FreeBSD: releng/12.0/sys/dev/ath/if_ath_btcoex.c 327499 2018-01-02 19:29:30Z emaste $
34 __FBSDID("$FreeBSD: releng/12.0/sys/dev/ath/if_ath_btcoex.c 327499 2018-01-02 19:29:30Z emaste $");
38 * the ath(4) hardware.
74 #include <dev/ath/if_athvar.h>
75 #include <dev/ath/if_ath_btcoex.h>
76 #include <dev/ath/if_ath_btcoex_mci.h>
H A Dif_ath_btcoex_mci.c30 * $FreeBSD: releng/12.0/sys/dev/ath/if_ath_btcoex_mci.c 301182 2016-06-02 01:59:41Z gnn $
33 __FBSDID("$FreeBSD: releng/12.0/sys/dev/ath/if_ath_btcoex_mci.c 301182 2016-06-02 01:59:41Z gnn $");
73 #include <dev/ath/if_athvar.h>
74 #include <dev/ath/if_ath_debug.h>
75 #include <dev/ath/if_ath_descdma.h>
76 #include <dev/ath/if_ath_btcoex.h>
78 #include <dev/ath/if_ath_btcoex_mci.h>
227 * XXX TODO: flush profile state on the ath(4)
H A Dif_ath_keycache.c33 __FBSDID("$FreeBSD: releng/12.0/sys/dev/ath/if_ath_keycache.c 326255 2017-11-27 14:52:40Z pfg $");
79 #include <dev/ath/if_athvar.h>
81 #include <dev/ath/if_ath_debug.h>
82 #include <dev/ath/if_ath_keycache.h>
83 #include <dev/ath/if_ath_misc.h>
H A Dif_ath_alq.c31 * $FreeBSD: releng/12.0/sys/dev/ath/if_ath_alq.c 326255 2017-11-27 14:52:40Z pfg $
51 #include <dev/ath/if_ath_alq.h>
H A Dif_ath_beacon.c33 __FBSDID("$FreeBSD: releng/12.0/sys/dev/ath/if_ath_beacon.c 327479 2018-01-02 00:07:28Z adrian $");
99 #include <dev/ath/if_athvar.h>
101 #include <dev/ath/if_ath_debug.h>
102 #include <dev/ath/if_ath_misc.h>
103 #include <dev/ath/if_ath_tx.h>
104 #include <dev/ath/if_ath_beacon.h>
107 #include <dev/ath/ath_tx99/ath_tx99.h>
H A Dif_ath_sysctl.c33 __FBSDID("$FreeBSD: releng/12.0/sys/dev/ath/if_ath_sysctl.c 326255 2017-11-27 14:52:40Z pfg $");
91 #include <dev/ath/if_athvar.h>
92 #include <dev/ath/ath_hal/ah_devid.h> /* XXX for softled */
93 #include <dev/ath/ath_hal/ah_diagcodes.h>
95 #include <dev/ath/if_ath_debug.h>
96 #include <dev/ath/if_ath_led.h>
97 #include <dev/ath/if_ath_misc.h>
98 #include <dev/ath/if_ath_tx.h>
99 #include <dev/ath/if_ath_sysctl.h>
102 #include <dev/ath/ath_tx9
[all...]
H A Dif_ath.c33 __FBSDID("$FreeBSD: releng/12.0/sys/dev/ath/if_ath.c 336016 2018-07-05 21:38:54Z cem $");
102 #include <dev/ath/if_athvar.h>
103 #include <dev/ath/ath_hal/ah_devid.h> /* XXX for softled */
104 #include <dev/ath/ath_hal/ah_diagcodes.h>
106 #include <dev/ath/if_ath_debug.h>
107 #include <dev/ath/if_ath_misc.h>
108 #include <dev/ath/if_ath_tsf.h>
109 #include <dev/ath/if_ath_tx.h>
110 #include <dev/ath/if_ath_sysctl.h>
111 #include <dev/ath/if_ath_le
[all...]
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/
H A Dglue.c15 #include <dev/ath/if_athvar.h>
/haiku/src/libs/compat/freebsd_wlan/net80211/
H A Dieee80211_superg.c185 struct ieee80211_ath_ie *ath = (struct ieee80211_ath_ie *) frm; local
188 ath->ath_capability = caps;
190 ath->ath_defkeyix[0] = (defkeyix & 0xff);
191 ath->ath_defkeyix[1] = ((defkeyix >> 8) & 0xff);
193 ath->ath_defkeyix[0] = 0xff;
194 ath->ath_defkeyix[1] = 0x7f;
215 const struct ieee80211_ath_ie *ath = local
218 ni->ni_ath_flags = ath->ath_capability;
219 ni->ni_ath_defkeyix = le16dec(&ath->ath_defkeyix);
227 const struct ieee80211_ath_ie *ath; local
278 uint32_t ath; local
[all...]
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/ath_dfs/null/
H A Ddfs_null.c31 * $FreeBSD: releng/12.0/sys/dev/ath/ath_dfs/null/dfs_null.c 326255 2017-11-27 14:52:40Z pfg $
34 __FBSDID("$FreeBSD: releng/12.0/sys/dev/ath/ath_dfs/null/dfs_null.c 326255 2017-11-27 14:52:40Z pfg $");
73 #include <dev/ath/if_athvar.h>
74 #include <dev/ath/if_athdfs.h>
76 #include <dev/ath/ath_hal/ah_desc.h>
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/contrib/ath_hal/ar9300/
H A Dar9300_recv.c31 ar9300_get_rx_dp(struct ath_hal *ath, HAL_RX_QUEUE qtype) argument
34 return OS_REG_READ(ath, AR_HP_RXDP);
36 return OS_REG_READ(ath, AR_LP_RXDP);
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/ath_hal/ar5212/
H A Dar5212_recv.c19 * $FreeBSD: releng/12.0/sys/dev/ath/ath_hal/ar5212/ar5212_recv.c 326695 2017-12-08 15:57:29Z pfg $
35 ar5212GetRxDP(struct ath_hal *ath, HAL_RX_QUEUE qtype) argument
39 return OS_REG_READ(ath, AR_RXDP);
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/ath_rate/amrr/
H A Damrr.c42 __FBSDID("$FreeBSD: releng/12.0/sys/dev/ath/ath_rate/amrr/amrr.c 326255 2017-11-27 14:52:40Z pfg $");
81 #include <dev/ath/if_athvar.h>
82 #include <dev/ath/ath_rate/amrr/amrr.h>
83 #include <dev/ath/ath_hal/ah_desc.h>
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/ath_rate/onoe/
H A Donoe.c33 __FBSDID("$FreeBSD: releng/12.0/sys/dev/ath/ath_rate/onoe/onoe.c 326255 2017-11-27 14:52:40Z pfg $");
70 #include <dev/ath/if_athvar.h>
71 #include <dev/ath/ath_rate/onoe/onoe.h>
72 #include <dev/ath/ath_hal/ah_desc.h>

Completed in 183 milliseconds

12