Home
last modified time | relevance | path

Searched refs:sta_id (Results 1 – 6 of 6) sorted by relevance

/openbsd-src/sys/dev/pci/
H A Dif_iwxreg.h1816 * @sta_id: station id
1825 uint8_t sta_id;
4858 * @sta_id: index of station in uCode's station table
4887 uint32_t sta_id;
4914 * @sta_id: index of station to remove
4917 uint32_t sta_id;
5103 * @sta_id: index of station in uCode's station table - associated AP ID in
5107 uint32_t sta_id;
6081 * @sta_id: station id
6099 uint8_t sta_id;
1819 uint8_t sta_id; global() member
4699 uint32_t sta_id; global() member
5617 uint8_t sta_id; global() member
5650 uint8_t sta_id; global() member
5681 uint8_t sta_id; global() member
6181 uint8_t sta_id; global() member
6231 uint32_t sta_id; global() member
6257 uint16_t sta_id; global() member
6296 uint8_t sta_id; global() member
6316 uint8_t sta_id; global() member
6380 uint8_t sta_id; global() member
7447 uint8_t sta_id; global() member
7492 uint8_t sta_id; global() member
7546 uint8_t sta_id; global() member
7567 uint32_t sta_id; global() member
[all...]
H A Dif_iwmreg.h4271 * @sta_id: index of station in uCode's station table - associated AP ID in
4275 uint32_t sta_id; member
4688 * @sta_id: station to update
4711 uint8_t sta_id; member
4883 * @sta_id: index of destination station in FW station table
4923 uint8_t sta_id; member
5133 * @sta_id: Index of recipient (BA-sending) station in fw's station table
5151 uint8_t sta_id; member
5207 * @sta_id: station ID to flush
5212 uint32_t sta_id; member
5250 uint8_t sta_id; global() member
5270 uint8_t sta_id; global() member
5334 uint8_t sta_id; global() member
6276 uint8_t sta_id; global() member
6345 uint8_t sta_id; global() member
6390 uint8_t sta_id; global() member
6444 uint8_t sta_id; global() member
6465 uint32_t sta_id; global() member
[all...]
H A Dif_iwxvar.h407 * @sta_id: station id
419 uint8_t sta_id; member
449 int sta_id; member
H A Dif_iwx.c2816 iwx_enable_txq(struct iwx_softc *sc, int sta_id, int qid, int tid, in iwx_enable_txq()
2838 cmd_v0.sta_id = sta_id; in iwx_enable_txq()
2854 cmd_v3.u.add.sta_mask = htole32(1 << sta_id); in iwx_enable_txq()
2905 iwx_disable_txq(struct iwx_softc *sc, int sta_id, int qid, uint8_t tid) in iwx_disable_txq()
2922 cmd_v0.sta_id = sta_id; in iwx_disable_txq()
2934 cmd_v3.u.remove.sta_mask = htole32(1 << sta_id); in iwx_disable_txq()
3263 unsigned int baid, nssn, sta_id, tid; in iwx_rx_bar_frame_release()
3279 sta_id in iwx_rx_bar_frame_release()
2810 iwx_enable_txq(struct iwx_softc * sc,int sta_id,int qid,int tid,int num_slots) iwx_enable_txq() argument
2899 iwx_disable_txq(struct iwx_softc * sc,int sta_id,int qid,uint8_t tid) iwx_disable_txq() argument
3257 unsigned int baid, nssn, sta_id, tid; iwx_rx_bar_frame_release() local
6355 iwx_flush_sta_tids(struct iwx_softc * sc,int sta_id,uint16_t tids) iwx_flush_sta_tids() argument
8436 iwx_add_sta_key(struct iwx_softc * sc,int sta_id,struct ieee80211_node * ni,struct ieee80211_key * k) iwx_add_sta_key() argument
[all...]
H A Dif_iwm.c2430 iwm_enable_txq(struct iwm_softc *sc, int sta_id, int qid, int fifo, in iwm_enable_txq() argument
2461 cmd.sta_id = sta_id; in iwm_enable_txq()
2477 iwm_disable_txq(struct iwm_softc *sc, int sta_id, int qid, uint8_t tid) in iwm_disable_txq() argument
2486 cmd.sta_id = sta_id; in iwm_disable_txq()
3331 cmd.sta_id = IWM_STATION_ID; in iwm_sta_rx_agg()
3384 rxba->sta_id = IWM_STATION_ID; in iwm_sta_rx_agg()
3577 cmd.sta_id = IWM_STATION_ID; in iwm_sta_tx_agg()
5194 tid != rxba->tid || rxba->sta_id ! in iwm_rx_reorder()
6548 iwm_update_sched(struct iwm_softc * sc,int qid,int idx,uint8_t sta_id,uint16_t len) iwm_update_sched() argument
6574 iwm_reset_sched(struct iwm_softc * sc,int qid,int idx,uint8_t sta_id) iwm_reset_sched() argument
[all...]
H A Dif_iwmvar.h439 uint8_t sta_id; member