/wlan-driver/qcacld-3.0/components/pkt_capture/core/src/ |
D | wlan_pkt_capture_mgmt_txrx.c | 436 qdf_nbuf_t wbuf; in pkt_capture_mgmt_tx() local 469 wbuf = qdf_nbuf_alloc(NULL, roundup(nbuf_len + RESERVE_BYTES, 4), in pkt_capture_mgmt_tx() 471 if (!wbuf) { in pkt_capture_mgmt_tx() 477 qdf_nbuf_put_tail(wbuf, nbuf_len); in pkt_capture_mgmt_tx() 478 qdf_mem_copy(qdf_nbuf_data(wbuf), qdf_nbuf_data(nbuf), nbuf_len); in pkt_capture_mgmt_tx() 500 pkt_capture_process_mgmt_tx_data(pdev, ¶ms, wbuf, 0xFF)) in pkt_capture_mgmt_tx() 501 qdf_nbuf_free(wbuf); in pkt_capture_mgmt_tx() 515 qdf_nbuf_t wbuf, nbuf; in pkt_capture_mgmt_tx_completion() local 553 wbuf = qdf_nbuf_alloc(NULL, roundup(nbuf_len + RESERVE_BYTES, 4), in pkt_capture_mgmt_tx_completion() 555 if (!wbuf) { in pkt_capture_mgmt_tx_completion() [all …]
|
/wlan-driver/qcacld-3.0/core/dp/txrx/ |
D | ol_rx_defrag.c | 211 qdf_nbuf_t wbuf, in ol_rx_get_desc_len() argument 215 *rx_desc_old_position = htt_rx_msdu_desc_retrieve(htt_pdev, wbuf); in ol_rx_get_desc_len() 285 qdf_nbuf_t wbuf, in ol_rx_get_desc_len() argument 724 qdf_nbuf_t wbuf, uint16_t hdrlen) in ol_rx_frag_gcmp_demic() argument 732 wbuf, in ol_rx_frag_gcmp_demic() 736 orig_hdr = (uint8_t *)(qdf_nbuf_data(wbuf) + rx_desc_len); in ol_rx_frag_gcmp_demic() 742 qdf_nbuf_trim_tail(wbuf, f_gcmp.ic_trailer); in ol_rx_frag_gcmp_demic() 1083 qdf_nbuf_t wbuf, uint16_t hdrlen) in ol_rx_frag_ccmp_demic() argument 1091 wbuf, in ol_rx_frag_ccmp_demic() 1095 origHdr = (uint8_t *) (qdf_nbuf_data(wbuf) + rx_desc_len); in ol_rx_frag_ccmp_demic() [all …]
|
D | ol_rx_defrag.h | 94 qdf_nbuf_t wbuf, uint16_t hdrlen); 112 qdf_nbuf_t wbuf,
|
/wlan-driver/qcacld-3.0/components/target_if/pkt_capture/src/ |
D | target_if_pkt_capture.c | 188 qdf_nbuf_t wbuf; in target_if_mgmt_offload_data_event_handler() local 235 wbuf = qdf_nbuf_alloc(NULL, in target_if_mgmt_offload_data_event_handler() 238 if (!wbuf) { in target_if_mgmt_offload_data_event_handler() 244 qdf_nbuf_put_tail(wbuf, params.buf_len); in target_if_mgmt_offload_data_event_handler() 245 qdf_nbuf_set_protocol(wbuf, ETH_P_CONTROL); in target_if_mgmt_offload_data_event_handler() 246 qdf_mem_copy(qdf_nbuf_data(wbuf), params.buf, params.buf_len); in target_if_mgmt_offload_data_event_handler() 251 wbuf, status)) in target_if_mgmt_offload_data_event_handler() 252 qdf_nbuf_free(wbuf); in target_if_mgmt_offload_data_event_handler()
|
/wlan-driver/qca-wifi-host-cmn/dp/inc/ |
D | cdp_txrx_me.h | 66 qdf_nbuf_t wbuf, u_int8_t newmac[][6], in cdp_tx_me_convert_ucast() argument 81 (soc, vdev_id, wbuf, newmac, newmaccnt, tid, is_igmp, in cdp_tx_me_convert_ucast()
|
D | cdp_txrx_ops.h | 1013 qdf_nbuf_t wbuf, u_int8_t newmac[][6],
|
/wlan-driver/qca-wifi-host-cmn/umac/cmn_services/crypto/inc/ |
D | wlan_crypto_global_api.h | 197 qdf_nbuf_t wbuf, 213 qdf_nbuf_t wbuf, 229 qdf_nbuf_t wbuf, 247 qdf_nbuf_t wbuf, 452 qdf_nbuf_t wbuf);
|
D | wlan_crypto_global_def.h | 682 qdf_nbuf_t wbuf, uint8_t *macaddr, 685 qdf_nbuf_t wbuf, uint8_t *macaddr, 688 qdf_nbuf_t wbuf, uint8_t *macaddr, 691 qdf_nbuf_t wbuf, uint8_t *macaddr,
|
/wlan-driver/qcacld-3.0/core/wma/src/ |
D | wma_mgmt.c | 3257 struct ieee80211_frame *wh, qdf_nbuf_t wbuf) in wma_process_bip() argument 3264 efrm = qdf_nbuf_data(wbuf) + qdf_nbuf_len(wbuf); in wma_process_bip() 3320 qdf_nbuf_trim_tail(wbuf, mmie_size); in wma_process_bip() 3340 qdf_nbuf_t wbuf) in wma_process_rmf_frame() argument 3372 if (qdf_nbuf_len(wbuf) < (sizeof(*wh) + hdr_len + mic_len)) { in wma_process_rmf_frame() 3374 (int)qdf_nbuf_len(wbuf)); in wma_process_rmf_frame() 3379 orig_hdr = (uint8_t *) qdf_nbuf_data(wbuf); in wma_process_rmf_frame() 3394 qdf_nbuf_pull_head(wbuf, in wma_process_rmf_frame() 3396 qdf_nbuf_trim_tail(wbuf, mic_len); in wma_process_rmf_frame() 3402 wh = (struct ieee80211_frame *) qdf_nbuf_data(wbuf); in wma_process_rmf_frame() [all …]
|
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/ |
D | dp_rx_defrag.c | 639 qdf_nbuf_t wbuf, uint16_t off, in dp_rx_defrag_mic() argument 648 dp_rx_defrag_michdr((struct ieee80211_frame *)(qdf_nbuf_data(wbuf) in dp_rx_defrag_mic() 665 data = (uint8_t *)qdf_nbuf_data(wbuf) + off; in dp_rx_defrag_mic() 666 space = qdf_nbuf_len(wbuf) - off; in dp_rx_defrag_mic() 683 wbuf = qdf_nbuf_next(wbuf); in dp_rx_defrag_mic() 684 if (!wbuf) in dp_rx_defrag_mic() 693 (uint8_t *)qdf_nbuf_data(wbuf) + off; in dp_rx_defrag_mic() 694 if ((qdf_nbuf_len(wbuf)) < in dp_rx_defrag_mic() 704 space = (qdf_nbuf_len(wbuf) - off) - 3; in dp_rx_defrag_mic() 710 space = (qdf_nbuf_len(wbuf) - off) - 2; in dp_rx_defrag_mic() [all …]
|
/wlan-driver/qca-wifi-host-cmn/umac/cmn_services/crypto/src/ |
D | wlan_crypto_global_api.c | 1612 qdf_nbuf_t wbuf, in wlan_crypto_encap() argument 1645 if (!wlan_crypto_is_data_protected((uint8_t *)qdf_nbuf_data(wbuf)) && in wlan_crypto_encap() 1697 hdrlen = ieee80211_hdrsize((uint8_t *)qdf_nbuf_data(wbuf)); in wlan_crypto_encap() 1700 (uint8_t *)qdf_nbuf_data(wbuf)); in wlan_crypto_encap() 1709 status = cipher_table->encap(key, wbuf, encapdone, in wlan_crypto_encap() 1721 qdf_nbuf_t wbuf, in wlan_crypto_decap() argument 1751 hdrlen = ieee80211_hdrsize((uint8_t *)qdf_nbuf_data(wbuf)); in wlan_crypto_decap() 1754 (uint8_t *)qdf_nbuf_data(wbuf)); in wlan_crypto_decap() 1756 keyid = wlan_crypto_get_keyid((uint8_t *)qdf_nbuf_data(wbuf), hdrlen); in wlan_crypto_decap() 1765 if (!wlan_crypto_is_data_protected((uint8_t *)qdf_nbuf_data(wbuf)) && in wlan_crypto_decap() [all …]
|
/wlan-driver/qca-wifi-host-cmn/wmi/src/ |
D | wmi_unified_vdev_tlv.c | 97 cmd->data_len = qdf_nbuf_len(param->wbuf); in send_beacon_send_cmd_tlv() 100 dma_addr = qdf_nbuf_get_frag_paddr(param->wbuf, 0); in send_beacon_send_cmd_tlv()
|
/wlan-driver/qca-wifi-host-cmn/hif/src/usb/ |
D | hif_usb.c | 278 qdf_nbuf_t wbuf, uint32_t data_attr) in hif_send_head() argument 283 status = hif_send_internal(device, pipe_id, NULL, wbuf, nbytes); in hif_send_head()
|
/wlan-driver/qca-wifi-host-cmn/hif/inc/ |
D | hif.h | 1085 QDF_STATUS (*txCompletionHandler)(void *Context, qdf_nbuf_t wbuf, 1088 QDF_STATUS (*rxCompletionHandler)(void *Context, qdf_nbuf_t wbuf, 1225 qdf_nbuf_t wbuf, uint32_t data_attr);
|
/wlan-driver/qca-wifi-host-cmn/umac/mlme/vdev_mgr/dispatcher/inc/ |
D | wlan_vdev_mgr_tgt_if_tx_defs.h | 373 qdf_nbuf_t wbuf; member
|
/wlan-driver/qca-wifi-host-cmn/umac/mlo_mgr/inc/ |
D | wlan_mlo_mgr_public_structs.h | 1003 qdf_nbuf_t wbuf; member
|
/wlan-driver/qca-wifi-host-cmn/umac/mlo_mgr/src/ |
D | wlan_mlo_mgr_peer.c | 2240 if (auth_params->wbuf) in mlo_peer_free_auth_param() 2241 qdf_nbuf_free(auth_params->wbuf); in mlo_peer_free_auth_param()
|
/wlan-driver/qca-wifi-host-cmn/wmi/inc/ |
D | wmi_unified_param.h | 3521 qdf_nbuf_t wbuf; member
|