Home
last modified time | relevance | path

Searched refs:tsf_val (Results 1 – 3 of 3) sorted by relevance

/wlan-driver/qcacld-3.0/os_if/twt/src/
H A Dosif_twt_ext_rsp.c663 uint64_t tsf_val; in osif_twt_nudge_pack_resp_nlmsg() local
684 tsf_val = event->next_twt_tsf_us_hi; in osif_twt_nudge_pack_resp_nlmsg()
685 tsf_val = (tsf_val << 32) | event->next_twt_tsf_us_lo; in osif_twt_nudge_pack_resp_nlmsg()
688 tsf_val)) { in osif_twt_nudge_pack_resp_nlmsg()
H A Dosif_twt_ext_req.c1746 uint64_t tsf_val; in osif_twt_pack_get_params_resp_nlmsg() local
1864 tsf_val = ((uint64_t)params[i].sp_tsf_us_hi << 32) | in osif_twt_pack_get_params_resp_nlmsg()
1867 params[i].dialog_id, tsf_val); in osif_twt_pack_get_params_resp_nlmsg()
1869 if (wlan_cfg80211_nla_put_u64(reply_skb, attr, tsf_val)) { in osif_twt_pack_get_params_resp_nlmsg()
/wlan-driver/qcacld-3.0/core/hdd/src/
H A Dwlan_hdd_twt.c817 uint64_t tsf_val; in hdd_twt_pack_get_params_resp_nlmsg() local
935 tsf_val = ((uint64_t)params[i].sp_tsf_us_hi << 32) | in hdd_twt_pack_get_params_resp_nlmsg()
939 params[i].dialog_id, tsf_val); in hdd_twt_pack_get_params_resp_nlmsg()
942 if (hdd_wlan_nla_put_u64(reply_skb, attr, tsf_val)) { in hdd_twt_pack_get_params_resp_nlmsg()
2743 uint64_t tsf_val; in hdd_twt_nudge_pack_resp_nlmsg() local
2764 tsf_val = params->next_twt_tsf_us_hi; in hdd_twt_nudge_pack_resp_nlmsg()
2765 tsf_val = (tsf_val << 32) | params->next_twt_tsf_us_lo; in hdd_twt_nudge_pack_resp_nlmsg()
2768 tsf_val)) { in hdd_twt_nudge_pack_resp_nlmsg()