Lines Matching refs:aligned_len
1717 size_t p2p_ie_len, aligned_len; in ath11k_wmi_p2p_go_bcn_ie() local
1723 aligned_len = roundup(p2p_ie_len, 4); in ath11k_wmi_p2p_go_bcn_ie()
1725 len = sizeof(*cmd) + TLV_HDR_SIZE + aligned_len; in ath11k_wmi_p2p_go_bcn_ie()
1739 FIELD_PREP(WMI_TLV_LEN, aligned_len); in ath11k_wmi_p2p_go_bcn_ie()
1762 size_t aligned_len = roundup(bcn->len, 4); in ath11k_wmi_bcn_tmpl() local
1773 len = sizeof(*cmd) + sizeof(*bcn_prb_info) + TLV_HDR_SIZE + aligned_len; in ath11k_wmi_bcn_tmpl()
1808 FIELD_PREP(WMI_TLV_LEN, aligned_len); in ath11k_wmi_bcn_tmpl()
3897 size_t aligned_len; in ath11k_wmi_fils_discovery_tmpl() local
3900 aligned_len = roundup(tmpl->len, 4); in ath11k_wmi_fils_discovery_tmpl()
3901 len = sizeof(*cmd) + TLV_HDR_SIZE + aligned_len; in ath11k_wmi_fils_discovery_tmpl()
3920 FIELD_PREP(WMI_TLV_LEN, aligned_len); in ath11k_wmi_fils_discovery_tmpl()
3946 size_t aligned_len = roundup(tmpl->len, 4); in ath11k_wmi_probe_resp_tmpl() local
3951 len = sizeof(*cmd) + sizeof(*probe_info) + TLV_HDR_SIZE + aligned_len; in ath11k_wmi_probe_resp_tmpl()
3977 FIELD_PREP(WMI_TLV_LEN, aligned_len); in ath11k_wmi_probe_resp_tmpl()