Searched refs:cl (Results 1 – 4 of 4) sorted by relevance
138 static void p2p_op_class_union(struct p2p_reg_class *cl, in p2p_op_class_union() argument144 for (j = 0; j < cl->channels; j++) { in p2p_op_class_union()145 if (b_cl->channel[i] == cl->channel[j]) in p2p_op_class_union()148 if (j == cl->channels) { in p2p_op_class_union()149 if (cl->channels == P2P_MAX_REG_CLASS_CHANNELS) in p2p_op_class_union()151 cl->channel[cl->channels++] = b_cl->channel[i]; in p2p_op_class_union()168 struct p2p_reg_class *cl = &res->reg_class[i]; in p2p_channels_union_inplace() local171 if (cl->reg_class != b_cl->reg_class) in p2p_channels_union_inplace()173 p2p_op_class_union(cl, b_cl); in p2p_channels_union_inplace()181 struct p2p_reg_class *cl = &res->reg_class[i]; in p2p_channels_union_inplace() local[all …]
63 struct p2p_reg_class *cl = &ch->reg_class[ch->reg_classes]; in p2p_peer_channels_check() local64 cl->reg_class = *pos++; in p2p_peer_channels_check()70 cl->channels = channels > P2P_MAX_REG_CLASS_CHANNELS ? in p2p_peer_channels_check()72 os_memcpy(cl->channel, pos, cl->channels); in p2p_peer_channels_check()423 struct p2p_reg_class *cl; in p2p_reselect_channel() local543 cl = &intersection->reg_class[0]; in p2p_reselect_channel()545 cl->reg_class, cl->channel[0]); in p2p_reselect_channel()546 p2p->op_reg_class = cl->reg_class; in p2p_reselect_channel()547 p2p->op_channel = cl->channel[0]; in p2p_reselect_channel()
970 size_t cl, ch; in p2p_get_next_prog_freq() local977 for (cl = 0; cl < c->reg_classes; cl++) { in p2p_get_next_prog_freq()978 cla = &c->reg_class[cl]; in p2p_get_next_prog_freq()999 cl++; in p2p_get_next_prog_freq()1000 if (cl == c->reg_classes) in p2p_get_next_prog_freq()1001 cl = 0; in p2p_get_next_prog_freq()1004 reg_class = c->reg_class[cl].reg_class; in p2p_get_next_prog_freq()1005 channel = c->reg_class[cl].channel[ch]; in p2p_get_next_prog_freq()
5 # Note: Make sure that cl.exe is configured to include Platform SDK23 CC = cl