Home
last modified time | relevance | path

Searched refs:bchans (Results 1 – 6 of 6) sorted by relevance

/Linux-v4.19/drivers/isdn/capi/
Dcapidrv.c116 } *bchans; member
348 card->bchans[chan].plcip = plcip; in new_plci()
387 card->bchans[plcip->chan].plcip = NULL; in free_plci()
388 card->bchans[plcip->chan].disconnecting = 0; in free_plci()
389 card->bchans[plcip->chan].incoming = 0; in free_plci()
420 card->bchans[plcip->chan].nccip = nccip; in new_ncci()
464 card->bchans[nccip->chan].nccip = NULL; in free_ncci()
570 card->bchans[plci->chan].contr = NULL; in p0()
761 if (card->bchans[i].plcip == NULL) { in new_bchan()
762 card->bchans[i].disconnecting = 0; in new_bchan()
[all …]
/Linux-v4.19/drivers/isdn/hysdn/
Dhysdn_defs.h145 unsigned int bchans; /* number of available B-channels */ member
Dhysdn_init.c85 card->bchans = 2; /* and 2 b-channels */ in hysdn_pci_init_one()
Dhycapi.c244 MaxLogicalConnections = card->bchans * -MaxLogicalConnections; in hycapi_register_appl()
247 MaxLogicalConnections = card->bchans; in hycapi_register_appl()
707 ctrl->profile.nbchannel = card->bchans; in hycapi_fill_profile()
Dhysdn_boot.c375 card->bchans = *(cp + 2); in EvalSysrTokData()
Dhysdn_procconf.c282 card->bchans, in hysdn_conf_open()