Searched refs:ath_t (Results 1 – 6 of 6) sorted by relevance
/illumos-gate/usr/src/uts/common/io/ath/ |
H A D | ath_aux.h | 48 uint32_t ath_calcrxfilter(ath_t *asc); 49 void ath_beacon_config(ath_t *asc); 51 int32_t ath_startrecv(ath_t *asc); 52 void ath_stoprecv(ath_t *asc); 55 int32_t ath_getchannels(ath_t *asc, uint32_t cc, 57 void ath_chan_change(ath_t *asc, struct ieee80211_channel *chan); 58 int32_t ath_chan_set(ath_t *asc, struct ieee80211_channel *chan); 59 int ath_txq_setup(ath_t *asc); 60 void ath_txq_cleanup(ath_t *asc); 61 void ath_rate_setup(ath_t *asc, uint32_t mode); [all …]
|
H A D | ath_aux.c | 80 extern void ath_setup_desc(ath_t *asc, struct ath_buf *bf); 112 ath_calcrxfilter(ath_t *asc) in ath_calcrxfilter() 132 ath_set_data_queue(ath_t *asc, int ac, int haltype) in ath_set_data_queue() 189 ath_txq_setup(ath_t *asc) in ath_txq_setup() 202 ath_txq_cleanup(ath_t *asc) in ath_txq_cleanup() 219 ath_setcurmode(ath_t *asc, enum ieee80211_phymode mode) in ath_setcurmode() 247 ath_mode_init(ath_t *asc) in ath_mode_init() 269 ath_stoprecv(ath_t *asc) in ath_stoprecv() 298 ath_getchannels(ath_t *asc, uint32_t cc, HAL_BOOL outdoor, HAL_BOOL xchanmode) in ath_getchannels() 367 ath_drainq(ath_t *asc, struct ath_txq *txq) in ath_drainq() [all …]
|
H A D | ath_rate.h | 47 void ath_rate_ctl_start(ath_t *asc, struct ieee80211_node *in); 48 void ath_rate_ctl_reset(ath_t *asc, enum ieee80211_state state); 50 void ath_rate_update(ath_t *asc, struct ieee80211_node *in, int32_t rate); 51 void ath_rate_setup(ath_t *asc, uint32_t mode);
|
H A D | ath_main.c | 156 extern int32_t ath_getset(ath_t *asc, mblk_t *mp, uint32_t cmd); 303 ath_setup_desc(ath_t *asc, struct ath_buf *bf) in ath_setup_desc() 387 ath_buflist_setup(dev_info_t *devinfo, ath_t *asc, list_t *bflist, in ath_buflist_setup() 446 ath_desc_free(ath_t *asc) in ath_desc_free() 459 ath_desc_alloc(dev_info_t *devinfo, ath_t *asc) in ath_desc_alloc() 528 ath_rx_handler(ath_t *asc) in ath_rx_handler() 669 ath_tx_start(ath_t *asc, struct ieee80211_node *in, struct ath_buf *bf, in ath_tx_start() 957 ath_t *asc = (ath_t *)ic; in ath_xmit() 1058 ath_t *asc = arg; in ath_m_tx() 1096 ath_tx_processq(ath_t *asc, struct ath_txq *txq) in ath_tx_processq() [all …]
|
H A D | ath_rate.c | 73 ath_rate_update(ath_t *asc, struct ieee80211_node *in, int32_t rate) in ath_rate_update() 152 ath_rate_ctl_start(ath_t *asc, struct ieee80211_node *in) in ath_rate_ctl_start() 192 ath_rate_update((ath_t *)arg, in, 0); in ath_rate_cb() 199 ath_rate_ctl_reset(ath_t *asc, enum ieee80211_state state) in ath_rate_ctl_reset() 234 ath_t *asc = arg; in ath_rate_ctl() 299 ath_rate_setup(ath_t *asc, uint32_t mode) in ath_rate_setup()
|
H A D | ath_impl.h | 323 } ath_t; typedef 325 #define ATH_STATE(macinfo) ((ath_t *)((macinfo)->gldm_private))
|