Lines Matching refs:pipe_num
1162 pipe_num),
1233 pipe_num),
2308 int ret = 0, pipe_num; in ath11k_qmi_wlanfw_wlan_cfg_send() local
2326 for (pipe_num = 0; pipe_num < req->tgt_cfg_len ; pipe_num++) { in ath11k_qmi_wlanfw_wlan_cfg_send()
2327 req->tgt_cfg[pipe_num].pipe_num = ce_cfg[pipe_num].pipenum; in ath11k_qmi_wlanfw_wlan_cfg_send()
2328 req->tgt_cfg[pipe_num].pipe_dir = ce_cfg[pipe_num].pipedir; in ath11k_qmi_wlanfw_wlan_cfg_send()
2329 req->tgt_cfg[pipe_num].nentries = ce_cfg[pipe_num].nentries; in ath11k_qmi_wlanfw_wlan_cfg_send()
2330 req->tgt_cfg[pipe_num].nbytes_max = ce_cfg[pipe_num].nbytes_max; in ath11k_qmi_wlanfw_wlan_cfg_send()
2331 req->tgt_cfg[pipe_num].flags = ce_cfg[pipe_num].flags; in ath11k_qmi_wlanfw_wlan_cfg_send()
2337 for (pipe_num = 0; pipe_num < req->svc_cfg_len; pipe_num++) { in ath11k_qmi_wlanfw_wlan_cfg_send()
2338 req->svc_cfg[pipe_num].service_id = svc_cfg[pipe_num].service_id; in ath11k_qmi_wlanfw_wlan_cfg_send()
2339 req->svc_cfg[pipe_num].pipe_dir = svc_cfg[pipe_num].pipedir; in ath11k_qmi_wlanfw_wlan_cfg_send()
2340 req->svc_cfg[pipe_num].pipe_num = svc_cfg[pipe_num].pipenum; in ath11k_qmi_wlanfw_wlan_cfg_send()