Searched refs:nbchannel (Results 1 – 7 of 7) sorted by relevance
68 __u16 nbchannel; /* number of B-Channels */ member
398 nconn = ctrl->profile.nbchannel * -want; in cmtp_register_appl()403 nconn = ctrl->profile.nbchannel; in cmtp_register_appl()
350 else nconn = ctrl->profile.nbchannel * -want; in b1_register_appl()351 if (nconn == 0) nconn = ctrl->profile.nbchannel; in b1_register_appl()
782 else nconn = ctrl->profile.nbchannel * -want; in b1dma_register_appl()783 if (nconn == 0) nconn = ctrl->profile.nbchannel; in b1dma_register_appl()
962 else nconn = ctrl->profile.nbchannel * 4 * -want; in c4_register_appl()963 if (nconn == 0) nconn = ctrl->profile.nbchannel * 4; in c4_register_appl()
707 ctrl->profile.nbchannel = card->bchans; in hycapi_fill_profile()
958 iif->ctr.profile.nbchannel = cs->channels; in gigaset_isdn_start()