Searched refs:msdu (Results 1 – 13 of 13) sorted by relevance
| /linux-4.4.14/drivers/net/wireless/ath/ath10k/ |
| D | htt_rx.c | 253 struct sk_buff *msdu; in ath10k_htt_rx_netbuf_pop() local 263 msdu = htt->rx_ring.netbufs_ring[idx]; in ath10k_htt_rx_netbuf_pop() 273 ATH10K_SKB_RXCB(msdu)->paddr, in ath10k_htt_rx_netbuf_pop() 274 msdu->len + skb_tailroom(msdu), in ath10k_htt_rx_netbuf_pop() 277 msdu->data, msdu->len + skb_tailroom(msdu)); in ath10k_htt_rx_netbuf_pop() 279 return msdu; in ath10k_htt_rx_netbuf_pop() 289 struct sk_buff *msdu; in ath10k_htt_rx_amsdu_pop() local 297 msdu = ath10k_htt_rx_netbuf_pop(htt); in ath10k_htt_rx_amsdu_pop() 298 if (!msdu) { in ath10k_htt_rx_amsdu_pop() 303 __skb_queue_tail(amsdu, msdu); in ath10k_htt_rx_amsdu_pop() [all …]
|
| D | htt_tx.c | 442 int ath10k_htt_mgmt_tx(struct ath10k_htt *htt, struct sk_buff *msdu) in ath10k_htt_mgmt_tx() argument 448 struct ath10k_skb_cb *skb_cb = ATH10K_SKB_CB(msdu); in ath10k_htt_mgmt_tx() 453 struct ieee80211_hdr *hdr = (struct ieee80211_hdr *)msdu->data; in ath10k_htt_mgmt_tx() 473 res = ath10k_htt_tx_alloc_msdu_id(htt, msdu); in ath10k_htt_mgmt_tx() 486 skb_cb->paddr = dma_map_single(dev, msdu->data, msdu->len, in ath10k_htt_mgmt_tx() 499 cmd->mgmt_tx.msdu_paddr = __cpu_to_le32(ATH10K_SKB_CB(msdu)->paddr); in ath10k_htt_mgmt_tx() 500 cmd->mgmt_tx.len = __cpu_to_le32(msdu->len); in ath10k_htt_mgmt_tx() 503 memcpy(cmd->mgmt_tx.hdr, msdu->data, in ath10k_htt_mgmt_tx() 504 min_t(int, msdu->len, HTT_MGMT_FRM_HDR_DOWNLOAD_LEN)); in ath10k_htt_mgmt_tx() 515 dma_unmap_single(dev, skb_cb->paddr, msdu->len, DMA_TO_DEVICE); in ath10k_htt_mgmt_tx() [all …]
|
| D | txrx.c | 54 struct sk_buff *msdu; in ath10k_txrx_tx_unref() local 71 msdu = idr_find(&htt->pending_tx, tx_done->msdu_id); in ath10k_txrx_tx_unref() 72 if (!msdu) { in ath10k_txrx_tx_unref() 79 hdr = (struct ieee80211_hdr *)msdu->data; in ath10k_txrx_tx_unref() 92 skb_cb = ATH10K_SKB_CB(msdu); in ath10k_txrx_tx_unref() 93 dma_unmap_single(dev, skb_cb->paddr, msdu->len, DMA_TO_DEVICE); in ath10k_txrx_tx_unref() 95 ath10k_report_offchan_tx(htt->ar, msdu); in ath10k_txrx_tx_unref() 97 info = IEEE80211_SKB_CB(msdu); in ath10k_txrx_tx_unref() 102 ieee80211_free_txskb(htt->ar->hw, msdu); in ath10k_txrx_tx_unref() 115 ieee80211_tx_status(htt->ar->hw, msdu); in ath10k_txrx_tx_unref()
|
| D | wmi-ops.h | 354 ath10k_wmi_mgmt_tx(struct ath10k *ar, struct sk_buff *msdu) in ath10k_wmi_mgmt_tx() argument 356 struct ieee80211_tx_info *info = IEEE80211_SKB_CB(msdu); in ath10k_wmi_mgmt_tx() 363 skb = ar->wmi.ops->gen_mgmt_tx(ar, msdu); in ath10k_wmi_mgmt_tx() 374 ieee80211_tx_status_irqsafe(ar->hw, msdu); in ath10k_wmi_mgmt_tx()
|
| D | wmi.c | 1756 ath10k_wmi_op_gen_mgmt_tx(struct ath10k *ar, struct sk_buff *msdu) in ath10k_wmi_op_gen_mgmt_tx() argument 1762 u32 buf_len = msdu->len; in ath10k_wmi_op_gen_mgmt_tx() 1765 hdr = (struct ieee80211_hdr *)msdu->data; in ath10k_wmi_op_gen_mgmt_tx() 1771 len = sizeof(cmd->hdr) + msdu->len; in ath10k_wmi_op_gen_mgmt_tx() 1789 cmd->hdr.vdev_id = __cpu_to_le32(ATH10K_SKB_CB(msdu)->vdev_id); in ath10k_wmi_op_gen_mgmt_tx() 1795 memcpy(cmd->buf, msdu->data, msdu->len); in ath10k_wmi_op_gen_mgmt_tx() 1798 msdu, skb->len, fc & IEEE80211_FCTL_FTYPE, in ath10k_wmi_op_gen_mgmt_tx()
|
| /linux-4.4.14/net/mac80211/ |
| D | sta_info.h | 449 u64 msdu[IEEE80211_NUM_TIDS + 1]; member 470 u64 msdu[IEEE80211_NUM_TIDS + 1]; member
|
| D | tx.c | 827 tx->sta->tx_stats.msdu[IEEE80211_NUM_TIDS]++; in ieee80211_tx_h_sequence() 843 tx->sta->tx_stats.msdu[tid]++; in ieee80211_tx_h_sequence() 2782 sta->tx_stats.msdu[tid] += in ieee80211_xmit_fast() 2785 sta->tx_stats.msdu[tid]++; in ieee80211_xmit_fast()
|
| D | sta_info.c | 1987 tidstats->rx_msdu = sta->rx_stats.msdu[i]; in sta_set_sinfo() 1992 tidstats->tx_msdu = sta->tx_stats.msdu[i]; in sta_set_sinfo()
|
| D | rx.c | 2403 rx->sta->rx_stats.msdu[rx->seqno_idx]++; in ieee80211_rx_h_data()
|
| /linux-4.4.14/net/bluetooth/ |
| D | amp.c | 555 cp.tx_flow_spec.msdu = cpu_to_le16(chan->local_msdu); in amp_create_logical_link() 562 cp.rx_flow_spec.msdu = cpu_to_le16(chan->remote_msdu); in amp_create_logical_link()
|
| D | l2cap_core.c | 3007 efs.msdu = cpu_to_le16(chan->local_msdu); in l2cap_add_opt_efs() 3016 efs.msdu = cpu_to_le16(chan->local_msdu); in l2cap_add_opt_efs() 3464 chan->remote_msdu = le16_to_cpu(efs.msdu); in l2cap_parse_conf_req() 3597 chan->local_msdu = le16_to_cpu(efs.msdu); in l2cap_parse_conf_rsp()
|
| /linux-4.4.14/include/net/bluetooth/ |
| D | l2cap.h | 353 __le16 msdu; member
|
| D | hci.h | 739 __le16 msdu; member
|