Searched refs:tsf_val (Results 1 – 3 of 3) sorted by relevance
663 uint64_t tsf_val; in osif_twt_nudge_pack_resp_nlmsg() local684 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()
1746 uint64_t tsf_val; in osif_twt_pack_get_params_resp_nlmsg() local1864 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()
817 uint64_t tsf_val; in hdd_twt_pack_get_params_resp_nlmsg() local935 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() local2764 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()