Home
last modified time | relevance | path

Searched refs:next_twt_tsf_us_lo (Results 1 – 5 of 5) sorted by relevance

/wlan-driver/qca-wifi-host-cmn/wmi/inc/
H A Dwmi_unified_twt_param.h640 uint32_t next_twt_tsf_us_lo; member
/wlan-driver/qca-wifi-host-cmn/umac/twt/dispatcher/inc/
H A Dwlan_twt_public_structs.h818 uint32_t next_twt_tsf_us_lo; member
/wlan-driver/qca-wifi-host-cmn/wmi/src/
H A Dwmi_unified_twt_tlv.c858 params->next_twt_tsf_us_lo = ev->sp_tsf_us_lo; in extract_twt_nudge_dialog_comp_event_tlv()
863 params->next_twt_tsf_us_hi, params->next_twt_tsf_us_lo); in extract_twt_nudge_dialog_comp_event_tlv()
1995 params->next_twt_tsf_us_lo = ev->sp_tsf_us_lo; in extract_twt_nudge_dialog_comp_event_tlv()
2000 params->next_twt_tsf_us_hi, params->next_twt_tsf_us_lo); in extract_twt_nudge_dialog_comp_event_tlv()
/wlan-driver/qcacld-3.0/os_if/twt/src/
H A Dosif_twt_ext_rsp.c685 tsf_val = (tsf_val << 32) | event->next_twt_tsf_us_lo; in osif_twt_nudge_pack_resp_nlmsg()
/wlan-driver/qcacld-3.0/core/hdd/src/
H A Dwlan_hdd_twt.c2765 tsf_val = (tsf_val << 32) | params->next_twt_tsf_us_lo; in hdd_twt_nudge_pack_resp_nlmsg()