Home
last modified time | relevance | path

Searched refs:LDC_EVENT_DATA_READY (Results 1 – 5 of 5) sorted by relevance

/linux-2.6.39/arch/sparc/include/asm/
Dldc.h43 #define LDC_EVENT_DATA_READY 0x04 macro
/linux-2.6.39/arch/sparc/kernel/
Dldc.c786 if (event_mask & LDC_EVENT_DATA_READY) in send_events()
787 lp->cfg.event(lp->event_arg, LDC_EVENT_DATA_READY); in send_events()
846 event_mask |= LDC_EVENT_DATA_READY; in ldc_rx()
869 event_mask |= LDC_EVENT_DATA_READY; in ldc_rx()
Dds.c1088 if (event != LDC_EVENT_DATA_READY) { in ds_event()
/linux-2.6.39/drivers/block/
Dsunvdc.c280 if (unlikely(event != LDC_EVENT_DATA_READY)) { in vdc_event()
/linux-2.6.39/drivers/net/
Dsunvnet.c522 if (unlikely(event != LDC_EVENT_DATA_READY)) { in vnet_event()