Home
last modified time | relevance | path

Searched refs:IEEE80211_SEQ_TO_SN (Results 1 – 17 of 17) sorted by relevance

/Linux-v6.1/drivers/net/wireless/intel/iwlwifi/dvm/
Dtx.c387 IEEE80211_SEQ_TO_SN(tid_data->seq_number)); in iwlagn_tx_skb()
527 tid_data->agg.ssn = IEEE80211_SEQ_TO_SN(tid_data->seq_number); in iwlagn_tx_agg_stop()
609 tid_data->agg.ssn = IEEE80211_SEQ_TO_SN(tid_data->seq_number); in iwlagn_tx_agg_start()
1147 next_reclaimed = IEEE80211_SEQ_TO_SN(next_reclaimed + 0x10); in iwlagn_rx_reply_tx()
/Linux-v6.1/drivers/net/wireless/mediatek/mt76/
Dagg-rx.c135 seqno = IEEE80211_SEQ_TO_SN(le16_to_cpu(bar->start_seq_num)); in mt76_rx_aggr_check_ctl()
Dmt76_connac_mac.c436 FIELD_PREP(MT_TXD3_SEQ, IEEE80211_SEQ_TO_SN(seqno)); in mt76_connac2_mac_write_txwi_80211()
/Linux-v6.1/drivers/net/wireless/ath/wcn36xx/
Dtxrx.c351 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()
/Linux-v6.1/drivers/net/wireless/rsi/
Drsi_91x_hal.c118 cpu_to_le16(IEEE80211_SEQ_TO_SN(le16_to_cpu(wh->seq_ctrl))); in rsi_prepare_mgmt_desc()
191 seq_num = IEEE80211_SEQ_TO_SN(le16_to_cpu(wh->seq_ctrl)); in rsi_prepare_data_desc()
/Linux-v6.1/drivers/net/wireless/intel/iwlwifi/mvm/
Dsta.c1011 ssn = IEEE80211_SEQ_TO_SN(mvmsta->tid_data[tid].seq_number); in iwl_mvm_unshare_queue()
1276 ssn = IEEE80211_SEQ_TO_SN(mvmsta->tid_data[tid].seq_number); in iwl_mvm_sta_alloc_queue()
1558 u16 seq = IEEE80211_SEQ_TO_SN(tid_data->seq_number); in iwl_mvm_realloc_queues_after_restart()
2994 tid_data->ssn = IEEE80211_SEQ_TO_SN(tid_data->seq_number); in iwl_mvm_sta_tx_agg_start()
3206 tid_data->ssn = IEEE80211_SEQ_TO_SN(tid_data->seq_number); in iwl_mvm_sta_tx_agg_stop()
4095 u16 sn = IEEE80211_SEQ_TO_SN(tid_data->seq_number); in iwl_mvm_tid_queued()
Dtx.c1169 IEEE80211_SEQ_TO_SN(seq_number), skb->len); in iwl_mvm_tx_mpdu()
/Linux-v6.1/drivers/net/wireless/silabs/wfx/
Ddata_tx.c362 req->packet_id |= IEEE80211_SEQ_TO_SN(le16_to_cpu(hdr->seq_ctrl)) << 16; in wfx_tx_inner()
/Linux-v6.1/drivers/net/wireless/intel/iwlegacy/
D4965-mac.c2251 *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()
/Linux-v6.1/drivers/net/wireless/mediatek/mt76/mt7615/
Dmac.c655 status->seqno = IEEE80211_SEQ_TO_SN(seq_ctrl); in mt7615_mac_fill_rx()
863 FIELD_PREP(MT_TXD3_SEQ, IEEE80211_SEQ_TO_SN(seqno)); in mt7615_mac_write_txwi()
/Linux-v6.1/drivers/net/wireless/mediatek/mt76/mt7921/
Dmac.c485 status->seqno = IEEE80211_SEQ_TO_SN(seq_ctrl); in mt7921_mac_fill_rx()
/Linux-v6.1/drivers/net/wireless/intel/iwlwifi/pcie/
Dtx.c1495 wifi_seq = IEEE80211_SEQ_TO_SN(le16_to_cpu(hdr->seq_ctrl)); in iwl_trans_pcie_tx()
/Linux-v6.1/drivers/staging/r8188eu/core/
Drtw_recv.c1133 pattrib->seq_num = IEEE80211_SEQ_TO_SN(le16_to_cpu(hdr->seq_ctrl)); in validate_recv_frame()
/Linux-v6.1/drivers/net/wireless/mediatek/mt76/mt7603/
Dmac.c673 status->seqno = IEEE80211_SEQ_TO_SN(le16_to_cpu(hdr->seq_ctrl)); in mt7603_mac_fill_rx()
/Linux-v6.1/drivers/net/wireless/mediatek/mt76/mt7915/
Dmac.c496 status->seqno = IEEE80211_SEQ_TO_SN(seq_ctrl); in mt7915_mac_fill_rx()
/Linux-v6.1/include/linux/
Dieee80211.h209 #define IEEE80211_SEQ_TO_SN(seq) (((seq) & IEEE80211_SCTL_SEQ) >> 4) macro
/Linux-v6.1/drivers/net/wireless/realtek/rtl8xxxu/
Drtl8xxxu_core.c4958 seq_number = IEEE80211_SEQ_TO_SN(le16_to_cpu(hdr->seq_ctrl)); in rtl8xxxu_fill_txdesc_v1()
5033 seq_number = IEEE80211_SEQ_TO_SN(le16_to_cpu(hdr->seq_ctrl)); in rtl8xxxu_fill_txdesc_v2()