Home
last modified time | relevance | path

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

/openbsd/src/sys/dev/ic/
Dqwz.c16907 (param->num_band_to_mac * sizeof(*band_to_mac)); in qwz_init_cmd_send()
16967 hw_mode->num_band_to_mac = param->num_band_to_mac; in qwz_init_cmd_send()
16971 len = param->num_band_to_mac * sizeof(*band_to_mac); in qwz_init_cmd_send()
16979 for (idx = 0; idx < param->num_band_to_mac; idx++) { in qwz_init_cmd_send()
17028 init_param.num_band_to_mac = sc->num_radios; in qwz_wmi_cmd_init()
Dqwzreg.h2435 uint32_t num_band_to_mac; member
2450 uint32_t num_band_to_mac; member
Dqwxreg.h2364 uint32_t num_band_to_mac; member
2379 uint32_t num_band_to_mac; member
Dqwx.c18875 (param->num_band_to_mac * sizeof(*band_to_mac)); in qwx_init_cmd_send()
18935 hw_mode->num_band_to_mac = param->num_band_to_mac; in qwx_init_cmd_send()
18939 len = param->num_band_to_mac * sizeof(*band_to_mac); in qwx_init_cmd_send()
18947 for (idx = 0; idx < param->num_band_to_mac; idx++) { in qwx_init_cmd_send()
19000 init_param.num_band_to_mac = sc->num_radios; in qwx_wmi_cmd_init()