Searched defs:cx18_in_work_order (Results 1 – 1 of 1) sorted by relevance
346 struct cx18_in_work_order { struct347 struct work_struct work;348 atomic_t pending;349 struct cx18 *cx;350 unsigned long flags;351 int rpu;352 struct cx18_mailbox mb;353 struct cx18_mdl_ack mdl_ack[CX18_MAX_MDL_ACKS];354 char *str;
Completed in 9 milliseconds