Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/ath/ath11k/
H A Dqmi.c1229 bdf_type),
2331 req->bdf_type = type; in ath11k_qmi_load_file_target_mem()
2421 int ret = 0, bdf_type; in ath11k_qmi_load_bdf_qmi() local
2438 bdf_type = ATH11K_QMI_BDF_TYPE_REGDB; in ath11k_qmi_load_bdf_qmi()
2440 bdf_type = ATH11K_QMI_BDF_TYPE_ELF; in ath11k_qmi_load_bdf_qmi()
2442 bdf_type = ATH11K_QMI_BDF_TYPE_BIN; in ath11k_qmi_load_bdf_qmi()
2444 ath11k_dbg(ab, ATH11K_DBG_QMI, "bdf_type %d\n", bdf_type); in ath11k_qmi_load_bdf_qmi()
2448 ret = ath11k_qmi_load_file_target_mem(ab, bd.data, fw_size, bdf_type); in ath11k_qmi_load_bdf_qmi()
2455 if (bdf_type == ATH11K_QMI_BDF_TYPE_ELF || bdf_type == ATH11K_QMI_BDF_TYPE_REGDB) in ath11k_qmi_load_bdf_qmi()
/linux/drivers/net/wireless/ath/ath12k/
H A Dqmi.h509 u8 bdf_type; member
H A Dqmi.c1594 bdf_type),
3010 req->bdf_type = type; in ath12k_qmi_load_file_target_mem()