Searched defs:cmd_priv (Results 1 – 1 of 1) sorted by relevance
52 struct cmd_priv { struct53 struct semaphore cmd_queue_sema;54 struct semaphore terminate_cmdthread_sema;55 struct __queue cmd_queue;56 u8 cmd_seq;57 u8 *cmd_buf; /*shall be non-paged, and 4 bytes aligned*/58 u8 *cmd_allocated_buf;59 u8 *rsp_buf; /*shall be non-paged, and 4 bytes aligned*/60 u8 *rsp_allocated_buf;61 u32 cmd_issued_cnt;[all …]