Home
last modified time | relevance | path

Searched refs:IH_NET (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/sys/
H A Dinterrupt.h61 #define IH_NET 0x00000001 /* Network. */ macro
/f-stack/freebsd/kern/
H A Dkern_intr.c598 ih->ih_flags |= IH_NET; in intr_event_add_handler()
1263 (atomic_load_int(&ie->ie_hflags) & IH_NET) != 0; in ithread_loop()