Home
last modified time | relevance | path

Searched refs:ts1 (Results 1 – 4 of 4) sorted by relevance

/wlan-driver/qca-wifi-host-cmn/hal/wifi3.0/rh/
H A Dhal_rh_generic_api.h2394 hal_tx_comp_get_status_generic_rh(void *desc, void *ts1, struct hal_soc *hal) in hal_tx_comp_get_status_generic_rh() argument
2398 (struct hal_tx_completion_status *)ts1; in hal_tx_comp_get_status_generic_rh()
/wlan-driver/qca-wifi-host-cmn/hal/wifi3.0/li/
H A Dhal_li_generic_api.h216 hal_tx_comp_get_status_generic_li(void *desc, void *ts1, in hal_tx_comp_get_status_generic_li() argument
222 (struct hal_tx_completion_status *)ts1; in hal_tx_comp_get_status_generic_li()
/wlan-driver/qca-wifi-host-cmn/hal/wifi3.0/be/
H A Dhal_be_generic_api.h75 hal_tx_comp_get_status_generic_be(void *desc, void *ts1, in hal_tx_comp_get_status_generic_be() argument
81 (struct hal_tx_completion_status *)ts1; in hal_tx_comp_get_status_generic_be()
/wlan-driver/qca-wifi-host-cmn/umac/cmn_services/mgmt_txrx/core/src/
H A Dwlan_mgmt_txrx_rx_reo.c127 mgmt_rx_reo_compare_global_timestamps_gte(uint32_t ts1, uint32_t ts2) in mgmt_rx_reo_compare_global_timestamps_gte() argument
129 uint32_t delta = ts1 - ts2; in mgmt_rx_reo_compare_global_timestamps_gte()