Lines Matching refs:msdu
1954 ath10k_wmi_op_gen_mgmt_tx(struct ath10k *ar, struct sk_buff *msdu) in ath10k_wmi_op_gen_mgmt_tx() argument
1956 struct ath10k_skb_cb *cb = ATH10K_SKB_CB(msdu); in ath10k_wmi_op_gen_mgmt_tx()
1963 u32 buf_len = msdu->len; in ath10k_wmi_op_gen_mgmt_tx()
1967 hdr = (struct ieee80211_hdr *)msdu->data; in ath10k_wmi_op_gen_mgmt_tx()
1980 len = sizeof(cmd->hdr) + msdu->len; in ath10k_wmi_op_gen_mgmt_tx()
2016 memcpy(cmd->buf, msdu->data, msdu->len); in ath10k_wmi_op_gen_mgmt_tx()
2019 msdu, skb->len, fc & IEEE80211_FCTL_FTYPE, in ath10k_wmi_op_gen_mgmt_tx()
2413 struct sk_buff *msdu; in wmi_process_mgmt_tx_comp() local
2426 msdu = pkt_addr->vaddr; in wmi_process_mgmt_tx_comp()
2428 msdu->len, DMA_TO_DEVICE); in wmi_process_mgmt_tx_comp()
2429 info = IEEE80211_SKB_CB(msdu); in wmi_process_mgmt_tx_comp()
2440 ieee80211_tx_status_irqsafe(ar->hw, msdu); in wmi_process_mgmt_tx_comp()
9657 struct sk_buff *msdu; in ath10k_wmi_mgmt_tx_clean_up_pending() local
9662 msdu = pkt_addr->vaddr; in ath10k_wmi_mgmt_tx_clean_up_pending()
9664 msdu->len, DMA_TO_DEVICE); in ath10k_wmi_mgmt_tx_clean_up_pending()
9665 ieee80211_free_txskb(ar->hw, msdu); in ath10k_wmi_mgmt_tx_clean_up_pending()