Home
last modified time | relevance | path

Searched refs:IWX_STATION_ID (Results 1 – 2 of 2) sorted by relevance

/src/sys/dev/iwx/
H A Dif_iwxvar.h910 #define IWX_STATION_ID 0 macro
917 #define IWX_STATION_ID 0 macro
H A Dif_iwx.c3346 cmd.alloc.sta_id_mask = htole32(1 << IWX_STATION_ID); in iwx_sta_rx_agg_baid_cfg_cmd()
3363 cmd.remove.sta_id_mask = htole32(1 << IWX_STATION_ID); in iwx_sta_rx_agg_baid_cfg_cmd()
3413 rxba->sta_id = IWX_STATION_ID; in iwx_sta_rx_agg()
3463 err = iwx_enable_txq(sc, IWX_STATION_ID, qid, tid, in iwx_sta_tx_agg_start()
4876 if (ba_res->sta_id != IWX_STATION_ID) in iwx_rx_compressed_ba()
5958 cmd.sta_id = IWX_STATION_ID; in iwx_drain_sta()
5998 err = iwx_flush_sta_tids(sc, IWX_STATION_ID, 0xffff); in iwx_flush_sta()
6160 add_sta_cmd.sta_id = IWX_STATION_ID; in iwx_add_sta_cmd()
6274 rm_sta_cmd.sta_id = IWX_STATION_ID; in iwx_rm_sta_cmd()
6309 err = iwx_disable_txq(sc, IWX_STATION_ID, in iwx_rm_sta()
[all …]