Searched refs:ath_diag (Results 1 – 10 of 10) sorted by relevance
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/ |
H A D | if_athioctl.h | 186 struct ath_diag { struct 199 #define SIOCGATHDIAG _IOWR('i', 138, struct ath_diag) argument 200 #define SIOCGATHPHYERR _IOWR('i', 140, struct ath_diag) 447 #define SIOCGATHSPECTRAL _IOWR('i', 151, struct ath_diag) 461 #define SIOCGATHBTCOEX _IOWR('i', 152, struct ath_diag)
|
H A D | if_ath_spectral.h | 36 extern int ath_ioctl_spectral(struct ath_softc *sc, struct ath_diag *ad);
|
H A D | if_ath_btcoex.h | 40 extern int ath_btcoex_ioctl(struct ath_softc *sc, struct ath_diag *ad);
|
H A D | if_athdfs.h | 45 extern int ath_ioctl_phyerr(struct ath_softc *sc, struct ath_diag *ad);
|
H A D | if_ath_lna_div.h | 82 extern int ath_lna_div_ioctl(struct ath_softc *sc, struct ath_diag *ad);
|
H A D | if_ath_spectral.c | 177 ath_ioctl_spectral(struct ath_softc *sc, struct ath_diag *ad) in ath_ioctl_spectral()
|
H A D | if_ath_ioctl.c | 167 ath_ioctl_diag(struct ath_softc *sc, struct ath_diag *ad) in ath_ioctl_diag()
|
H A D | if_ath_btcoex.c | 431 ath_btcoex_ioctl(struct ath_softc *sc, struct ath_diag *ad) in ath_btcoex_ioctl()
|
H A D | if_ath_lna_div.c | 157 ath_lna_div_ioctl(struct ath_softc *sc, struct ath_diag *ad) in ath_lna_div_ioctl()
|
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/ath_dfs/null/ |
H A D | dfs_null.c | 216 ath_ioctl_phyerr(struct ath_softc *sc, struct ath_diag *ad) in ath_ioctl_phyerr()
|