Home
last modified time | relevance | path

Searched refs:msdu (Results 51 - 62 of 62) sorted by relevance

123

/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath11k/
H A Ddebugfs_sta.c129 struct sk_buff *msdu, in ath11k_debugfs_sta_update_txcompl()
128 ath11k_debugfs_sta_update_txcompl(struct ath11k *ar, struct sk_buff *msdu, struct hal_tx_status *ts) ath11k_debugfs_sta_update_txcompl() argument
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath11k/
H A Dwmi.c5822 struct sk_buff *msdu; in wmi_process_mgmt_tx_comp() local
5828 msdu = idr_find(&ar->txmgmt_idr, tx_compl_param->desc_id); in wmi_process_mgmt_tx_comp()
5830 if (!msdu) { in wmi_process_mgmt_tx_comp()
5840 skb_cb = ATH11K_SKB_CB(msdu); in wmi_process_mgmt_tx_comp()
5841 dma_unmap_single(ar->ab->dev, skb_cb->paddr, msdu->len, DMA_TO_DEVICE); in wmi_process_mgmt_tx_comp()
5843 info = IEEE80211_SKB_CB(msdu); in wmi_process_mgmt_tx_comp()
5852 ieee80211_tx_status_irqsafe(ar->hw, msdu); in wmi_process_mgmt_tx_comp()
H A Dmac.c5988 struct sk_buff *msdu; in ath11k_mac_tx_mgmt_free() local
5992 msdu = idr_remove(&ar->txmgmt_idr, buf_id); in ath11k_mac_tx_mgmt_free()
5995 if (!msdu) in ath11k_mac_tx_mgmt_free()
5998 dma_unmap_single(ar->ab->dev, ATH11K_SKB_CB(msdu)->paddr, msdu->len, in ath11k_mac_tx_mgmt_free()
6001 info = IEEE80211_SKB_CB(msdu); in ath11k_mac_tx_mgmt_free()
6004 ath11k_mgmt_over_wmi_tx_drop(ar, msdu); in ath11k_mac_tx_mgmt_free()
/kernel/linux/linux-5.10/net/bluetooth/
H A Dl2cap_core.c3230 efs.msdu = cpu_to_le16(chan->local_msdu); in l2cap_add_opt_efs()
3239 efs.msdu = cpu_to_le16(chan->local_msdu); in l2cap_add_opt_efs()
3743 chan->remote_msdu = le16_to_cpu(efs.msdu); in l2cap_parse_conf_req()
3885 chan->local_msdu = le16_to_cpu(efs.msdu); in l2cap_parse_conf_rsp()
/kernel/linux/linux-6.6/net/mac80211/
H A Dtx.c871 tx->sta->deflink.tx_stats.msdu[IEEE80211_NUM_TIDS]++; in ieee80211_tx_h_sequence()
885 tx->sta->deflink.tx_stats.msdu[tid]++; in ieee80211_tx_h_sequence()
3557 sta->deflink.tx_stats.msdu[tid] += in ieee80211_xmit_fast_finish()
3560 sta->deflink.tx_stats.msdu[tid]++; in ieee80211_xmit_fast_finish()
H A Drx.c2643 rx->link_sta->rx_stats.msdu[rx->seqno_idx]++; in ieee80211_deliver_skb()
4758 stats->msdu[rx->seqno_idx]++; in ieee80211_rx_8023()
/kernel/linux/linux-6.6/net/bluetooth/
H A Dl2cap_core.c3054 efs.msdu = cpu_to_le16(chan->local_msdu); in l2cap_add_opt_efs()
3063 efs.msdu = cpu_to_le16(chan->local_msdu); in l2cap_add_opt_efs()
3523 chan->remote_msdu = le16_to_cpu(efs.msdu); in l2cap_parse_conf_req()
3665 chan->local_msdu = le16_to_cpu(efs.msdu); in l2cap_parse_conf_rsp()
/kernel/linux/linux-5.10/include/net/bluetooth/
H A Dhci.h847 __le16 msdu; member
/kernel/linux/linux-6.6/include/net/bluetooth/
H A Dhci.h951 __le16 msdu; member
/kernel/linux/linux-5.10/net/mac80211/
H A Drx.c2637 rx->sta->rx_stats.msdu[rx->seqno_idx]++; in ieee80211_deliver_skb()
4513 stats->msdu[rx->seqno_idx]++; in ieee80211_invoke_fast_rx()
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath10k/
H A Dmac.c4057 /* remove this msdu from idr tracking */ in ath10k_mgmt_over_wmi_tx_work()
4089 struct sk_buff *msdu; in ath10k_mac_txq_unref() local
4096 idr_for_each_entry(&ar->htt.pending_tx, msdu, msdu_id) { in ath10k_mac_txq_unref()
4097 cb = ATH10K_SKB_CB(msdu); in ath10k_mac_txq_unref()
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath10k/
H A Dmac.c4240 /* remove this msdu from idr tracking */ in ath10k_mgmt_over_wmi_tx_work()
4272 struct sk_buff *msdu; in ath10k_mac_txq_unref() local
4279 idr_for_each_entry(&ar->htt.pending_tx, msdu, msdu_id) { in ath10k_mac_txq_unref()
4280 cb = ATH10K_SKB_CB(msdu); in ath10k_mac_txq_unref()

Completed in 99 milliseconds

123