Home
last modified time | relevance | path

Searched refs:tx_tlv (Results 1 – 3 of 3) sorted by relevance

/wlan-driver/qca-wifi-host-cmn/hal/wifi3.0/be/
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
372 struct mon_buffer_addr *addr = (struct mon_buffer_addr *)tx_tlv; in hal_txmon_populate_packet_info_generic_be()
391 hal_txmon_parse_tx_fes_setup(void *tx_tlv, in hal_txmon_parse_tx_fes_setup() argument
394 hal_tx_fes_setup_t *tx_fes_setup = (hal_tx_fes_setup_t *)tx_tlv; in hal_txmon_parse_tx_fes_setup()
412 hal_txmon_get_num_users(void *tx_tlv) in hal_txmon_get_num_users() argument
414 hal_tx_fes_setup_t *tx_fes_setup = (hal_tx_fes_setup_t *)tx_tlv; in hal_txmon_get_num_users()
429 hal_txmon_parse_tx_fes_status_end(void *tx_tlv, in hal_txmon_parse_tx_fes_status_end() argument
433 hal_tx_fes_status_end_t *tx_fes_end = (hal_tx_fes_status_end_t *)tx_tlv; in hal_txmon_parse_tx_fes_status_end()
463 hal_txmon_parse_response_end_status(void *tx_tlv, in hal_txmon_parse_response_end_status() argument
469 resp_end_status = (hal_response_end_status_t *)tx_tlv; in hal_txmon_parse_response_end_status()
[all …]
H A Dhal_be_api_mon.h1390 hal_tx_status_get_next_tlv(uint8_t *tx_tlv, bool is_tlv_hdr_64_bit) { in hal_tx_status_get_next_tlv() argument
1393 tlv_len = HAL_RX_GET_USER_TLV32_LEN(tx_tlv); in hal_tx_status_get_next_tlv()
1397 return (uint8_t *)(uintptr_t)qdf_align((uint64_t)((uintptr_t)tx_tlv + in hal_tx_status_get_next_tlv()
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/monitor/2.0/
H A Ddp_tx_mon_status_2.0.c44 uint8_t *tx_tlv; in dp_tx_mon_status_free_packet_buf() local
60 tx_tlv = status_frag; in dp_tx_mon_status_free_packet_buf()
61 tx_tlv_start = tx_tlv; in dp_tx_mon_status_free_packet_buf()
66 if (hal_txmon_is_mon_buf_addr_tlv(pdev->soc->hal_soc, tx_tlv)) { in dp_tx_mon_status_free_packet_buf()
70 mon_buf_tx_tlv = ((uint8_t *)tx_tlv + in dp_tx_mon_status_free_packet_buf()
111 tx_tlv = hal_tx_status_get_next_tlv(tx_tlv, in dp_tx_mon_status_free_packet_buf()
113 } while ((tx_tlv - tx_tlv_start) < end_offset); in dp_tx_mon_status_free_packet_buf()
1603 uint8_t *tx_tlv; in dp_tx_mon_process_tlv_2_0() local
1637 tx_tlv = status_frag; in dp_tx_mon_process_tlv_2_0()
1643 tx_tlv, &num_users); in dp_tx_mon_process_tlv_2_0()
[all …]