Searched refs:fqdn_len_aligned (Results 1 – 1 of 1) sorted by relevance
230 uint16_t fqdn_len_aligned; in send_set_mdns_fqdn_cmd_tlv() local233 fqdn_len_aligned = roundup(mdns_info->fqdn_len, sizeof(uint32_t)); in send_set_mdns_fqdn_cmd_tlv()234 if (fqdn_len_aligned < mdns_info->fqdn_len) { in send_set_mdns_fqdn_cmd_tlv()239 if (fqdn_len_aligned > WMI_SVC_MSG_MAX_SIZE - WMI_TLV_HDR_SIZE) { in send_set_mdns_fqdn_cmd_tlv()244 len += WMI_TLV_HDR_SIZE + fqdn_len_aligned; in send_set_mdns_fqdn_cmd_tlv()261 WMITLV_SET_HDR(buf_ptr, WMITLV_TAG_ARRAY_BYTE, fqdn_len_aligned); in send_set_mdns_fqdn_cmd_tlv()