Searched refs:D_XMTBUFREADY (Results 1 – 9 of 9) sorted by relevance
/linux-2.4.37.9/drivers/isdn/hisax/ |
D | isdnl1.h | 11 #define D_XMTBUFREADY 1 macro
|
D | amd7930_fn.c | 264 if (test_and_clear_bit(D_XMTBUFREADY, &cs->event)) { in Amd7930_bh() 546 Amd7930_sched_event(cs, D_XMTBUFREADY); in Amd7930_interrupt()
|
D | icc.c | 100 if (test_and_clear_bit(D_XMTBUFREADY, &cs->event)) in icc_bh() 275 icc_sched_event(cs, D_XMTBUFREADY); in icc_interrupt()
|
D | isac.c | 104 if (test_and_clear_bit(D_XMTBUFREADY, &cs->event)) in isac_bh() 279 isac_sched_event(cs, D_XMTBUFREADY); in isac_interrupt()
|
D | ipacx.c | 304 if (test_and_clear_bit(D_XMTBUFREADY, &cs->event)) { in dch_bh() 496 dch_sched_event(cs, D_XMTBUFREADY); in dch_int()
|
D | w6692.c | 125 if (test_and_clear_bit(D_XMTBUFREADY, &cs->event)) in W6692_bh() 486 W6692_sched_event(cs, D_XMTBUFREADY); in W6692_interrupt()
|
D | hfc_2bds0.c | 642 if (test_and_clear_bit(D_XMTBUFREADY, &cs->event)) in hfcd_bh() 992 sched_event_D(cs, D_XMTBUFREADY); in hfc2bds0_interrupt()
|
D | hfc_sx.c | 923 sched_event_D_sx(cs, D_XMTBUFREADY); in hfcsx_interrupt() 1401 if (test_and_clear_bit(D_XMTBUFREADY, &cs->event)) in hfcsx_bh()
|
D | hfc_pci.c | 1129 sched_event_D_pci(cs, D_XMTBUFREADY); in hfcpci_interrupt() 1618 if (test_and_clear_bit(D_XMTBUFREADY, &cs->event)) in hfcpci_bh()
|