Home
last modified time | relevance | path

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

/openbsd/sys/dev/ic/
H A Dqwz.c16190 uint16_t extraie_len_with_pad = 0; in qwz_wmi_send_scan_start_cmd() local
16220 extraie_len_with_pad = roundup(params->extraie.len, in qwz_wmi_send_scan_start_cmd()
16222 if (extraie_len_with_pad <= in qwz_wmi_send_scan_start_cmd()
16224 len += extraie_len_with_pad; in qwz_wmi_send_scan_start_cmd()
16228 extraie_len_with_pad = 0; in qwz_wmi_send_scan_start_cmd()
16320 len = extraie_len_with_pad; in qwz_wmi_send_scan_start_cmd()
16326 if (extraie_len_with_pad) in qwz_wmi_send_scan_start_cmd()
16329 ptr += extraie_len_with_pad; in qwz_wmi_send_scan_start_cmd()
H A Dqwx.c18162 uint16_t extraie_len_with_pad = 0; in qwx_wmi_send_scan_start_cmd() local
18182 extraie_len_with_pad = roundup(params->extraie.len, in qwx_wmi_send_scan_start_cmd()
18185 len += extraie_len_with_pad; in qwx_wmi_send_scan_start_cmd()
18288 len = extraie_len_with_pad; in qwx_wmi_send_scan_start_cmd()
18294 if (extraie_len_with_pad) in qwx_wmi_send_scan_start_cmd()
18297 ptr += extraie_len_with_pad; in qwx_wmi_send_scan_start_cmd()