Lines Matching defs:cl
185 static void p2p_op_class_union(struct p2p_reg_class *cl,
191 for (j = 0; j < cl->channels; j++) {
192 if (b_cl->channel[i] == cl->channel[j])
195 if (j == cl->channels) {
196 if (cl->channels == P2P_MAX_REG_CLASS_CHANNELS)
198 cl->channel[cl->channels++] = b_cl->channel[i];
215 struct p2p_reg_class *cl = &res->reg_class[i];
218 if (cl->reg_class != b_cl->reg_class)
220 p2p_op_class_union(cl, b_cl);
228 struct p2p_reg_class *cl = &res->reg_class[i];
229 if (cl->reg_class == b_cl->reg_class)