Home
last modified time | relevance | path

Searched refs:adjusted_tsf_le (Results 1 – 2 of 2) sorted by relevance

/wlan-driver/qcacld-3.0/core/wma/src/
H A Dwma_mgmt.c2098 uint64_t adjusted_tsf_le; in wmi_unified_probe_rsp_tmpl_send() local
2106 adjusted_tsf_le = cpu_to_le64(0ULL - in wmi_unified_probe_rsp_tmpl_send()
2110 A_MEMCPY(&wh[1], &adjusted_tsf_le, sizeof(adjusted_tsf_le)); in wmi_unified_probe_rsp_tmpl_send()
2184 uint64_t adjusted_tsf_le; in wma_unified_bcn_tmpl_send() local
2232 adjusted_tsf_le = cpu_to_le64(0ULL - in wma_unified_bcn_tmpl_send()
2236 A_MEMCPY(&wh[1], &adjusted_tsf_le, sizeof(adjusted_tsf_le)); in wma_unified_bcn_tmpl_send()
H A Dwma_data.c2514 uint64_t adjusted_tsf_le; in wma_tx_packet() local
2519 adjusted_tsf_le = cpu_to_le64(0ULL - in wma_tx_packet()
2522 A_MEMCPY(&wh[1], &adjusted_tsf_le, sizeof(adjusted_tsf_le)); in wma_tx_packet()