Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/wmi/src/
Dwmi_unified_fwol_tlv.c293 uint16_t resp_len_aligned; in send_set_mdns_response_cmd_tlv() local
296 resp_len_aligned = roundup(mdns_info->answer_payload_len, sizeof(uint32_t)); in send_set_mdns_response_cmd_tlv()
297 if (resp_len_aligned < mdns_info->answer_payload_len) { in send_set_mdns_response_cmd_tlv()
302 if (resp_len_aligned > WMI_SVC_MSG_MAX_SIZE - WMI_TLV_HDR_SIZE) { in send_set_mdns_response_cmd_tlv()
307 len += WMI_TLV_HDR_SIZE + resp_len_aligned; in send_set_mdns_response_cmd_tlv()
324 WMITLV_SET_HDR(buf_ptr, WMITLV_TAG_ARRAY_BYTE, resp_len_aligned); in send_set_mdns_response_cmd_tlv()