Searched refs:FLG_FILLEMPTY (Results 1 – 9 of 9) sorted by relevance
/linux-2.6.39/include/linux/ |
D | mISDNhw.h | 60 #define FLG_FILLEMPTY 16 /* fill fifo on first frame (empty) */ macro
|
/linux-2.6.39/drivers/isdn/hardware/mISDN/ |
D | hfcpci.c | 789 if (test_bit(FLG_FILLEMPTY, &bch->Flags) && !fcnt) { in hfcpci_fill_fifo() 1544 test_and_set_bit(FLG_FILLEMPTY, &bch->Flags); in channel_bctrl() 1973 test_and_clear_bit(FLG_FILLEMPTY, &bch->Flags); in open_bchannel()
|
D | hfcsusb.c | 503 test_and_clear_bit(FLG_FILLEMPTY, &bch->Flags); in open_bchannel() 831 test_and_set_bit(FLG_FILLEMPTY, &bch->Flags); in channel_bctrl()
|
D | avmfritz.c | 900 test_and_clear_bit(FLG_FILLEMPTY, &bch->Flags); in open_bchannel()
|
D | netjet.c | 869 test_and_clear_bit(FLG_FILLEMPTY, &bch->Flags); in open_bchannel()
|
D | w6692.c | 1024 test_and_clear_bit(FLG_FILLEMPTY, &bch->Flags); in open_bchannel()
|
D | hfcmulti.c | 2055 if (bch && test_bit(FLG_FILLEMPTY, &bch->Flags) in hfcmulti_tx() 3564 test_and_set_bit(FLG_FILLEMPTY, &bch->Flags); in channel_bctrl() 4093 test_and_clear_bit(FLG_FILLEMPTY, &bch->Flags); in open_bchannel()
|
D | mISDNisar.c | 1679 test_and_clear_bit(FLG_FILLEMPTY, &bch->Flags); in isar_open()
|
D | mISDNipac.c | 1515 test_and_clear_bit(FLG_FILLEMPTY, &bch->Flags); in open_bchannel()
|