Lines Matching refs:msdu
1968 ath10k_wmi_op_gen_mgmt_tx(struct ath10k *ar, struct sk_buff *msdu) in ath10k_wmi_op_gen_mgmt_tx() argument
1970 struct ath10k_skb_cb *cb = ATH10K_SKB_CB(msdu); in ath10k_wmi_op_gen_mgmt_tx()
1977 u32 buf_len = msdu->len; in ath10k_wmi_op_gen_mgmt_tx()
1981 hdr = (struct ieee80211_hdr *)msdu->data; in ath10k_wmi_op_gen_mgmt_tx()
1994 len = sizeof(cmd->hdr) + msdu->len; in ath10k_wmi_op_gen_mgmt_tx()
2030 memcpy(cmd->buf, msdu->data, msdu->len); in ath10k_wmi_op_gen_mgmt_tx()
2033 msdu, skb->len, fc & IEEE80211_FCTL_FTYPE, in ath10k_wmi_op_gen_mgmt_tx()
2427 struct sk_buff *msdu; in wmi_process_mgmt_tx_comp() local
2440 msdu = pkt_addr->vaddr; in wmi_process_mgmt_tx_comp()
2442 msdu->len, DMA_TO_DEVICE); in wmi_process_mgmt_tx_comp()
2443 info = IEEE80211_SKB_CB(msdu); in wmi_process_mgmt_tx_comp()
2455 ieee80211_tx_status_irqsafe(ar->hw, msdu); in wmi_process_mgmt_tx_comp()
9607 struct sk_buff *msdu; in ath10k_wmi_mgmt_tx_clean_up_pending() local
9612 msdu = pkt_addr->vaddr; in ath10k_wmi_mgmt_tx_clean_up_pending()
9614 msdu->len, DMA_TO_DEVICE); in ath10k_wmi_mgmt_tx_clean_up_pending()
9615 ieee80211_free_txskb(ar->hw, msdu); in ath10k_wmi_mgmt_tx_clean_up_pending()