Searched refs:ath (Results 51 - 63 of 63) sorted by relevance

123

/freebsd-11-stable/sys/dev/ath/
H A Dif_athvar.h40 #include <dev/ath/ath_hal/ah.h>
41 #include <dev/ath/ath_hal/ah_desc.h>
43 #include <dev/ath/if_athioctl.h>
44 #include <dev/ath/if_athrate.h>
46 #include <dev/ath/if_ath_alq.h>
994 * Even though RX occurs in a single context (the ath taskqueue), the
H A Dif_ath_tx.c32 __FBSDID("$FreeBSD: stable/11/sys/dev/ath/if_ath_tx.c 345635 2019-03-28 09:18:22Z avos $");
92 #include <dev/ath/if_athvar.h>
93 #include <dev/ath/ath_hal/ah_devid.h> /* XXX for softled */
94 #include <dev/ath/ath_hal/ah_diagcodes.h>
96 #include <dev/ath/if_ath_debug.h>
99 #include <dev/ath/ath_tx99/ath_tx99.h>
102 #include <dev/ath/if_ath_misc.h>
103 #include <dev/ath/if_ath_tx.h>
104 #include <dev/ath/if_ath_tx_ht.h>
107 #include <dev/ath/if_ath_al
[all...]
/freebsd-11-stable/sys/net80211/
H A Dieee80211_hostap.c1660 uint8_t *ssid, *rates, *xrates, *wpa, *rsn, *wme, *ath, *htcap; local
1957 ssid = rates = xrates = wpa = rsn = wme = ath = htcap = NULL;
1984 ath = frm;
2131 if (ath != NULL) {
2132 setie(ath_ie, ath - sfrm);
H A Dieee80211_sta.c1376 if (scan.ath != NULL)
1377 ieee80211_parse_athparams(ni, scan.ath, wh);
H A Dieee80211_input.c621 scan->ath = frm;
/freebsd-11-stable/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_stub_funcs.h110 extern uint32_t ar9300_Stub_GetRxDP(struct ath_hal *ath, HAL_RX_QUEUE);
H A Dar9300desc.h563 extern u_int32_t ar9300_get_rx_dp(struct ath_hal *ath, HAL_RX_QUEUE qtype);
/freebsd-11-stable/tools/tools/ath/athalq/
H A Dar9300_ds.c31 #include <dev/ath/if_ath_alq.h>
/freebsd-11-stable/share/man/man4/
H A DMakefile61 ath.4 \
618 MLINKS+=ath.4 if_ath.4
/freebsd-11-stable/sbin/ifconfig/
H A Difieee80211.c2691 const struct ieee80211_ath_ie *ath = local
2695 if (ath->ath_capability & ATHEROS_CAP_TURBO_PRIME)
2697 if (ath->ath_capability & ATHEROS_CAP_COMPRESSION)
2699 if (ath->ath_capability & ATHEROS_CAP_FAST_FRAME)
2701 if (ath->ath_capability & ATHEROS_CAP_XR)
2703 if (ath->ath_capability & ATHEROS_CAP_AR)
2705 if (ath->ath_capability & ATHEROS_CAP_BURST)
2707 if (ath->ath_capability & ATHEROS_CAP_WME)
2709 if (ath->ath_capability & ATHEROS_CAP_BOOST)
2711 printf("0x%x>", LE_READ_2(ath
[all...]
/freebsd-11-stable/sys/dev/ath/ath_hal/ar5416/
H A Dar5416reg.h22 #include <dev/ath/ath_hal/ar5212/ar5212reg.h>
/freebsd-11-stable/sys/modules/
H A DMakefile52 ath \
/freebsd-11-stable/sys/dev/ath/ath_hal/ar5212/
H A Dar5212.h536 extern uint32_t ar5212GetRxDP(struct ath_hal *ath, HAL_RX_QUEUE);

Completed in 227 milliseconds

123