Lines Matching defs:port_idx
90 static struct q6copp *q6adm_find_copp(struct q6adm *adm, int port_idx,
99 if ((port_idx == c->afe_port) && (copp_idx == c->copp_idx)) {
128 int port_idx, copp_idx;
137 port_idx = ((hdr->token) >> 16) & 0xFF;
138 if (port_idx < 0 || port_idx >= AFE_MAX_PORTS) {
140 port_idx, hdr->token);
158 copp = q6adm_find_copp(adm, port_idx, copp_idx);
185 copp = q6adm_find_copp(adm, port_idx, copp_idx);
212 static struct q6copp *q6adm_alloc_copp(struct q6adm *adm, int port_idx)
217 idx = find_first_zero_bit(&adm->copp_bitmap[port_idx],
227 set_bit(idx, &adm->copp_bitmap[port_idx]);
229 c->afe_port = port_idx;
508 int port_idx = payload_map.port_id[i];
510 if (port_idx < 0) {
518 copp = q6adm_find_copp(adm, port_idx, copp_idx);