• 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

320 	if (test_bit(FLG_ACTIVE, &hc->bch[0].Flags) &&
323 else if (test_bit(FLG_ACTIVE, &hc->bch[1].Flags) &&
660 } else if (test_bit(FLG_TRANSPARENT, &bch->Flags)) {
774 if (test_bit(FLG_TRANSPARENT, &bch->Flags)) {
789 if (test_bit(FLG_FILLEMPTY, &bch->Flags) && !fcnt) {
853 if (test_bit(FLG_TRANSPARENT, &bch->Flags))
955 test_and_clear_bit(FLG_HFC_TIMER_T3, &dch->Flags);
959 test_and_set_bit(FLG_ACTIVE, &dch->Flags);
980 test_and_clear_bit(FLG_HFC_TIMER_T3, &dch->Flags);
981 test_and_clear_bit(FLG_HFC_TIMER_T1, &dch->Flags);
998 test_and_clear_bit(FLG_HFC_TIMER_T3, &dch->Flags);
999 test_and_set_bit(FLG_HFC_TIMER_T1, &dch->Flags);
1008 test_and_clear_bit(FLG_HFC_TIMER_T3, &dch->Flags);
1009 test_and_clear_bit(FLG_HFC_TIMER_T1, &dch->Flags);
1012 test_and_clear_bit(FLG_ACTIVE, &dch->Flags);
1015 test_and_clear_bit(FLG_L2_ACTIVATED, &dch->Flags);
1021 test_and_clear_bit(FLG_HFC_TIMER_T3, &dch->Flags);
1022 test_and_clear_bit(FLG_HFC_TIMER_T1, &dch->Flags);
1027 if (!test_and_set_bit(FLG_HFC_TIMER_T3, &dch->Flags)) {
1029 &dch->Flags)) {
1033 test_and_clear_bit(FLG_HFC_TIMER_T1, &dch->Flags);
1052 if (test_bit(FLG_HFC_TIMER_T3, &dch->Flags) &&
1101 test_and_clear_bit(FLG_TX_BUSY, &dch->Flags);
1102 if (test_and_clear_bit(FLG_BUSY_TIMER, &dch->Flags))
1109 test_and_set_bit(FLG_ACTIVE, &dch->Flags);
1114 test_and_clear_bit(FLG_ACTIVE, &dch->Flags);
1233 if (test_and_clear_bit(FLG_BUSY_TIMER, &hc->dch.Flags))
1326 test_and_clear_bit(FLG_HDLC, &bch->Flags);
1327 test_and_clear_bit(FLG_TRANSPARENT, &bch->Flags);
1362 test_and_set_bit(FLG_TRANSPARENT, &bch->Flags);
1391 test_and_set_bit(FLG_HDLC, &bch->Flags);
1544 test_and_set_bit(FLG_FILLEMPTY, &bch->Flags);
1584 test_and_clear_bit(FLG_OPEN, &bch->Flags);
1585 if (test_bit(FLG_ACTIVE, &bch->Flags))
1636 if (test_bit(FLG_ACTIVE, &dch->Flags)) {
1642 test_and_set_bit(FLG_L2_ACTIVATED, &dch->Flags);
1650 test_and_clear_bit(FLG_L2_ACTIVATED, &dch->Flags);
1665 test_and_clear_bit(FLG_TX_BUSY, &dch->Flags);
1666 if (test_and_clear_bit(FLG_BUSY_TIMER, &dch->Flags))
1669 if (test_and_clear_bit(FLG_L1_BUSY, &dch->Flags))
1708 if (!test_bit(FLG_TRANSPARENT, &bch->Flags))
1715 if (!test_and_set_bit(FLG_ACTIVE, &bch->Flags))
1971 if (test_and_set_bit(FLG_OPEN, &bch->Flags))
1973 test_and_clear_bit(FLG_FILLEMPTY, &bch->Flags);