• Home
  • Raw
  • Download

Lines Matching refs:sta_id

670 	tx_cmd->sta_id = std_id;  in iwl_tx_cmd_build_basic()
708 __le16 fc, int sta_id, in iwl_tx_cmd_build_rate() argument
771 int sta_id) in iwl_tx_cmd_build_hwcrypto() argument
838 u8 sta_id; in iwl_tx_skb() local
884 sta_id = iwl_get_sta_id(priv, hdr); in iwl_tx_skb()
885 if (sta_id == IWL_INVALID_STATION) { in iwl_tx_skb()
891 IWL_DEBUG_TX("station Id %d\n", sta_id); in iwl_tx_skb()
898 seq_number = priv->stations[sta_id].tid[tid].seq_number; in iwl_tx_skb()
906 txq_id = priv->stations[sta_id].tid[tid].agg.txq_id; in iwl_tx_skb()
907 priv->stations[sta_id].tid[tid].tfds_in_queue++; in iwl_tx_skb()
976 iwl_tx_cmd_build_hwcrypto(priv, info, tx_cmd, skb, sta_id); in iwl_tx_skb()
995 iwl_tx_cmd_build_basic(priv, tx_cmd, info, hdr, sta_id); in iwl_tx_skb()
998 iwl_tx_cmd_build_rate(priv, tx_cmd, info, fc, sta_id, 0); in iwl_tx_skb()
1010 priv->stations[sta_id].tid[tid].seq_number = seq_number; in iwl_tx_skb()
1297 int sta_id; in iwl_tx_agg_start() local
1312 sta_id = iwl_find_station(priv, ra); in iwl_tx_agg_start()
1313 if (sta_id == IWL_INVALID_STATION) in iwl_tx_agg_start()
1316 if (priv->stations[sta_id].tid[tid].agg.state != IWL_AGG_OFF) { in iwl_tx_agg_start()
1326 tid_data = &priv->stations[sta_id].tid[tid]; in iwl_tx_agg_start()
1332 sta_id, tid, *ssn); in iwl_tx_agg_start()
1351 int tx_fifo_id, txq_id, sta_id, ssn = -1; in iwl_tx_agg_stop() local
1366 sta_id = iwl_find_station(priv, ra); in iwl_tx_agg_stop()
1368 if (sta_id == IWL_INVALID_STATION) in iwl_tx_agg_stop()
1371 if (priv->stations[sta_id].tid[tid].agg.state != IWL_AGG_ON) in iwl_tx_agg_stop()
1374 tid_data = &priv->stations[sta_id].tid[tid]; in iwl_tx_agg_stop()
1383 priv->stations[sta_id].tid[tid].agg.state = in iwl_tx_agg_stop()
1389 priv->stations[sta_id].tid[tid].agg.state = IWL_AGG_OFF; in iwl_tx_agg_stop()
1405 int iwl_txq_check_empty(struct iwl_priv *priv, int sta_id, u8 tid, int txq_id) in iwl_txq_check_empty() argument
1408 u8 *addr = priv->stations[sta_id].sta.sta.addr; in iwl_txq_check_empty()
1409 struct iwl_tid_data *tid_data = &priv->stations[sta_id].tid[tid]; in iwl_txq_check_empty()
1411 switch (priv->stations[sta_id].tid[tid].agg.state) { in iwl_txq_check_empty()
1520 int sta_id; in iwl_rx_reply_compressed_ba() local
1536 sta_id = ba_resp->sta_id; in iwl_rx_reply_compressed_ba()
1538 agg = &priv->stations[sta_id].tid[tid].agg; in iwl_rx_reply_compressed_ba()
1549 ba_resp->sta_id); in iwl_rx_reply_compressed_ba()
1570 priv->stations[sta_id].tid[tid].tfds_in_queue -= freed; in iwl_rx_reply_compressed_ba()
1577 iwl_txq_check_empty(priv, sta_id, tid, scd_flow); in iwl_rx_reply_compressed_ba()