Home
last modified time | relevance | path

Searched refs:FLG_HDLC (Results 1 – 10 of 10) sorted by relevance

/linux/include/linux/
H A DmISDNhw.h47 #define FLG_HDLC 13 /* channel use hdlc data */ macro
/linux/drivers/isdn/hardware/mISDN/
H A DmISDNipac.c1231 test_and_clear_bit(FLG_HDLC, &hscx->bch.Flags); in hscx_mode()
1246 test_and_set_bit(FLG_HDLC, &hscx->bch.Flags); in hscx_mode()
1267 test_and_clear_bit(FLG_HDLC, &hscx->bch.Flags); in hscx_mode()
1282 test_and_set_bit(FLG_HDLC, &hscx->bch.Flags); in hscx_mode()
1303 test_and_clear_bit(FLG_HDLC, &hscx->bch.Flags); in hscx_mode()
1318 test_and_set_bit(FLG_HDLC, &hscx->bch.Flags); in hscx_mode()
H A Dnetjet.c218 test_and_clear_bit(FLG_HDLC, &bc->bch.Flags); in mode_tiger()
239 test_and_set_bit(FLG_HDLC, &bc->bch.Flags); in mode_tiger()
552 if (test_bit(FLG_HDLC, &bc->bch.Flags) && !fillempty) { in fill_dma()
641 if (test_bit(FLG_HDLC, &bc->bch.Flags)) { in send_tiger_bc()
H A Dw6692.c506 else if (test_bit(FLG_HDLC, &wch->bch.Flags)) in W6692_fill_Bfifo()
603 test_and_clear_bit(FLG_HDLC, &wch->bch.Flags); in w6692_mode()
622 test_and_set_bit(FLG_HDLC, &wch->bch.Flags); in w6692_mode()
668 if (test_bit(FLG_HDLC, &wch->bch.Flags)) { in W6692B_interrupt()
H A Davmfritz.c360 test_and_clear_bit(FLG_HDLC, &bch->Flags); in modehdlc()
381 test_and_set_bit(FLG_HDLC, &bch->Flags); in modehdlc()
466 if (test_bit(FLG_HDLC, &bch->Flags)) in hdlc_fill_fifo()
H A Dhfcmulti.c1955 if (dch || test_bit(FLG_HDLC, &bch->Flags)) { in hfcmulti_tx()
2014 if (bch && (!test_bit(FLG_HDLC, &bch->Flags)) && in hfcmulti_tx()
2049 && !test_bit(FLG_HDLC, &bch->Flags) && z2 == z1) { in hfcmulti_tx()
2059 if (bch && (!test_bit(FLG_HDLC, &bch->Flags)) && (!*txpending) in hfcmulti_tx()
2093 if (dch || test_bit(FLG_HDLC, &bch->Flags)) in hfcmulti_tx()
2119 if (dch || test_bit(FLG_HDLC, &bch->Flags)) { in hfcmulti_tx()
2190 if (dch || test_bit(FLG_HDLC, &bch->Flags)) { in hfcmulti_rx()
2210 if ((dch || test_bit(FLG_HDLC, &bch->Flags)) && f1 != f2) in hfcmulti_rx()
2245 if (dch || test_bit(FLG_HDLC, &bch->Flags)) { in hfcmulti_rx()
2972 test_and_clear_bit(FLG_HDLC, &hc->chan[ch].bch->Flags); in mode_hfcmulti()
[all …]
H A Dhfcsusb.c708 clear_bit(FLG_HDLC, &bch->Flags); in hfcsusb_setup_bch()
718 set_bit(FLG_HDLC, &bch->Flags); in hfcsusb_setup_bch()
853 hdlc = test_bit(FLG_HDLC, &fifo->bch->Flags); in hfcsusb_rx_frame()
1186 hdlc = test_bit(FLG_HDLC, &fifo->bch->Flags); in tx_iso_complete()
H A DmISDNisar.c1282 test_and_clear_bit(FLG_HDLC, &ch->bch.Flags); in modeisar()
1298 test_and_set_bit(FLG_HDLC, &ch->bch.Flags); in modeisar()
H A Dhfcpci.c1312 test_and_clear_bit(FLG_HDLC, &bch->Flags); in mode_hfcpci()
1377 test_and_set_bit(FLG_HDLC, &bch->Flags); in mode_hfcpci()
/linux/drivers/isdn/mISDN/
H A Dhwchannel.c59 test_and_set_bit(FLG_HDLC, &ch->Flags); in mISDN_initdchannel()