Home
last modified time | relevance | path

Searched defs:netisr_workstream (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/net/
H A Dnetisr_internal.h109 struct netisr_workstream { struct
110 struct intr_event *nws_intr_event; /* Handler for stream. */
111 void *nws_swi_cookie; /* swi(9) cookie for stream. */
112 struct mtx nws_mtx; /* Synchronize work. */
113 u_int nws_cpu; /* CPU pinning. */
114 u_int nws_flags; /* Wakeup flags. */
115 u_int nws_pendingbits; /* Scheduled protocols. */
120 struct netisr_work nws_work[NETISR_MAXPROT];
/f-stack/tools/compat/include/net/
H A Dnetisr_internal.h109 struct netisr_workstream { struct
110 struct intr_event *nws_intr_event; /* Handler for stream. */
111 void *nws_swi_cookie; /* swi(9) cookie for stream. */
112 struct mtx nws_mtx; /* Synchronize work. */
113 u_int nws_cpu; /* CPU pinning. */
114 u_int nws_flags; /* Wakeup flags. */
115 u_int nws_pendingbits; /* Scheduled protocols. */
120 struct netisr_work nws_work[NETISR_MAXPROT];