Searched defs:netisr_workstream (Results 1 – 2 of 2) sorted by relevance
109 struct netisr_workstream { struct110 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];