Home
last modified time | relevance | path

Searched refs:packet_info (Results 1 – 8 of 8) sorted by relevance

/wlan-driver/qcacld-3.0/core/dp/txrx/
H A Dol_txrx.h817 uint16_t ol_tx_get_stream_id(struct packet_info *info);
826 void ol_tx_get_packet_info(qdf_nbuf_t msdu, struct packet_info *info);
837 struct packet_info *info);
850 struct packet_info *info);
H A Dol_tx_hl.c823 uint16_t ol_tx_get_stream_id(struct packet_info *info)
889 void ol_tx_get_packet_info(qdf_nbuf_t msdu, struct packet_info *info)
960 struct packet_info *info)
1031 struct packet_info *info, bool *is_found,
1134 struct packet_info *info)
1391 struct packet_info pkt_info;
H A Dol_txrx_types.h1136 struct packet_info { struct
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/monitor/2.0/
H A Ddp_rx_mon_2.0.c184 ppdu_info->packet_info.dma_length; in dp_mon_record_tlv()
187 ppdu_info->packet_info.truncated; in dp_mon_record_tlv()
190 ppdu_info->packet_info.msdu_continuation; in dp_mon_record_tlv()
808 struct hal_mon_packet_info *packet_info = &ppdu_info->packet_info; in dp_rx_mon_handle_mon_buf_addr() local
809 struct dp_mon_desc *mon_desc = (struct dp_mon_desc *)(uintptr_t)ppdu_info->packet_info.sw_cookie; in dp_rx_mon_handle_mon_buf_addr()
810 unsigned long long desc = ppdu_info->packet_info.sw_cookie; in dp_rx_mon_handle_mon_buf_addr()
887 if (packet_info->dma_length > in dp_rx_mon_handle_mon_buf_addr()
949 packet_info->dma_length, in dp_rx_mon_handle_mon_buf_addr()
957 packet_info->dma_length, in dp_rx_mon_handle_mon_buf_addr()
965 packet_info->dma_length, in dp_rx_mon_handle_mon_buf_addr()
[all …]
H A Ddp_tx_mon_status_2.0.c43 struct hal_mon_packet_info packet_info = {0}; in dp_tx_mon_status_free_packet_buf() local
74 &packet_info); in dp_tx_mon_status_free_packet_buf()
76 mon_desc = (struct dp_mon_desc *)(uintptr_t)packet_info.sw_cookie; in dp_tx_mon_status_free_packet_buf()
1320 struct hal_mon_packet_info *packet_info = NULL; in dp_tx_mon_update_ppdu_info_status() local
1327 packet_info = &TXMON_PPDU_HAL(tx_data_ppdu_info, packet_info); in dp_tx_mon_update_ppdu_info_status()
1328 mon_desc = (struct dp_mon_desc *)(uintptr_t)packet_info->sw_cookie; in dp_tx_mon_update_ppdu_info_status()
1360 length) = packet_info->dma_length; in dp_tx_mon_update_ppdu_info_status()
/wlan-driver/qca-wifi-host-cmn/hal/wifi3.0/be/
H A Dhal_be_api_mon.h1377 struct hal_mon_packet_info packet_info; member
1519 void *packet_info) in hal_txmon_populate_packet_info() argument
1526 hal_soc->ops->hal_txmon_populate_packet_info(tx_tlv_hdr, packet_info); in hal_txmon_populate_packet_info()
2446 ppdu_info->packet_info.sw_cookie = in hal_rx_status_get_mon_buf_addr()
2450 ppdu_info->packet_info.dma_length = addr->dma_length + 1; in hal_rx_status_get_mon_buf_addr()
2451 ppdu_info->packet_info.msdu_continuation = addr->msdu_continuation; in hal_rx_status_get_mon_buf_addr()
2452 ppdu_info->packet_info.truncated = addr->truncated; in hal_rx_status_get_mon_buf_addr()
H A Dhal_be_generic_api.h369 hal_txmon_populate_packet_info_generic_be(void *tx_tlv, void *packet_info) in hal_txmon_populate_packet_info_generic_be() argument
374 pkt_info = (struct hal_mon_packet_info *)packet_info; in hal_txmon_populate_packet_info_generic_be()
1557 struct hal_mon_packet_info *packet_info = NULL; in hal_txmon_status_parse_tlv_generic_be() local
1737 packet_info = &ppdu_info->packet_info; in hal_txmon_status_parse_tlv_generic_be()
1745 hal_txmon_populate_packet_info_generic_be(tx_tlv, packet_info); in hal_txmon_status_parse_tlv_generic_be()
/wlan-driver/qca-wifi-host-cmn/hal/wifi3.0/
H A Dhal_api_mon.h1315 struct hal_mon_packet_info packet_info; member