Searched refs:ath_hal_rf (Results 1 - 4 of 4) sorted by relevance

/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/ath_hal/
H A 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)
228 ath_hal_remove_rf(struct ath_hal_rf *arf)
239 struct ath_hal_rf *
242 struct ath_hal_rf * const *prf;
243 struct ath_hal_rf * rf;
246 struct ath_hal_rf *rf = *prf;
H A Dah_internal.h121 struct ath_hal_rf { struct
125 TAILQ_ENTRY(ath_hal_rf) node;
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);
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/ath_hal/ar5312/
H A Dar5312_attach.c71 struct ath_hal_rf *rf;
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/ath_hal/ar5212/
H A Dar5212_attach.c328 struct ath_hal_rf *rf;

Completed in 50 milliseconds