Home
last modified time | relevance | path

Searched refs:ath_hal_rf (Results 1 – 6 of 6) sorted by relevance

/freebsd-12-stable/sys/dev/ath/
Dah_osdep_ar5212.c46 extern struct ath_hal_rf RF2413_rf;
47 extern struct ath_hal_rf RF2425_rf;
48 extern struct ath_hal_rf RF5111_rf;
49 extern struct ath_hal_rf RF5112_rf;
50 extern struct ath_hal_rf RF5413_rf;
Dah_osdep_ar5416.c50 extern struct ath_hal_rf RF2133_rf;
51 extern struct ath_hal_rf RF9280_rf;
52 extern struct ath_hal_rf RF9285_rf;
53 extern struct ath_hal_rf RF9287_rf;
/freebsd-12-stable/sys/dev/ath/ath_hal/
Dah_internal.h121 struct ath_hal_rf { struct
125 TAILQ_ENTRY(ath_hal_rf) node; argument
129 struct ath_hal_rf _name##_rf = { \
137 struct ath_hal_rf *ath_hal_rfprobe(struct ath_hal *ah, HAL_STATUS *ecode);
1053 extern int ath_hal_add_rf(struct ath_hal_rf *arf);
1054 extern int ath_hal_remove_rf(struct ath_hal_rf *arf);
Dah.c216 OS_SET_DECLARE(ah_rfs, struct ath_hal_rf);
217 TAILQ_HEAD(, ath_hal_rf) ah_rf_list = TAILQ_HEAD_INITIALIZER(ah_rf_list);
220 ath_hal_add_rf(struct ath_hal_rf *arf) in ath_hal_add_rf()
228 ath_hal_remove_rf(struct ath_hal_rf *arf) in ath_hal_remove_rf()
239 struct ath_hal_rf *
242 struct ath_hal_rf * const *prf; in ath_hal_rfprobe()
243 struct ath_hal_rf * rf; in ath_hal_rfprobe()
246 struct ath_hal_rf *rf = *prf; in ath_hal_rfprobe()
/freebsd-12-stable/sys/dev/ath/ath_hal/ar5312/
Dar5312_attach.c71 struct ath_hal_rf *rf; in ar5312Attach()
/freebsd-12-stable/sys/dev/ath/ath_hal/ar5212/
Dar5212_attach.c328 struct ath_hal_rf *rf; in ar5212Attach()