Searched refs:tgt_cfg (Results 1 - 9 of 9) sorted by path

/linux-master/drivers/net/wireless/ath/ath10k/
H A Dqmi.c458 req->tgt_cfg[i].pipe_num = config->ce_tgt_cfg[i].pipe_num;
459 req->tgt_cfg[i].pipe_dir = config->ce_tgt_cfg[i].pipe_dir;
460 req->tgt_cfg[i].nentries = config->ce_tgt_cfg[i].nentries;
461 req->tgt_cfg[i].nbytes_max = config->ce_tgt_cfg[i].nbytes_max;
462 req->tgt_cfg[i].flags = config->ce_tgt_cfg[i].flags;
H A Dqmi_wlfw_v01.c719 tgt_cfg),
H A Dqmi_wlfw_v01.h277 struct wlfw_ce_tgt_pipe_cfg_s_v01 tgt_cfg[QMI_WLFW_MAX_NUM_CE_V01]; member in struct:wlfw_wlan_cfg_req_msg_v01
H A Dsnoc.c969 struct ath10k_tgt_pipe_cfg tgt_cfg[CE_COUNT_MAX]; local
975 tgt_cfg[pipe_num].pipe_num =
977 tgt_cfg[pipe_num].pipe_dir =
979 tgt_cfg[pipe_num].nentries =
981 tgt_cfg[pipe_num].nbytes_max =
983 tgt_cfg[pipe_num].flags =
985 tgt_cfg[pipe_num].reserved = 0;
991 &tgt_cfg;
/linux-master/drivers/net/wireless/ath/ath11k/
H A Dqmi.c1524 tgt_cfg),
2710 req->tgt_cfg[pipe_num].pipe_num = ce_cfg[pipe_num].pipenum;
2711 req->tgt_cfg[pipe_num].pipe_dir = ce_cfg[pipe_num].pipedir;
2712 req->tgt_cfg[pipe_num].nentries = ce_cfg[pipe_num].nentries;
2713 req->tgt_cfg[pipe_num].nbytes_max = ce_cfg[pipe_num].nbytes_max;
2714 req->tgt_cfg[pipe_num].flags = ce_cfg[pipe_num].flags;
H A Dqmi.h485 tgt_cfg[QMI_WLANFW_MAX_NUM_CE_V01]; member in struct:qmi_wlanfw_wlan_cfg_req_msg_v01
/linux-master/drivers/net/wireless/ath/ath12k/
H A Dqmi.c1850 tgt_cfg),
2917 req->tgt_cfg[pipe_num].pipe_num = ce_cfg[pipe_num].pipenum;
2918 req->tgt_cfg[pipe_num].pipe_dir = ce_cfg[pipe_num].pipedir;
2919 req->tgt_cfg[pipe_num].nentries = ce_cfg[pipe_num].nentries;
2920 req->tgt_cfg[pipe_num].nbytes_max = ce_cfg[pipe_num].nbytes_max;
2921 req->tgt_cfg[pipe_num].flags = ce_cfg[pipe_num].flags;
H A Dqmi.h563 tgt_cfg[QMI_WLANFW_MAX_NUM_CE_V01]; member in struct:qmi_wlanfw_wlan_cfg_req_msg_v01
/linux-master/sound/soc/intel/skylake/
H A Dskl-messages.c950 struct skl_module_cfg *tgt_cfg, int max)
953 struct skl_module_inst_id id = tgt_cfg->id;
969 mpin[i].tgt_mcfg = tgt_cfg;
977 mpin[i].tgt_mcfg = tgt_cfg;
949 skl_alloc_queue(struct skl_module_pin *mpin, struct skl_module_cfg *tgt_cfg, int max) argument

Completed in 265 milliseconds