Home
last modified time | relevance | path

Searched refs:ppdu_timestamp (Results 1 – 9 of 9) sorted by relevance

/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/monitor/2.0/
H A Ddp_tx_mon_2.0.c1159 uint32_t ppdu_timestamp = 0; in dp_populate_tsft_from_phy_timestamp() local
1162 ppdu_timestamp = TXMON_PPDU_COM(ppdu_info, ppdu_timestamp); in dp_populate_tsft_from_phy_timestamp()
1164 if (tsft && ppdu_timestamp) { in dp_populate_tsft_from_phy_timestamp()
1167 tx_mon_be->last_ppdu_timestamp = ppdu_timestamp; in dp_populate_tsft_from_phy_timestamp()
1172 if (!tsft && ppdu_timestamp) { in dp_populate_tsft_from_phy_timestamp()
1174 uint32_t cur_usec = ppdu_timestamp / PHY_MEDIUM_MHZ; in dp_populate_tsft_from_phy_timestamp()
1189 tx_mon_be->last_ppdu_timestamp = ppdu_timestamp; in dp_populate_tsft_from_phy_timestamp()
1193 !TXMON_PPDU_COM(ppdu_info, ppdu_timestamp)) in dp_populate_tsft_from_phy_timestamp()
H A Ddp_tx_mon_status_2.0.c1270 TXMON_PPDU_COM(tx_prot_ppdu_info, ppdu_timestamp) = in dp_tx_mon_update_ppdu_info_status()
1271 TXMON_PPDU_COM(tx_prot_ppdu_info, ppdu_timestamp) << 1; in dp_tx_mon_update_ppdu_info_status()
/wlan-driver/qca-wifi-host-cmn/hal/wifi3.0/rh/
H A Dhal_rh_generic_api.h569 ppdu_info->com_info.ppdu_timestamp = in hal_rx_status_get_tlv_info_generic_rh()
572 ppdu_info->rx_status.ppdu_timestamp = in hal_rx_status_get_tlv_info_generic_rh()
573 ppdu_info->com_info.ppdu_timestamp; in hal_rx_status_get_tlv_info_generic_rh()
/wlan-driver/qca-wifi-host-cmn/hal/wifi3.0/li/
H A Dhal_li_generic_api.h726 ppdu_info->com_info.ppdu_timestamp = in hal_rx_status_get_tlv_info_generic_li()
729 ppdu_info->rx_status.ppdu_timestamp = in hal_rx_status_get_tlv_info_generic_li()
730 ppdu_info->com_info.ppdu_timestamp; in hal_rx_status_get_tlv_info_generic_li()
/wlan-driver/qca-wifi-host-cmn/hal/wifi3.0/
H A Dhal_api_mon.h665 uint64_t ppdu_timestamp; member
/wlan-driver/qca-wifi-host-cmn/hal/wifi3.0/be/
H A Dhal_be_generic_api.h447 TXMON_HAL_STATUS(ppdu_info, ppdu_timestamp) = in hal_txmon_parse_tx_fes_status_end()
477 TXMON_HAL_STATUS(ppdu_info, ppdu_timestamp) = in hal_txmon_parse_response_end_status()
621 TXMON_HAL_STATUS(ppdu_info, ppdu_timestamp) = in hal_txmon_parse_tx_fes_status_prot()
H A Dhal_be_api_mon.h2684 ppdu_info->com_info.ppdu_timestamp = in hal_rx_status_get_tlv_info_generic_be()
2687 ppdu_info->rx_status.ppdu_timestamp = in hal_rx_status_get_tlv_info_generic_be()
2688 ppdu_info->com_info.ppdu_timestamp; in hal_rx_status_get_tlv_info_generic_be()
/wlan-driver/qca-wifi-host-cmn/qdf/inc/
H A Dqdf_nbuf.h425 uint32_t ppdu_timestamp; member
/wlan-driver/qca-wifi-host-cmn/qdf/linux/src/
H A Dqdf_nbuf.c5702 cpu_to_le32(rx_status->ppdu_timestamp); in qdf_nbuf_update_radiotap()