Home
last modified time | relevance | path

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

/linux-6.1.9/include/linux/ !
DmISDNhw.h47 #define FLG_HDLC 13 /* channel use hdlc data */ macro
/linux-6.1.9/drivers/isdn/hardware/mISDN/ !
DmISDNipac.c1230 test_and_clear_bit(FLG_HDLC, &hscx->bch.Flags); in hscx_mode()
1245 test_and_set_bit(FLG_HDLC, &hscx->bch.Flags); in hscx_mode()
1266 test_and_clear_bit(FLG_HDLC, &hscx->bch.Flags); in hscx_mode()
1281 test_and_set_bit(FLG_HDLC, &hscx->bch.Flags); in hscx_mode()
1302 test_and_clear_bit(FLG_HDLC, &hscx->bch.Flags); in hscx_mode()
1317 test_and_set_bit(FLG_HDLC, &hscx->bch.Flags); in hscx_mode()
Dnetjet.c217 test_and_clear_bit(FLG_HDLC, &bc->bch.Flags); in mode_tiger()
238 test_and_set_bit(FLG_HDLC, &bc->bch.Flags); in mode_tiger()
551 if (test_bit(FLG_HDLC, &bc->bch.Flags) && !fillempty) { in fill_dma()
640 if (test_bit(FLG_HDLC, &bc->bch.Flags)) { in send_tiger_bc()
Davmfritz.c359 test_and_clear_bit(FLG_HDLC, &bch->Flags); in modehdlc()
380 test_and_set_bit(FLG_HDLC, &bch->Flags); in modehdlc()
465 if (test_bit(FLG_HDLC, &bch->Flags)) in hdlc_fill_fifo()
Dw6692.c505 else if (test_bit(FLG_HDLC, &wch->bch.Flags)) in W6692_fill_Bfifo()
602 test_and_clear_bit(FLG_HDLC, &wch->bch.Flags); in w6692_mode()
621 test_and_set_bit(FLG_HDLC, &wch->bch.Flags); in w6692_mode()
667 if (test_bit(FLG_HDLC, &wch->bch.Flags)) { in W6692B_interrupt()
Dhfcmulti.c1985 if (dch || test_bit(FLG_HDLC, &bch->Flags)) { in hfcmulti_tx()
2044 if (bch && (!test_bit(FLG_HDLC, &bch->Flags)) && in hfcmulti_tx()
2079 && !test_bit(FLG_HDLC, &bch->Flags) && z2 == z1) { in hfcmulti_tx()
2089 if (bch && (!test_bit(FLG_HDLC, &bch->Flags)) && (!*txpending) in hfcmulti_tx()
2123 if (dch || test_bit(FLG_HDLC, &bch->Flags)) in hfcmulti_tx()
2149 if (dch || test_bit(FLG_HDLC, &bch->Flags)) { in hfcmulti_tx()
2219 if (dch || test_bit(FLG_HDLC, &bch->Flags)) { in hfcmulti_rx()
2239 if ((dch || test_bit(FLG_HDLC, &bch->Flags)) && f1 != f2) in hfcmulti_rx()
2274 if (dch || test_bit(FLG_HDLC, &bch->Flags)) { in hfcmulti_rx()
3001 test_and_clear_bit(FLG_HDLC, &hc->chan[ch].bch->Flags); in mode_hfcmulti()
[all …]
Dhfcsusb.c707 clear_bit(FLG_HDLC, &bch->Flags); in hfcsusb_setup_bch()
717 set_bit(FLG_HDLC, &bch->Flags); in hfcsusb_setup_bch()
852 hdlc = test_bit(FLG_HDLC, &fifo->bch->Flags); in hfcsusb_rx_frame()
1185 hdlc = test_bit(FLG_HDLC, &fifo->bch->Flags); in tx_iso_complete()
DmISDNisar.c1281 test_and_clear_bit(FLG_HDLC, &ch->bch.Flags); in modeisar()
1297 test_and_set_bit(FLG_HDLC, &ch->bch.Flags); in modeisar()
Dhfcpci.c1311 test_and_clear_bit(FLG_HDLC, &bch->Flags); in mode_hfcpci()
1376 test_and_set_bit(FLG_HDLC, &bch->Flags); in mode_hfcpci()
/linux-6.1.9/drivers/isdn/mISDN/ !
Dhwchannel.c59 test_and_set_bit(FLG_HDLC, &ch->Flags); in mISDN_initdchannel()