Symbol: urtw_rf
usr/src/uts/common/io/urtw/urtw.c
2051
struct urtw_rf *rf = &sc->sc_rf;
usr/src/uts/common/io/urtw/urtw.c
2302
urtw_8225_rf_init(struct urtw_rf *rf)
usr/src/uts/common/io/urtw/urtw.c
2418
urtw_8225_rf_set_chan(struct urtw_rf *rf, int chan)
usr/src/uts/common/io/urtw/urtw.c
2468
urtw_8225_rf_set_sens(struct urtw_rf *rf)
usr/src/uts/common/io/urtw/urtw.c
2680
urtw_8225v2_rf_init(struct urtw_rf *rf)
usr/src/uts/common/io/urtw/urtw.c
2827
urtw_8225v2_rf_set_chan(struct urtw_rf *rf, int chan)
usr/src/uts/common/io/urtw/urtw.c
2879
struct urtw_rf *rf = &sc->sc_rf;
usr/src/uts/common/io/urtw/urtw.c
3058
struct urtw_rf *rf = &sc->sc_rf;
usr/src/uts/common/io/urtw/urtw.c
3223
urtw_8225v2_b_rf_init(struct urtw_rf *rf)
usr/src/uts/common/io/urtw/urtw.c
3328
urtw_8225v2_b_rf_set_chan(struct urtw_rf *rf, int chan)
usr/src/uts/common/io/urtw/urtw.c
533
static usbd_status urtw_8225_rf_init(struct urtw_rf *);
usr/src/uts/common/io/urtw/urtw.c
534
static usbd_status urtw_8225_rf_set_chan(struct urtw_rf *, int);
usr/src/uts/common/io/urtw/urtw.c
535
static usbd_status urtw_8225_rf_set_sens(struct urtw_rf *);
usr/src/uts/common/io/urtw/urtw.c
536
static usbd_status urtw_8225v2_rf_init(struct urtw_rf *);
usr/src/uts/common/io/urtw/urtw.c
537
static usbd_status urtw_8225v2_rf_set_chan(struct urtw_rf *, int);
usr/src/uts/common/io/urtw/urtw.c
548
static usbd_status urtw_8225v2_b_rf_init(struct urtw_rf *);
usr/src/uts/common/io/urtw/urtw.c
549
static usbd_status urtw_8225v2_b_rf_set_chan(struct urtw_rf *, int);
usr/src/uts/common/io/urtw/urtw.c
886
struct urtw_rf *rf = &sc->sc_rf;
usr/src/uts/common/io/urtw/urtw_var.h
108
struct urtw_rf sc_rf;
usr/src/uts/common/io/urtw/urtw_var.h
65
usbd_status (*init)(struct urtw_rf *);
usr/src/uts/common/io/urtw/urtw_var.h
66
usbd_status (*set_chan)(struct urtw_rf *, int);
usr/src/uts/common/io/urtw/urtw_var.h
67
usbd_status (*set_sens)(struct urtw_rf *);