Lines Matching defs:cl
224 static void p2p_op_class_union(struct p2p_reg_class *cl,
230 for (j = 0; j < cl->channels; j++) {
231 if (b_cl->channel[i] == cl->channel[j])
234 if (j == cl->channels) {
235 if (cl->channels == P2P_MAX_REG_CLASS_CHANNELS)
237 cl->channel[cl->channels++] = b_cl->channel[i];
259 struct p2p_reg_class *cl = &res->reg_class[i];
262 if (cl->reg_class != b_cl->reg_class)
264 p2p_op_class_union(cl, b_cl);
272 struct p2p_reg_class *cl = &res->reg_class[i];
273 if (cl->reg_class == b_cl->reg_class)