/src/sys/dev/pci/ |
if_iwmreg.h | 3856 * @sta_id: index of station in uCode's station table - associated AP ID in 3860 uint32_t sta_id; member in struct:iwm_uapsd_misbehaving_ap_notif 4271 * @sta_id: station to update 4294 uint8_t sta_id; member in struct:iwm_lq_cmd 4454 * @sta_id: index of destination station in FW station table 4494 uint8_t sta_id; member in struct:iwm_tx_cmd 4757 * @sta_id: Index of recipient (BA-sending) station in fw's station table 4771 uint8_t sta_id; member in struct:iwm_ba_notif 4848 * @sta_id: station id 4859 uint8_t sta_id; member in struct:iwm_scd_txq_cfg_cmd 4879 uint8_t sta_id; member in struct:iwm_scd_txq_cfg_rsp 5032 uint8_t sta_id; member in struct:iwm_scan_req_tx_cmd 6123 uint8_t sta_id; member in struct:iwm_add_sta_cmd_v7 6151 uint8_t sta_id; member in struct:iwm_add_sta_key_cmd 6183 uint8_t sta_id; member in struct:iwm_rm_sta_cmd 6204 uint32_t sta_id; member in struct:iwm_mgmt_mcast_key_cmd [all...] |
if_iwm.c | 1976 iwm_enable_txq(struct iwm_softc *sc, int sta_id, int qid, int fifo) 2028 cmd.sta_id = sta_id; 2726 cmd.sta_id = IWM_STATION_ID; 4480 iwm_update_sched(struct iwm_softc *sc, int qid, int idx, uint8_t sta_id, 4492 w_val = htole16(sta_id << 12 | len); 4680 tx->sta_id = IWM_AUX_STA_ID; 4682 tx->sta_id = IWM_STATION_ID; 4807 iwm_update_sched(sc, ring->qid, ring->cur, tx->sta_id, 5041 add_sta_cmd.sta_id = IWM_STATION_ID [all...] |