• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/isdn/hardware/mISDN/

Lines Matching refs:Flags

309 	if (test_and_set_bit(FLG_BUSY_TIMER, &dch->Flags)) {
328 if (test_and_clear_bit(FLG_BUSY_TIMER, &dch->Flags))
331 if (test_and_clear_bit(FLG_L1_BUSY, &dch->Flags))
334 if (test_bit(FLG_TX_BUSY, &dch->Flags)) {
340 test_and_set_bit(FLG_TX_BUSY, &dch->Flags);
390 if (test_and_clear_bit(FLG_BUSY_TIMER, &card->dch.Flags))
518 else if (test_bit(FLG_HDLC, &wch->bch.Flags))
564 test_and_clear_bit(FLG_HDLC, &wch->bch.Flags);
565 test_and_clear_bit(FLG_TRANSPARENT, &wch->bch.Flags);
573 test_and_set_bit(FLG_TRANSPARENT, &wch->bch.Flags);
583 test_and_set_bit(FLG_HDLC, &wch->bch.Flags);
601 if (test_bit(FLG_TRANSPARENT, &wch->bch.Flags))
623 test_bit(FLG_ACTIVE, &wch->bch.Flags)) {
630 if (test_bit(FLG_HDLC, &wch->bch.Flags)) {
672 if (test_bit(FLG_TRANSPARENT, &wch->bch.Flags) &&
705 if (!test_bit(FLG_TRANSPARENT, &wch->bch.Flags))
722 if (!test_bit(FLG_TRANSPARENT, &wch->bch.Flags))
771 if (test_bit(FLG_BUSY_TIMER, &dch->Flags)) {
778 test_and_set_bit(FLG_L1_BUSY, &dch->Flags);
781 test_and_clear_bit(FLG_BUSY_TIMER, &dch->Flags);
914 if (!test_bit(FLG_TRANSPARENT, &bch->Flags))
921 if (!test_and_set_bit(FLG_ACTIVE, &bch->Flags))
978 if (test_and_set_bit(FLG_OPEN, &bch->Flags))
980 test_and_clear_bit(FLG_FILLEMPTY, &bch->Flags);
1015 test_and_clear_bit(FLG_OPEN, &bch->Flags);
1016 if (test_bit(FLG_ACTIVE, &bch->Flags)) {
1068 test_and_clear_bit(FLG_L2_ACTIVATED, &dch->Flags);
1114 test_and_clear_bit(FLG_TX_BUSY, &dch->Flags);
1115 if (test_and_clear_bit(FLG_BUSY_TIMER, &dch->Flags))
1124 test_and_set_bit(FLG_ACTIVE, &dch->Flags);
1129 test_and_clear_bit(FLG_ACTIVE, &dch->Flags);