Searched refs:tx_tlv (Results 1 – 3 of 3) sorted by relevance
369 hal_txmon_populate_packet_info_generic_be(void *tx_tlv, void *packet_info) in hal_txmon_populate_packet_info_generic_be() argument372 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() argument394 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() argument414 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() argument433 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() argument469 resp_end_status = (hal_response_end_status_t *)tx_tlv; in hal_txmon_parse_response_end_status()[all …]
1390 hal_tx_status_get_next_tlv(uint8_t *tx_tlv, bool is_tlv_hdr_64_bit) { in hal_tx_status_get_next_tlv() argument1393 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()
44 uint8_t *tx_tlv; in dp_tx_mon_status_free_packet_buf() local60 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() local1637 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 …]