Searched refs:ath_hal_chip (Results 1 - 2 of 2) sorted by relevance

/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/ath_hal/
H A Dah.c32 OS_SET_DECLARE(ah_chips, struct ath_hal_chip);
33 TAILQ_HEAD(, ath_hal_chip) ah_chip_list = TAILQ_HEAD_INITIALIZER(ah_chip_list);
36 ath_hal_add_chip(struct ath_hal_chip *ahc)
44 ath_hal_remove_chip(struct ath_hal_chip *ahc)
58 struct ath_hal_chip * const *pchip;
59 struct ath_hal_chip *pc;
91 struct ath_hal_chip * const *pchip;
92 struct ath_hal_chip *pc;
95 struct ath_hal_chip *chip = *pchip;
118 struct ath_hal_chip *chi
[all...]
H A Dah_internal.h92 struct ath_hal_chip { struct
99 TAILQ_ENTRY(ath_hal_chip) node;
103 struct ath_hal_chip _name##_chip = { \
1051 extern int ath_hal_add_chip(struct ath_hal_chip *ahc);
1052 extern int ath_hal_remove_chip(struct ath_hal_chip *ahc);

Completed in 399 milliseconds