Home
last modified time | relevance | path

Searched refs:msdu (Results 1 – 24 of 24) sorted by relevance

/linux/drivers/net/wireless/ath/ath10k/
H A Dhtt_tx.c587 "htt tx complete msdu id:%u ,flags1:%x\n", in ath10k_htt_htc_tx_complete()
1180 int ath10k_htt_mgmt_tx(struct ath10k_htt *htt, struct sk_buff *msdu)
1186 struct ath10k_skb_cb *skb_cb = ATH10K_SKB_CB(msdu); in ath10k_htt_mgmt_tx()
1187 u8 vdev_id = ath10k_htt_tx_get_vdev_id(ar, msdu); in ath10k_htt_mgmt_tx()
1192 struct ieee80211_hdr *hdr = (struct ieee80211_hdr *)msdu->data; in ath10k_htt_mgmt_tx()
1197 res = ath10k_htt_tx_alloc_msdu_id(htt, msdu); in ath10k_htt_mgmt_tx()
1209 skb_put(msdu, sizeof(struct ieee80211_mmie_16)); in ath10k_htt_mgmt_tx()
1213 skb_put(msdu, IEEE80211_GCMP_MIC_LEN); in ath10k_htt_mgmt_tx()
1215 skb_put(msdu, IEEE80211_CCMP_MIC_LEN); in ath10k_htt_mgmt_tx()
1225 skb_cb->paddr = dma_map_single(dev, msdu in ath10k_htt_mgmt_tx()
1181 ath10k_htt_mgmt_tx(struct ath10k_htt * htt,struct sk_buff * msdu) ath10k_htt_mgmt_tx() argument
1271 ath10k_htt_tx_hl(struct ath10k_htt * htt,enum ath10k_hw_txrx_mode txmode,struct sk_buff * msdu) ath10k_htt_tx_hl() argument
1387 ath10k_htt_tx_32(struct ath10k_htt * htt,enum ath10k_hw_txrx_mode txmode,struct sk_buff * msdu) ath10k_htt_tx_32() argument
1592 ath10k_htt_tx_64(struct ath10k_htt * htt,enum ath10k_hw_txrx_mode txmode,struct sk_buff * msdu) ath10k_htt_tx_64() argument
[all...]
H A Dhtt_rx.c324 struct sk_buff *msdu; in ath10k_htt_rx_netbuf_pop()
334 msdu = htt->rx_ring.netbufs_ring[idx]; in ath10k_htt_rx_netbuf_pop()
344 ATH10K_SKB_RXCB(msdu)->paddr, in ath10k_htt_rx_netbuf_pop()
345 msdu->len + skb_tailroom(msdu), in ath10k_htt_rx_netbuf_pop()
348 msdu->data, msdu->len + skb_tailroom(msdu)); in ath10k_htt_rx_netbuf_pop()
350 return msdu; in ath10k_htt_rx_netbuf_pop()
353 /* return: < 0 fatal error, 0 - non chained msdu, in ath10k_htt_rx_netbuf_pop()
325 struct sk_buff *msdu; ath10k_htt_rx_netbuf_pop() local
361 struct sk_buff *msdu; ath10k_htt_rx_amsdu_pop() local
472 struct sk_buff *msdu; ath10k_htt_rx_pop_paddr() local
503 ath10k_htt_rx_handle_amsdu_mon_32(struct ath10k_htt * htt,struct sk_buff * msdu,struct htt_rx_in_ord_msdu_desc ** msdu_desc) ath10k_htt_rx_handle_amsdu_mon_32() argument
580 ath10k_htt_rx_handle_amsdu_mon_64(struct ath10k_htt * htt,struct sk_buff * msdu,struct htt_rx_in_ord_msdu_desc_ext ** msdu_desc) ath10k_htt_rx_handle_amsdu_mon_64() argument
664 struct sk_buff *msdu; ath10k_htt_rx_pop_paddr32_list() local
729 struct sk_buff *msdu; ath10k_htt_rx_pop_paddr64_list() local
1422 ath10k_htt_rx_h_undecap_raw(struct ath10k * ar,struct sk_buff * msdu,struct ieee80211_rx_status * status,enum htt_rx_mpdu_encrypt_type enctype,bool is_decrypted,const u8 first_hdr[64]) ath10k_htt_rx_h_undecap_raw() argument
1551 ath10k_htt_rx_h_undecap_nwifi(struct ath10k * ar,struct sk_buff * msdu,struct ieee80211_rx_status * status,const u8 first_hdr[64],enum htt_rx_mpdu_encrypt_type enctype) ath10k_htt_rx_h_undecap_nwifi() argument
1612 ath10k_htt_rx_h_find_rfc1042(struct ath10k * ar,struct sk_buff * msdu,enum htt_rx_mpdu_encrypt_type enctype) ath10k_htt_rx_h_find_rfc1042() argument
1655 ath10k_htt_rx_h_undecap_eth(struct ath10k * ar,struct sk_buff * msdu,struct ieee80211_rx_status * status,const u8 first_hdr[64],enum htt_rx_mpdu_encrypt_type enctype) ath10k_htt_rx_h_undecap_eth() argument
1719 ath10k_htt_rx_h_undecap_snap(struct ath10k * ar,struct sk_buff * msdu,struct ieee80211_rx_status * status,const u8 first_hdr[64],enum htt_rx_mpdu_encrypt_type enctype) ath10k_htt_rx_h_undecap_snap() argument
1759 ath10k_htt_rx_h_undecap(struct ath10k * ar,struct sk_buff * msdu,struct ieee80211_rx_status * status,u8 first_hdr[64],enum htt_rx_mpdu_encrypt_type enctype,bool is_decrypted) ath10k_htt_rx_h_undecap() argument
1845 ath10k_htt_rx_h_csum_offload(struct ath10k_hw_params * hw,struct sk_buff * msdu) ath10k_htt_rx_h_csum_offload() argument
1935 struct sk_buff *msdu, *temp; ath10k_htt_rx_h_mpdu() local
2116 struct sk_buff *msdu; ath10k_htt_rx_h_enqueue() local
3155 struct sk_buff *msdu; ath10k_htt_rx_extract_amsdu() local
3217 struct sk_buff *msdu; ath10k_htt_rx_h_rx_offload() local
[all...]
H A Dtxrx.c53 struct sk_buff *msdu; in ath10k_txrx_tx_unref() local
67 msdu = idr_find(&htt->pending_tx, tx_done->msdu_id); in ath10k_txrx_tx_unref()
68 if (!msdu) { in ath10k_txrx_tx_unref()
75 skb_cb = ATH10K_SKB_CB(msdu); in ath10k_txrx_tx_unref()
95 dma_unmap_single(dev, skb_cb->paddr, msdu->len, DMA_TO_DEVICE); in ath10k_txrx_tx_unref()
97 ath10k_report_offchan_tx(htt->ar, msdu); in ath10k_txrx_tx_unref()
99 info = IEEE80211_SKB_CB(msdu); in ath10k_txrx_tx_unref()
133 status.skb = msdu; in ath10k_txrx_tx_unref()
H A Dwmi-ops.h143 int (*cleanup_mgmt_tx_send)(struct ath10k *ar, struct sk_buff *msdu);
458 ath10k_wmi_cleanup_mgmt_tx_send(struct ath10k *ar, struct sk_buff *msdu) in ath10k_wmi_cleanup_mgmt_tx_send() argument
463 return ar->wmi.ops->cleanup_mgmt_tx_send(ar, msdu); in ath10k_wmi_cleanup_mgmt_tx_send()
467 ath10k_wmi_mgmt_tx_send(struct ath10k *ar, struct sk_buff *msdu, in ath10k_wmi_mgmt_tx_send() argument
476 skb = ar->wmi.ops->gen_mgmt_tx_send(ar, msdu, paddr); in ath10k_wmi_mgmt_tx_send()
489 ath10k_wmi_mgmt_tx(struct ath10k *ar, struct sk_buff *msdu) in ath10k_wmi_mgmt_tx() argument
491 struct ieee80211_tx_info *info = IEEE80211_SKB_CB(msdu); in ath10k_wmi_mgmt_tx()
498 skb = ar->wmi.ops->gen_mgmt_tx(ar, msdu); in ath10k_wmi_mgmt_tx()
511 ieee80211_tx_status_irqsafe(ar->hw, msdu); in ath10k_wmi_mgmt_tx()
H A Dhtt.h66 * for creating the HW msdu descriptor.
960 * contains the timestamp info for each TX msdu id in payload.
1877 /* FIFO for storing tx done status {ack, no-ack, discard} and msdu id */
1940 struct sk_buff *msdu);
1981 struct sk_buff *msdu) in ath10k_htt_tx() argument
1983 return htt->tx_ops->htt_tx(htt, txmode, msdu); in ath10k_htt_tx()
2096 /* This field is filled on the host using the msdu buffer
2458 int ath10k_htt_mgmt_tx(struct ath10k_htt *htt, struct sk_buff *msdu);
H A Dwmi.c1974 ath10k_wmi_op_gen_mgmt_tx(struct ath10k *ar, struct sk_buff *msdu) in ath10k_wmi_op_gen_mgmt_tx() argument
1976 struct ath10k_skb_cb *cb = ATH10K_SKB_CB(msdu); in ath10k_wmi_op_gen_mgmt_tx()
1983 u32 buf_len = msdu->len; in ath10k_wmi_op_gen_mgmt_tx()
1987 hdr = (struct ieee80211_hdr *)msdu->data; in ath10k_wmi_op_gen_mgmt_tx()
2000 len = sizeof(cmd->hdr) + msdu->len; in ath10k_wmi_op_gen_mgmt_tx()
2036 memcpy(cmd->buf, msdu->data, msdu->len); in ath10k_wmi_op_gen_mgmt_tx()
2039 msdu, skb->len, fc & IEEE80211_FCTL_FTYPE, in ath10k_wmi_op_gen_mgmt_tx()
2433 struct sk_buff *msdu; in wmi_process_mgmt_tx_comp() local
2446 msdu = pkt_addr->vaddr; in wmi_process_mgmt_tx_comp()
2448 msdu->len, DMA_TO_DEVICE); in wmi_process_mgmt_tx_comp()
[all …]
H A Dmac.c4296 struct sk_buff *msdu; in ath10k_mac_txq_unref() local
4303 idr_for_each_entry(&ar->htt.pending_tx, msdu, msdu_id) { in ath10k_mac_txq_unref()
4304 cb = ATH10K_SKB_CB(msdu); in ath10k_mac_txq_unref()
/linux/drivers/net/wireless/ath/ath11k/
H A Ddp_rx.c1767 /* As the msdu is spread across multiple rx buffers, in ath11k_dp_rx_msdu_coalesce()
1768 * find the offset to the start of msdu for computing in ath11k_dp_rx_msdu_coalesce()
1769 * the length of the msdu in the first buffer. in ath11k_dp_rx_msdu_coalesce()
1858 static void ath11k_dp_rx_h_csum_offload(struct ath11k *ar, struct sk_buff *msdu) in ath11k_dp_rx_h_csum_offload() argument
1860 struct ath11k_skb_rxcb *rxcb = ATH11K_SKB_RXCB(msdu); in ath11k_dp_rx_h_csum_offload()
1868 msdu->ip_summed = (ip_csum_fail || l4_csum_fail) ? in ath11k_dp_rx_h_csum_offload()
1952 struct sk_buff *msdu, in ath11k_dp_rx_h_undecap_nwifi() argument
1957 struct ath11k_skb_rxcb *rxcb = ATH11K_SKB_RXCB(msdu); in ath11k_dp_rx_h_undecap_nwifi()
1967 hdr = (struct ieee80211_hdr *)msdu->data; in ath11k_dp_rx_h_undecap_nwifi()
1971 skb_pull(msdu, ieee80211_hdrle in ath11k_dp_rx_h_undecap_nwifi()
2030 ath11k_dp_rx_h_undecap_raw(struct ath11k * ar,struct sk_buff * msdu,enum hal_encrypt_type enctype,struct ieee80211_rx_status * status,bool decrypted) ath11k_dp_rx_h_undecap_raw() argument
2090 ath11k_dp_rx_h_find_rfc1042(struct ath11k * ar,struct sk_buff * msdu,enum hal_encrypt_type enctype) ath11k_dp_rx_h_find_rfc1042() argument
2117 ath11k_dp_rx_h_undecap_eth(struct ath11k * ar,struct sk_buff * msdu,u8 * first_hdr,enum hal_encrypt_type enctype,struct ieee80211_rx_status * status) ath11k_dp_rx_h_undecap_eth() argument
2164 ath11k_dp_rx_h_undecap(struct ath11k * ar,struct sk_buff * msdu,struct hal_rx_desc * rx_desc,enum hal_encrypt_type enctype,struct ieee80211_rx_status * status,bool decrypted) ath11k_dp_rx_h_undecap() argument
2211 ath11k_dp_rx_h_find_peer(struct ath11k_base * ab,struct sk_buff * msdu) ath11k_dp_rx_h_find_peer() argument
2233 ath11k_dp_rx_h_mpdu(struct ath11k * ar,struct sk_buff * msdu,struct hal_rx_desc * rx_desc,struct ieee80211_rx_status * rx_status) ath11k_dp_rx_h_mpdu() argument
2428 ath11k_dp_rx_deliver_msdu(struct ath11k * ar,struct napi_struct * napi,struct sk_buff * msdu,struct ieee80211_rx_status * status) ath11k_dp_rx_deliver_msdu() argument
2507 ath11k_dp_rx_process_msdu(struct ath11k * ar,struct sk_buff * msdu,struct sk_buff_head * msdu_list,struct ieee80211_rx_status * rx_status) ath11k_dp_rx_process_msdu() argument
2592 struct sk_buff *msdu; ath11k_dp_rx_process_received_packets() local
2634 struct sk_buff *msdu; ath11k_dp_process_rx() local
3218 ath11k_dp_rx_h_verify_tkip_mic(struct ath11k * ar,struct ath11k_peer * peer,struct sk_buff * msdu) ath11k_dp_rx_h_verify_tkip_mic() argument
3272 ath11k_dp_rx_h_undecap_frag(struct ath11k * ar,struct sk_buff * msdu,enum hal_encrypt_type enctype,u32 flags) ath11k_dp_rx_h_undecap_frag() argument
3568 ath11k_dp_rx_frag_h_mpdu(struct ath11k * ar,struct sk_buff * msdu,u32 * ring_desc) ath11k_dp_rx_frag_h_mpdu() argument
3703 struct sk_buff *msdu; ath11k_dp_process_rx_err_buf() local
3906 ath11k_dp_rx_h_null_q_desc(struct ath11k * ar,struct sk_buff * msdu,struct ieee80211_rx_status * status,struct sk_buff_head * msdu_list) ath11k_dp_rx_h_null_q_desc() argument
3970 ath11k_dp_rx_h_reo_err(struct ath11k * ar,struct sk_buff * msdu,struct ieee80211_rx_status * status,struct sk_buff_head * msdu_list) ath11k_dp_rx_h_reo_err() argument
4001 ath11k_dp_rx_h_tkip_mic_err(struct ath11k * ar,struct sk_buff * msdu,struct ieee80211_rx_status * status) ath11k_dp_rx_h_tkip_mic_err() argument
4027 ath11k_dp_rx_h_rxdma_err(struct ath11k * ar,struct sk_buff * msdu,struct ieee80211_rx_status * status) ath11k_dp_rx_h_rxdma_err() argument
4052 ath11k_dp_rx_wbm_err(struct ath11k * ar,struct napi_struct * napi,struct sk_buff * msdu,struct sk_buff_head * msdu_list) ath11k_dp_rx_wbm_err() argument
4087 struct sk_buff *msdu; ath11k_dp_rx_process_wbm_err() local
4647 struct sk_buff *msdu = NULL, *last = NULL; ath11k_dp_rx_mon_mpdu_pop() local
4832 ath11k_dp_rx_msdus_set_payload(struct ath11k * ar,struct sk_buff * msdu) ath11k_dp_rx_msdus_set_payload() argument
4849 struct sk_buff *msdu, *prev_buf; ath11k_dp_rx_mon_merg_msdus() local
5292 struct sk_buff *msdu = NULL, *last = NULL; ath11k_dp_rx_full_mon_mpdu_pop() local
[all...]
H A Ddp_tx.c265 ath11k_dbg_dump(ab, ATH11K_DBG_DP_TX, NULL, "dp tx msdu: ", in ath11k_dp_tx()
292 struct sk_buff *msdu; in ath11k_dp_tx_free_txbuf()
296 msdu = idr_remove(&tx_ring->txbuf_idr, msdu_id); in ath11k_dp_tx_free_txbuf()
299 if (unlikely(!msdu)) { in ath11k_dp_tx_free_txbuf()
305 skb_cb = ATH11K_SKB_CB(msdu); in ath11k_dp_tx_free_txbuf()
307 dma_unmap_single(ab->dev, skb_cb->paddr, msdu->len, DMA_TO_DEVICE); in ath11k_dp_tx_free_txbuf()
308 dev_kfree_skb_any(msdu); in ath11k_dp_tx_free_txbuf()
321 struct sk_buff *msdu; in ath11k_dp_tx_htt_tx_complete_buf()
328 msdu = idr_remove(&tx_ring->txbuf_idr, ts->msdu_id); in ath11k_dp_tx_htt_tx_complete_buf()
331 if (unlikely(!msdu)) { in ath11k_dp_tx_htt_tx_complete_buf()
293 struct sk_buff *msdu; ath11k_dp_tx_free_txbuf() local
322 struct sk_buff *msdu; ath11k_dp_tx_htt_tx_complete_buf() local
437 ath11k_dp_tx_cache_peer_stats(struct ath11k * ar,struct sk_buff * msdu,struct hal_tx_status * ts) ath11k_dp_tx_cache_peer_stats() argument
553 ath11k_dp_tx_complete_msdu(struct ath11k * ar,struct sk_buff * msdu,struct hal_tx_status * ts) ath11k_dp_tx_complete_msdu() argument
694 struct sk_buff *msdu; ath11k_dp_tx_completion_handler() local
[all...]
H A Dhal_rx.c297 struct hal_rx_msdu_details *msdu; in ath11k_hal_rx_msdu_link_info_get() local
302 msdu = &link->msdu_link[0]; in ath11k_hal_rx_msdu_link_info_get()
304 msdu->buf_addr_info.info1); in ath11k_hal_rx_msdu_link_info_get()
307 msdu = &link->msdu_link[i]; in ath11k_hal_rx_msdu_link_info_get()
310 msdu->buf_addr_info.info0)) { in ath11k_hal_rx_msdu_link_info_get()
315 msdu->buf_addr_info.info1); in ath11k_hal_rx_msdu_link_info_get()
H A Dwmi.c5999 struct sk_buff *msdu; in wmi_process_mgmt_tx_comp() local
6005 msdu = idr_find(&ar->txmgmt_idr, tx_compl_param->desc_id); in wmi_process_mgmt_tx_comp()
6007 if (!msdu) { in wmi_process_mgmt_tx_comp()
6017 skb_cb = ATH11K_SKB_CB(msdu); in wmi_process_mgmt_tx_comp()
6018 dma_unmap_single(ar->ab->dev, skb_cb->paddr, msdu->len, DMA_TO_DEVICE); in wmi_process_mgmt_tx_comp()
6020 info = IEEE80211_SKB_CB(msdu); in wmi_process_mgmt_tx_comp()
6032 ieee80211_tx_status_irqsafe(ar->hw, msdu); in wmi_process_mgmt_tx_comp()
/linux/drivers/net/wireless/ath/ath12k/
H A Ddp_rx.c951 struct sk_buff *msdu, in ath12k_dp_rx_h_undecap_nwifi()
955 struct ath12k_skb_rxcb *rxcb = ATH12K_SKB_RXCB(msdu); in ath12k_dp_rx_h_undecap_nwifi()
963 hdr = (struct ieee80211_hdr *)msdu->data; in ath12k_dp_rx_h_undecap_nwifi()
965 skb_pull(msdu, hdr_len); in ath12k_dp_rx_h_undecap_nwifi()
985 crypto_hdr = skb_push(msdu, in ath12k_dp_rx_h_undecap_nwifi()
992 memcpy(skb_push(msdu,
995 memcpy(skb_push(msdu, hdr_len), decap_hdr, hdr_len); in ath12k_dp_rx_h_undecap_raw()
999 struct sk_buff *msdu, in ath12k_dp_rx_h_undecap_raw()
1005 struct ath12k_skb_rxcb *rxcb = ATH12K_SKB_RXCB(msdu); in ath12k_dp_rx_h_undecap_raw()
1016 skb_trim(msdu, msd in ath12k_dp_rx_h_undecap_raw()
946 ath12k_dp_rx_h_undecap_nwifi(struct ath12k_pdev_dp * dp_pdev,struct sk_buff * msdu,enum hal_encrypt_type enctype,struct hal_rx_desc_data * rx_info) ath12k_dp_rx_h_undecap_nwifi() argument
994 ath12k_dp_rx_h_undecap_raw(struct ath12k_pdev_dp * dp_pdev,struct sk_buff * msdu,enum hal_encrypt_type enctype,struct ieee80211_rx_status * status,bool decrypted) ath12k_dp_rx_h_undecap_raw() argument
1054 ath12k_get_dot11_hdr_from_rx_desc(struct ath12k_pdev_dp * dp_pdev,struct sk_buff * msdu,struct ath12k_skb_rxcb * rxcb,enum hal_encrypt_type enctype,struct hal_rx_desc_data * rx_info) ath12k_get_dot11_hdr_from_rx_desc() argument
1096 ath12k_dp_rx_h_undecap_eth(struct ath12k_pdev_dp * dp_pdev,struct sk_buff * msdu,enum hal_encrypt_type enctype,struct hal_rx_desc_data * rx_info) ath12k_dp_rx_h_undecap_eth() argument
1124 ath12k_dp_rx_h_undecap(struct ath12k_pdev_dp * dp_pdev,struct sk_buff * msdu,enum hal_encrypt_type enctype,bool decrypted,struct hal_rx_desc_data * rx_info) ath12k_dp_rx_h_undecap() argument
1163 ath12k_dp_rx_h_find_link_peer(struct ath12k_pdev_dp * dp_pdev,struct sk_buff * msdu,struct hal_rx_desc_data * rx_info) ath12k_dp_rx_h_find_link_peer() argument
1330 ath12k_dp_rx_deliver_msdu(struct ath12k_pdev_dp * dp_pdev,struct napi_struct * napi,struct sk_buff * msdu,struct hal_rx_desc_data * rx_info) ath12k_dp_rx_deliver_msdu() argument
1400 ath12k_dp_rx_check_nwifi_hdr_len_valid(struct ath12k_dp * dp,struct sk_buff * msdu,struct hal_rx_desc_data * rx_info) ath12k_dp_rx_check_nwifi_hdr_len_valid() argument
1476 ath12k_dp_rx_h_undecap_frag(struct ath12k_pdev_dp * dp_pdev,struct sk_buff * msdu,enum hal_encrypt_type enctype,u32 flags) ath12k_dp_rx_h_undecap_frag() argument
[all...]
H A Dwmi.c6399 struct sk_buff *msdu;
6405 msdu = idr_find(&ar->txmgmt_idr, desc_id); in ath12k_wmi_event_scan_start_failed()
6407 if (!msdu) { in ath12k_wmi_event_scan_start_failed()
6417 skb_cb = ATH12K_SKB_CB(msdu); in ath12k_wmi_event_scan_start_failed()
6418 dma_unmap_single(ar->ab->dev, skb_cb->paddr, msdu->len, DMA_TO_DEVICE);
6420 info = IEEE80211_SKB_CB(msdu); in ath12k_wmi_event_scan_completed()
6435 ieee80211_tx_status_irqsafe(ath12k_ar_to_hw(ar), msdu); in ath12k_wmi_event_scan_completed()
6295 struct sk_buff *msdu; wmi_process_mgmt_tx_comp() local
H A Dmac.c9108 struct sk_buff *msdu; in ath12k_mac_mgmt_tx_wmi()
9112 msdu = idr_remove(&ar->txmgmt_idr, buf_id); in ath12k_mac_mgmt_tx_wmi()
9115 if (!msdu) in ath12k_mac_mgmt_tx_wmi()
9118 dma_unmap_single(ar->ab->dev, ATH12K_SKB_CB(msdu)->paddr, msdu->len, in ath12k_mgmt_over_wmi_tx_purge()
9121 info = IEEE80211_SKB_CB(msdu); in ath12k_mgmt_over_wmi_tx_purge()
9124 ath12k_mgmt_over_wmi_tx_drop(ar, msdu); in ath12k_mgmt_over_wmi_tx_purge()
9014 struct sk_buff *msdu; ath12k_mac_tx_mgmt_free() local
/linux/drivers/net/ethernet/freescale/enetc/
H A Denetc_qos.c646 sfi_config->msdu = in enetc_streamfilter_hw_set()
825 to->msdu[0] = from->maxoctets & 0xFF; in enetc_streamgate_hw_set()
826 to->msdu[1] = (from->maxoctets >> 8) & 0xFF; in enetc_streamgate_hw_set()
827 to->msdu[2] = (from->maxoctets >> 16) & 0xFF; in enetc_streamgate_hw_set()
H A Denetc_hw.h887 __le16 msdu;
966 u8 msdu[3];
888 __le16 msdu; global() member
967 u8 msdu[3]; global() member
/linux/drivers/net/ieee802154/
H A Dca8210.c411 u8 msdu[MAX_DATA_SIZE]; member
1433 u8 *msdu, in mcps_data_request() argument
1466 memcpy(command.pdata.data_req.msdu, msdu, msdu_length); in mcps_data_request()
1467 psec = (struct secspec *)(command.pdata.data_req.msdu + msdu_length); in mcps_data_request()
/linux/drivers/net/wireless/mediatek/mt76/mt7925/
H A Dmac.c1126 u32 msdu, info; in mt7925_mac_tx_free()
1162 msdu = (info >> (15 * i)) & MT_TXFREE_INFO_MSDU_ID; in mt7925_mac_tx_free()
1163 if (msdu == MT_TXFREE_INFO_MSDU_ID) in mt7925_mac_tx_free()
1167 txwi = mt76_token_release(mdev, msdu, &wake); in mt7925_mac_tx_free()
1118 u32 msdu, info; mt7925_mac_tx_free() local
/linux/include/net/bluetooth/
H A Dl2cap.h362 __le16 msdu;
365 __le16 msdu; global() member
/linux/net/mac80211/
H A Dsta_info.c392 value = u64_stats_read(&link_sta->rx_stats.msdu[tid]); in sta_accumulate_removed_link_stats()
398 link_sta->tx_stats.msdu[tid]; in sta_accumulate_removed_link_stats()
2652 value = u64_stats_read(&rxstats->msdu[tid]); in sta_set_tidstats()
2693 tidstats->tx_msdu = link_sta_info->tx_stats.msdu[tid]; in sta_set_tidstats()
H A Dtx.c870 tx->sta->deflink.tx_stats.msdu[IEEE80211_NUM_TIDS]++; in ieee80211_tx_h_sequence()
884 tx->sta->deflink.tx_stats.msdu[tid]++; in ieee80211_tx_h_sequence()
3630 sta->deflink.tx_stats.msdu[tid] += in ieee80211_xmit_fast_finish()
3633 sta->deflink.tx_stats.msdu[tid]++; in ieee80211_xmit_fast_finish()
H A Drx.c2809 u64_stats_inc(&rx->link_sta->rx_stats.msdu[rx->seqno_idx]); in ieee80211_deliver_skb()
4970 u64_stats_inc(&stats->msdu[rx->seqno_idx]); in ieee80211_invoke_fast_rx()
/linux/drivers/net/wireless/mediatek/mt76/mt7996/
H A Dmac.c1312 u32 msdu, info; in mt7996_mac_tx_free()
1378 msdu = (info >> (15 * i)) & MT_TXFREE_INFO_MSDU_ID; in mt7996_mac_tx_free()
1379 if (msdu == MT_TXFREE_INFO_MSDU_ID) in mt7996_mac_tx_free()
1383 txwi = mt76_token_release(mdev, msdu, &wake); in mt7996_mac_tx_free()
1313 u32 msdu, info; mt7996_mac_tx_free() local
/linux/net/bluetooth/
H A Dl2cap_core.c3129 efs.msdu = cpu_to_le16(chan->local_msdu); in l2cap_add_opt_efs()
3138 efs.msdu = cpu_to_le16(chan->local_msdu); in l2cap_add_opt_efs()
3625 chan->remote_msdu = le16_to_cpu(efs.msdu); in l2cap_parse_conf_req()
3767 chan->local_msdu = le16_to_cpu(efs.msdu); in l2cap_parse_conf_rsp()