Searched refs:svc_map (Results 1 – 1 of 1) sorted by relevance
1566 struct service_to_pipe *svc_map; in ce_mark_datapath() local1572 hif_select_service_to_pipe_map(ce_state->scn, &svc_map, in ce_mark_datapath()1577 if ((svc_map[i].pipenum == ce_state->id) && in ce_mark_datapath()1578 ((svc_map[i].service_id == HTT_DATA_MSG_SVC) || in ce_mark_datapath()1579 (svc_map[i].service_id == HTT_DATA2_MSG_SVC) || in ce_mark_datapath()1580 (svc_map[i].service_id == HTT_DATA3_MSG_SVC))) { in ce_mark_datapath()1582 if (svc_map[i].pipedir == PIPEDIR_IN) in ce_mark_datapath()1605 struct service_to_pipe *svc_map; in ce_mark_datapath() local1610 hif_select_service_to_pipe_map(ce_state->scn, &svc_map, in ce_mark_datapath()1615 if ((svc_map[i].pipenum == ce_state->id) && in ce_mark_datapath()[all …]