Searched defs:netisr_workstream (Results 1 – 1 of 1) sorted by relevance
107 struct netisr_workstream { struct108 struct intr_event *nws_intr_event; /* Handler for stream. */109 void *nws_swi_cookie; /* swi(9) cookie for stream. */110 struct mtx nws_mtx; /* Synchronize work. */111 u_int nws_cpu; /* CPU pinning. */112 u_int nws_flags; /* Wakeup flags. */113 u_int nws_pendingbits; /* Scheduled protocols. */118 struct netisr_work nws_work[NETISR_MAXPROT];