Searched refs:IEEE80211_SEQ_TO_SN (Results 1 – 19 of 19) sorted by relevance
388 IEEE80211_SEQ_TO_SN(tid_data->seq_number)); in iwlagn_tx_skb()528 tid_data->agg.ssn = IEEE80211_SEQ_TO_SN(tid_data->seq_number); in iwlagn_tx_agg_stop()610 tid_data->agg.ssn = IEEE80211_SEQ_TO_SN(tid_data->seq_number); in iwlagn_tx_agg_start()1148 next_reclaimed = IEEE80211_SEQ_TO_SN(next_reclaimed + 0x10); in iwlagn_rx_reply_tx()
135 seqno = IEEE80211_SEQ_TO_SN(le16_to_cpu(bar->start_seq_num)); in mt76_rx_aggr_check_ctl()
461 FIELD_PREP(MT_TXD3_SEQ, IEEE80211_SEQ_TO_SN(seqno)); in mt76_connac2_mac_write_txwi_80211()
351 sn = IEEE80211_SEQ_TO_SN(__le16_to_cpu(hdr->seq_ctrl)); in wcn36xx_rx_skb()669 IEEE80211_SEQ_TO_SN(__le16_to_cpu(hdr->seq_ctrl)), in wcn36xx_start_tx()
118 cpu_to_le16(IEEE80211_SEQ_TO_SN(le16_to_cpu(wh->seq_ctrl))); in rsi_prepare_mgmt_desc()195 seq_num = IEEE80211_SEQ_TO_SN(le16_to_cpu(wh->seq_ctrl)); in rsi_prepare_data_desc()
1085 ssn = IEEE80211_SEQ_TO_SN(mvmsta->tid_data[tid].seq_number); in iwl_mvm_unshare_queue()1350 ssn = IEEE80211_SEQ_TO_SN(mvmsta->tid_data[tid].seq_number); in iwl_mvm_sta_alloc_queue()1671 u16 seq = IEEE80211_SEQ_TO_SN(tid_data->seq_number); in iwl_mvm_realloc_queues_after_restart()3171 tid_data->ssn = IEEE80211_SEQ_TO_SN(tid_data->seq_number); in iwl_mvm_sta_tx_agg_start()3387 tid_data->ssn = IEEE80211_SEQ_TO_SN(tid_data->seq_number); in iwl_mvm_sta_tx_agg_stop()4308 u16 sn = IEEE80211_SEQ_TO_SN(tid_data->seq_number); in iwl_mvm_tid_queued()
1304 IEEE80211_SEQ_TO_SN(seq_number), skb->len); in iwl_mvm_tx_mpdu()
383 req->packet_id |= IEEE80211_SEQ_TO_SN(le16_to_cpu(hdr->seq_ctrl)) << 16; in wfx_tx_inner()
618 status->seqno = IEEE80211_SEQ_TO_SN(seq_ctrl); in mt7925_mac_fill_rx()720 FIELD_PREP(MT_TXD3_SEQ, IEEE80211_SEQ_TO_SN(seqno)); in mt7925_mac_write_txwi_80211()
444 status->seqno = IEEE80211_SEQ_TO_SN(seq_ctrl); in mt7921_mac_fill_rx()
2251 *ssn = IEEE80211_SEQ_TO_SN(tid_data->seq_number); in il4965_tx_agg_start()2401 u16 ssn = IEEE80211_SEQ_TO_SN(tid_data->seq_number); in il4965_txq_check_empty()2710 if (idx != (IEEE80211_SEQ_TO_SN(sc) & 0xff)) { in il4965_tx_status_reply_tx()2713 IEEE80211_SEQ_TO_SN(sc), hdr->seq_ctrl); in il4965_tx_status_reply_tx()2718 IEEE80211_SEQ_TO_SN(sc)); in il4965_tx_status_reply_tx()
654 status->seqno = IEEE80211_SEQ_TO_SN(seq_ctrl); in mt7615_mac_fill_rx()857 FIELD_PREP(MT_TXD3_SEQ, IEEE80211_SEQ_TO_SN(seqno)); in mt7615_mac_write_txwi()
1383 IEEE80211_SEQ_TO_SN(__le16_to_cpu(hdr->seq_ctrl)), in ath10k_process_rx()1903 seq = IEEE80211_SEQ_TO_SN(__le16_to_cpu(hdr->seq_ctrl)); in ath10k_htt_rx_h_frag_pn_check()2823 seq = IEEE80211_SEQ_TO_SN(sc); in ath10k_htt_rx_proc_rx_frag_ind_hl()
697 status->seqno = IEEE80211_SEQ_TO_SN(seq_ctrl); in mt7996_mac_fill_rx()811 FIELD_PREP(MT_TXD3_SEQ, IEEE80211_SEQ_TO_SN(seqno)); in mt7996_mac_write_txwi_80211()
684 status->seqno = IEEE80211_SEQ_TO_SN(le16_to_cpu(hdr->seq_ctrl)); in mt7603_mac_fill_rx()
2164 wifi_seq = IEEE80211_SEQ_TO_SN(le16_to_cpu(hdr->seq_ctrl)); in iwl_trans_pcie_tx()
5296 seq_number = IEEE80211_SEQ_TO_SN(le16_to_cpu(hdr->seq_ctrl)); in rtl8xxxu_fill_txdesc_v1()5366 seq_number = IEEE80211_SEQ_TO_SN(le16_to_cpu(hdr->seq_ctrl)); in rtl8xxxu_fill_txdesc_v2()5432 seq_number = IEEE80211_SEQ_TO_SN(le16_to_cpu(hdr->seq_ctrl)); in rtl8xxxu_fill_txdesc_v3()
561 status->seqno = IEEE80211_SEQ_TO_SN(seq_ctrl); in mt7915_mac_fill_rx()
214 #define IEEE80211_SEQ_TO_SN(seq) (((seq) & IEEE80211_SCTL_SEQ) >> 4) macro