Home
last modified time | relevance | path

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

/freebsd/sys/contrib/dev/athk/ath11k/
H A Dqmi.c1245 bdf_type),
2364 req->bdf_type = type; in ath11k_qmi_load_file_target_mem()
2454 int ret = 0, bdf_type; in ath11k_qmi_load_bdf_qmi() local
2471 bdf_type = ATH11K_QMI_BDF_TYPE_REGDB; in ath11k_qmi_load_bdf_qmi()
2473 bdf_type = ATH11K_QMI_BDF_TYPE_ELF; in ath11k_qmi_load_bdf_qmi()
2475 bdf_type = ATH11K_QMI_BDF_TYPE_BIN; in ath11k_qmi_load_bdf_qmi()
2477 ath11k_dbg(ab, ATH11K_DBG_QMI, "bdf_type %d\n", bdf_type); in ath11k_qmi_load_bdf_qmi()
2481 ret = ath11k_qmi_load_file_target_mem(ab, bd.data, fw_size, bdf_type); in ath11k_qmi_load_bdf_qmi()
2488 if (bdf_type == ATH11K_QMI_BDF_TYPE_ELF || bdf_type == ATH11K_QMI_BDF_TYPE_REGDB) in ath11k_qmi_load_bdf_qmi()
H A Dqmi.h439 u8 bdf_type; member
/freebsd/sys/contrib/dev/athk/ath12k/
H A Dqmi.h491 u8 bdf_type; member
H A Dqmi.c1484 bdf_type),
2341 req->bdf_type = type; in ath12k_qmi_load_file_target_mem()
/freebsd/sys/contrib/dev/athk/ath10k/
H A Dqmi_wlfw_v01.h339 u8 bdf_type; member
H A Dqmi_wlfw_v01.c1078 bdf_type),