Searched refs:bch (Results 1 - 5 of 5) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/isdn/hisax/
H A Dhfc4s8s_l1.c424 struct hfc4s8s_btype *bch = ifc->priv; local
425 struct hfc4s8s_l1 *l1 = bch->l1p;
433 if (!l1->enabled || (bch->mode == L1_MODE_NULL)) {
438 skb_queue_tail(&bch->tx_queue, skb);
439 if (!bch->tx_skb && (bch->tx_cnt <= 0)) {
441 ((bch->bchan == 1) ? 1 : 4);
464 ((bch->bchan ==
468 ((bch->bchan ==
479 ((bch
800 rx_b_frame(struct hfc4s8s_btype *bch) argument
978 tx_b_frame(struct hfc4s8s_btype *bch) argument
[all...]
H A Dcallc.c878 *selectfreechannel(struct PStack *st, int bch) argument
889 if (!bch) {
894 while (i < ((bch) ? cs->chanlimit : (2 + MAX_WAITING_CALLS))) {
901 if (bch) /* number of channels is limited */ {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/isdn/act2000/
H A Dcapi.c140 eazmask |= card->bch[i].eazmask;
489 if (card->bch[i].plci == 0x8000) {
490 card->bch[i].plci = plci;
501 if (card->bch[i].plci == plci)
511 if (card->bch[i].ncci == ncci)
521 if ((card->bch[i].callref == callref) &&
522 (card->bch[i].fsm_state == ACT2000_STATE_OCALL))
540 if (card->bch[chan].fsm_state != ACT2000_STATE_ACTIVE)
542 if (card->bch[chan].plci != plci)
636 if ((chan >= 0) && (card->bch[cha
[all...]
H A Dmodule.c54 return &(card->bch[channel]);
606 card->bch[i].plci = 0x8000;
607 card->bch[i].ncci = 0x8000;
608 card->bch[i].l2prot = ISDN_PROTO_L2_X75I;
609 card->bch[i].l3prot = ISDN_PROTO_L3_TRANS;
H A Dact2000.h174 act2000_chan bch[ACT2000_BCH]; /* B-Channel status/control */ member in struct:act2000_card

Completed in 68 milliseconds