HomeSort by: relevance | last modified time | path
    Searched refs:sta_id (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/pci/
if_iwmreg.h 4145 * @sta_id: index of station in uCode's station table - associated AP ID in
4149 uint32_t sta_id; member in struct:iwm_uapsd_misbehaving_ap_notif
4565 * @sta_id: station to update
4588 uint8_t sta_id; member in struct:iwm_lq_cmd
4755 * @sta_id: index of destination station in FW station table
4795 uint8_t sta_id; member in struct:iwm_tx_cmd
5058 * @sta_id: Index of recipient (BA-sending) station in fw's station table
5072 uint8_t sta_id; member in struct:iwm_ba_notif
5130 * @sta_id: station ID to flush
5135 uint32_t sta_id; member in struct:iwm_tx_path_flush_cmd
5173 uint8_t sta_id; member in struct:iwm_scd_txq_cfg_cmd
5193 uint8_t sta_id; member in struct:iwm_scd_txq_cfg_rsp
5348 uint8_t sta_id; member in struct:iwm_scan_req_tx_cmd
6580 uint8_t sta_id; member in struct:iwm_add_sta_cmd_v7
6649 uint8_t sta_id; member in struct:iwm_add_sta_cmd
6696 uint8_t sta_id; member in struct:iwm_add_sta_key_common
6752 uint8_t sta_id; member in struct:iwm_rm_sta_cmd
6773 uint32_t sta_id; member in struct:iwm_mgmt_mcast_key_cmd
    [all...]
if_iwm.c 2195 iwm_enable_txq(struct iwm_softc *sc, int sta_id, int qid, int fifo,
2228 cmd.sta_id = sta_id;
2942 cmd.sta_id = IWM_STATION_ID;
4784 iwm_update_sched(struct iwm_softc *sc, int qid, int idx, uint8_t sta_id,
4796 val = htole16(sta_id << 12 | len);
5033 tx->sta_id = IWM_AUX_STA_ID;
5035 tx->sta_id = IWM_STATION_ID;
5182 iwm_update_sched(sc, ring->qid, ring->cur, tx->sta_id, totlen);
5414 add_sta_cmd.sta_id = IWM_MONITOR_STA_ID
    [all...]

Completed in 26 milliseconds