Lines Matching refs:bwn_mac
38 struct bwn_mac;
493 int (*attach)(struct bwn_mac *);
494 void (*detach)(struct bwn_mac *);
495 int (*prepare_hw)(struct bwn_mac *);
496 void (*init_pre)(struct bwn_mac *);
497 int (*init)(struct bwn_mac *);
498 void (*exit)(struct bwn_mac *);
499 uint16_t (*phy_read)(struct bwn_mac *, uint16_t);
500 void (*phy_write)(struct bwn_mac *, uint16_t,
502 void (*phy_maskset)(struct bwn_mac *,
504 uint16_t (*rf_read)(struct bwn_mac *, uint16_t);
505 void (*rf_write)(struct bwn_mac *, uint16_t,
507 int (*use_hwpctl)(struct bwn_mac *);
508 void (*rf_onoff)(struct bwn_mac *, int);
509 void (*switch_analog)(struct bwn_mac *, int);
510 int (*switch_channel)(struct bwn_mac *,
512 uint32_t (*get_default_chan)(struct bwn_mac *);
513 void (*set_antenna)(struct bwn_mac *, int);
514 int (*set_im)(struct bwn_mac *, int);
515 bwn_txpwr_result_t (*recalc_txpwr)(struct bwn_mac *, int);
516 void (*set_txpwr)(struct bwn_mac *);
517 void (*task_15s)(struct bwn_mac *);
518 void (*task_60s)(struct bwn_mac *);
655 struct bwn_mac *dr_mac;
707 struct bwn_mac *prq_mac;
927 struct bwn_mac { struct
971 TAILQ_ENTRY(bwn_mac) mac_list; argument
975 bwn_tx_hdrsize(struct bwn_mac *mac) in bwn_tx_hdrsize()
1037 struct bwn_mac *sc_curmac;
1038 TAILQ_HEAD(, bwn_mac) sc_maclist;
1085 bwn_channel_band(struct bwn_mac *mac, struct ieee80211_channel *c) in bwn_channel_band()
1094 bwn_current_band(struct bwn_mac *mac) in bwn_current_band()
1104 bwn_is_40mhz(struct bwn_mac *mac) in bwn_is_40mhz()
1112 bwn_get_centre_freq(struct bwn_mac *mac) in bwn_get_centre_freq()
1121 bwn_get_chan_centre_freq(struct bwn_mac *mac, struct ieee80211_channel *chan) in bwn_get_chan_centre_freq()
1129 bwn_get_chan(struct bwn_mac *mac) in bwn_get_chan()
1138 bwn_get_channel(struct bwn_mac *mac) in bwn_get_channel()
1146 bwn_is_chan_passive(struct bwn_mac *mac) in bwn_is_chan_passive()
1154 bwn_get_chan_type(struct bwn_mac *mac, struct ieee80211_channel *c) in bwn_get_chan_type()
1170 bwn_get_chan_power(struct bwn_mac *mac, struct ieee80211_channel *c) in bwn_get_chan_power()