Searched refs:mpdu_len (Results 1 – 8 of 8) sorted by relevance
706 int mpdu_len; in carl9170_rx_untie_data() local717 mpdu_len = len - sizeof(*mac); in carl9170_rx_untie_data()719 mac = (void *)(buf + mpdu_len); in carl9170_rx_untie_data()725 if (likely(mpdu_len >= sizeof(struct ar9170_rx_head))) { in carl9170_rx_untie_data()739 mpdu_len -= sizeof(struct ar9170_rx_head); in carl9170_rx_untie_data()761 if (likely(mpdu_len >= sizeof(struct ar9170_rx_phystatus))) { in carl9170_rx_untie_data()762 mpdu_len -= sizeof(struct ar9170_rx_phystatus); in carl9170_rx_untie_data()763 phy = (void *)(buf + mpdu_len); in carl9170_rx_untie_data()793 mpdu_len -= sizeof(struct ar9170_rx_head); in carl9170_rx_untie_data()794 mpdu_len -= sizeof(struct ar9170_rx_phystatus); in carl9170_rx_untie_data()[all …]
327 bd->pdu.mpdu_len < bd->pdu.mpdu_header_len) in wcn36xx_rx_skb()332 if (bd->pdu.mpdu_data_off + bd->pdu.mpdu_len > WCN36XX_PKT_SIZE) in wcn36xx_rx_skb()335 skb_put(skb, bd->pdu.mpdu_data_off + bd->pdu.mpdu_len); in wcn36xx_rx_skb()343 bd->pdu.mpdu_header_off + bd->pdu.mpdu_len > WCN36XX_PKT_SIZE) in wcn36xx_rx_skb()346 skb_put(skb, bd->pdu.mpdu_header_off + bd->pdu.mpdu_len); in wcn36xx_rx_skb()449 skb, bd->pdu.mpdu_len, bd->pdu.mpdu_header_off, in wcn36xx_rx_skb()467 bd->pdu.mpdu_len = len; in wcn36xx_set_tx_pdu()
61 u32 mpdu_len:16; member
783 len = ppdu_info->mpdu_len; in ath12k_dp_mon_rx_update_peer_rate_table_stats()847 rx_stats->byte_stats.nss_count[ppdu_info->nss - 1] += ppdu_info->mpdu_len; in ath12k_dp_mon_rx_update_peer_su_stats()853 rx_stats->byte_stats.ht_mcs_count[ppdu_info->mcs] += ppdu_info->mpdu_len; in ath12k_dp_mon_rx_update_peer_su_stats()861 rx_stats->byte_stats.vht_mcs_count[ppdu_info->mcs] += ppdu_info->mpdu_len; in ath12k_dp_mon_rx_update_peer_su_stats()867 rx_stats->byte_stats.he_mcs_count[ppdu_info->mcs] += ppdu_info->mpdu_len; in ath12k_dp_mon_rx_update_peer_su_stats()873 rx_stats->byte_stats.be_mcs_count[ppdu_info->mcs] += ppdu_info->mpdu_len; in ath12k_dp_mon_rx_update_peer_su_stats()880 rx_stats->byte_stats.legacy_count[ppdu_info->rate] += ppdu_info->mpdu_len; in ath12k_dp_mon_rx_update_peer_su_stats()885 rx_stats->byte_stats.gi_count[ppdu_info->gi] += ppdu_info->mpdu_len; in ath12k_dp_mon_rx_update_peer_su_stats()890 rx_stats->byte_stats.bw_count[ppdu_info->bw] += ppdu_info->mpdu_len; in ath12k_dp_mon_rx_update_peer_su_stats()
642 u32 mpdu_len; member
3527 unsigned int mpdu_len, in ieee80211_calculate_rx_timestamp() argument3670 ts -= mpdu_len * 8 * 10 / rate; in ieee80211_calculate_rx_timestamp()
7598 unsigned int mpdu_len,
1785 ppdu_info->mpdu_len += u32_get_bits(info[1], in ath12k_wifi7_dp_mon_rx_parse_status_tlv()