Searched refs:nconn (Results 1 – 4 of 4) sorted by relevance
/linux-2.4.37.9/drivers/isdn/avmb1/ |
D | b1.c | 306 int nconn, want = rp->level3cnt; in b1_register_appl() local 308 if (want > 0) nconn = want; in b1_register_appl() 309 else nconn = ctrl->profile.nbchannel * -want; in b1_register_appl() 310 if (nconn == 0) nconn = ctrl->profile.nbchannel; in b1_register_appl() 316 b1_put_word(port, 1024 * (nconn+1)); in b1_register_appl() 317 b1_put_word(port, nconn); in b1_register_appl()
|
D | b1dma.c | 777 int nconn; in b1dma_register_appl() local 780 if (want > 0) nconn = want; in b1dma_register_appl() 781 else nconn = ctrl->profile.nbchannel * -want; in b1dma_register_appl() 782 if (nconn == 0) nconn = ctrl->profile.nbchannel; in b1dma_register_appl() 795 _put_word(&p, 1024 * (nconn+1)); in b1dma_register_appl() 796 _put_word(&p, nconn); in b1dma_register_appl()
|
D | c4.c | 968 int nconn; in c4_register_appl() local 973 if (want > 0) nconn = want; in c4_register_appl() 974 else nconn = ctrl->profile.nbchannel * 4 * -want; in c4_register_appl() 975 if (nconn == 0) nconn = ctrl->profile.nbchannel * 4; in c4_register_appl() 988 _put_word(&p, 1024 * (nconn+1)); in c4_register_appl() 989 _put_word(&p, nconn); in c4_register_appl()
|
/linux-2.4.37.9/net/bluetooth/cmtp/ |
D | capi.c | 458 int err = 0, nconn, want = rp->level3cnt; in cmtp_register_appl() local 471 nconn = ctrl->profile.nbchannel * -want; in cmtp_register_appl() 473 nconn = want; in cmtp_register_appl() 475 if (nconn == 0) in cmtp_register_appl() 476 nconn = ctrl->profile.nbchannel; in cmtp_register_appl() 478 capimsg_setu16(buf, 0, nconn); in cmtp_register_appl()
|