Searched refs:bprot (Results 1 - 20 of 20) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/netisdn/
H A Di4b_capi.h73 int bprot; member in struct:capi_bchan
H A Di4b_l3l4.h93 int bprot; /* B channel protocol BPROT_XXX */ member in struct:call_desc
189 void (*bch_config)(void*, int channel, int bprot, int updown);
H A Di4b_capi_l4if.c95 i4b_capi_bch_config(void *token, int chan, int bprot, int activate) argument
113 sc->sc_bchan[chan].bprot = bprot;
387 sc->sc_bchan[i].bprot = BPROT_NONE;
H A Di4b_ioctl.h231 int bprot; /* b channel protocot, see BPROT_XXX */ member in struct:__anon9342
455 int bprot; /* b channel protocol */ member in struct:__anon9361
481 int bprot; /* B chan protocol */ member in struct:__anon9362
H A Di4b_q931.c302 /* XXX */ cd->bprot = BPROT_NONE;
307 /* XXX */ cd->bprot = BPROT_RHDLC;
312 /* XXX */ cd->bprot = BPROT_NONE;
566 cd->bprot = BPROT_NONE;
H A Di4b_capi_msgs.c212 sc->sc_bchan[cd->channelid].bprot = cd->bprot;
224 switch (cd->bprot) {
250 if (cd->bprot == BPROT_NONE)
525 cd->bprot = BPROT_NONE;
540 case 0x0001: cd->bprot = BPROT_NONE; break;
541 case 0x0002: cd->bprot = BPROT_RHDLC; break;
546 cd->bprot = BPROT_NONE;
639 if (cd->bprot == BPROT_NONE)
789 if (sc->sc_bchan[bch].bprot
[all...]
H A Di4b_l2if.c392 (cd->bprot == BPROT_NONE ? 1 : 0);
398 * there is one additional octet if cd->bprot == BPROT_NONE
431 switch(cd->bprot)
H A Di4b_l4.c552 mp->bprot = cd->bprot;
855 (*cd->ilt->bchannel_driver->bch_config)(cd->ilt->l1token, cd->ilt->channel, cd->bprot, 1);
886 (*cd->ilt->bchannel_driver->bch_config)(cd->ilt->l1token, cd->ilt->channel, cd->bprot, 0);
H A Di4b_i4bdrv.c399 cd->bprot = mcr->bprot;
H A Di4b_rbch.c999 sc->sc_bprot = cd->bprot;
/netbsd-6-1-5-RELEASE/sys/dev/pci/
H A Diwic_bchan.c237 if(chan->bprot == BPROT_NONE)
345 if(chan->bprot == BPROT_NONE)
393 if (chan->bprot != BPROT_NONE)
412 iwic_bchannel_setup(isdn_layer1token t, int chan_no, int bprot, int activate) argument
419 NDBGL1(L1_BCHAN, "%s: chan %d, bprot %d, activate %d",
420 device_xname(&sc->sc_dev), chan_no, bprot, activate);
424 chan->bprot = bprot; /* B channel protocol */
493 if(bchan->bprot == BPROT_NONE)
572 if(chan->bprot
[all...]
H A Difpci.c135 static void avma1pp_bchannel_setup(isdn_layer1token, int h_chan, int bprot, int activate);
499 if (Bchan->bprot != BPROT_NONE)
610 if((stat & HSCX_INT_XDU) && (chan->bprot != BPROT_NONE))/* xmit data underrun */
749 if(chan->bprot == BPROT_NONE)
864 if(chan->bprot == BPROT_NONE)
1000 if(chan->bprot == BPROT_RHDLC)
1031 avma1pp_bchannel_setup(isdn_layer1token t, int h_chan, int bprot, int activate) argument
1051 chan->bprot = bprot; /* B channel protocol */
1126 if(chan->bprot
[all...]
H A Difpci2.c135 static void avma1pp2_bchannel_setup(isdn_layer1token, int h_chan, int bprot, int activate);
469 if (Bchan->bprot != BPROT_NONE)
576 if((stat & HSCX_INT_XDU) && (chan->bprot != BPROT_NONE))/* xmit data underrun */
715 if(chan->bprot == BPROT_NONE)
830 if(chan->bprot == BPROT_NONE)
991 if(chan->bprot == BPROT_RHDLC)
1022 avma1pp2_bchannel_setup(isdn_layer1token t, int h_chan, int bprot, int activate) argument
1042 chan->bprot = bprot; /* B channel protocol */
1117 if(chan->bprot
[all...]
H A Diwicvar.h45 int bprot; /* b channel protocol used */ member in struct:iwic_bchan
/netbsd-6-1-5-RELEASE/sys/dev/ic/
H A Disic_bchan.c89 isic_bchannel_setup(isdn_layer1token t, int h_chan, int bprot, int activate) argument
108 chan->bprot = bprot; /* B channel protocol */
190 if(chan->bprot == BPROT_NONE)
310 if(chan->bprot == BPROT_NONE)
H A Dhscx.c110 if((exir & HSCX_EXIR_XDU) && (chan->bprot != BPROT_NONE))/* xmit data underrun */
271 if(chan->bprot == BPROT_NONE)
376 if(chan->bprot == BPROT_NONE)
433 if (chan->bprot != BPROT_NONE)
544 if(chan->bprot == BPROT_RHDLC)
H A Ddaic.c84 static void daic_bch_config(void *, int channel, int bprot, int updown);
850 cd->bprot = BPROT_NONE;
873 cd->bprot = BPROT_NONE;
875 cd->bprot = BPROT_RHDLC;
932 if (cd->bprot == BPROT_NONE)
965 if (cd->bprot == BPROT_NONE) {
967 } else if (cd->bprot == BPROT_RHDLC) {
971 device_xname(&sc->sc_dev), cd->bprot);
986 if (cd->bprot == BPROT_NONE) {
1041 static void daic_bch_config(void *token, int channel, int bprot, in argument
[all...]
H A Disic_l1.h102 int bprot; /* B channel protocol */ member in struct:__anon7345
/netbsd-6-1-5-RELEASE/usr.sbin/isdn/isdnd/
H A Dsupport.c437 if (cep->b1protocol != mp->bprot)
439 DBGL(DL_MSG, (logit(LL_DBG, "find_matching_entry_incoming: entry %d, bprot %d != incomingprot %d",
440 cep->index, cep->b1protocol, mp->bprot)));
H A Dmsghdl.c1168 mcr.bprot = cep->b1protocol;
1234 mcr.bprot = cep->b1protocol;

Completed in 186 milliseconds