Home
last modified time | relevance | path

Searched refs:APP_INT_ON_TIMER (Results 1 – 3 of 3) sorted by relevance

/linux-2.4.37.9/drivers/net/wan/
Dwanpipe_multppp.c443 if (chdlc_set_intr_mode(card, APP_INT_ON_TIMER)){ in wsppp_init()
451 ~APP_INT_ON_TIMER; in wsppp_init()
507 flags->interrupt_info_struct.interrupt_permission |= APP_INT_ON_TIMER; in update()
804 flags->interrupt_info_struct.interrupt_permission |= APP_INT_ON_TIMER; in if_open()
904 APP_INT_ON_TIMER; in if_send()
1568 APP_INT_ON_TIMER; in rx_intr()
1629 ~APP_INT_ON_TIMER; in timer_intr()
2429 APP_INT_ON_CHDLC_EXCEP_COND | APP_INT_ON_TIMER)){ in config_chdlc()
2438 ~(APP_INT_ON_TX_FRAME | APP_INT_ON_TIMER); in config_chdlc()
Dsdla_chdlc.c593 if (chdlc_set_intr_mode(card, APP_INT_ON_TIMER)){ in wpc_init()
601 ~APP_INT_ON_TIMER; in wpc_init()
664 flags->interrupt_info_struct.interrupt_permission |= APP_INT_ON_TIMER; in update()
1308 APP_INT_ON_TIMER; in if_send()
2196 APP_INT_ON_TIMER; in rx_intr()
2256 ~APP_INT_ON_TIMER; in timer_intr()
2289 ~APP_INT_ON_TIMER; in timer_intr()
3568 APP_INT_ON_CHDLC_EXCEP_COND | APP_INT_ON_TIMER)){ in config_chdlc()
3577 ~(APP_INT_ON_TX_FRAME | APP_INT_ON_TIMER); in config_chdlc()
3696 flags->interrupt_info_struct.interrupt_permission |= APP_INT_ON_TIMER; in chdlc_poll()
[all …]
/linux-2.4.37.9/include/linux/
Dsdla_chdlc.h532 #define APP_INT_ON_TIMER 0x08 /* interrupt on a defined millisecond timeout */ macro