Searched defs:cmd_priv (Results 1 – 4 of 4) sorted by relevance
40 struct cmd_priv { struct41 struct completion cmd_queue_comp;42 struct completion terminate_cmdthread_comp;43 struct __queue cmd_queue;44 u8 cmd_seq;45 u8 *cmd_buf; /* shall be non-paged, and 4 bytes aligned */46 u8 *cmd_allocated_buf;47 u8 *rsp_buf; /* shall be non-paged, and 4 bytes aligned */48 u8 *rsp_allocated_buf;49 u32 cmd_issued_cnt;[all …]
40 struct cmd_priv { struct41 struct completion cmd_queue_comp;42 struct completion terminate_cmdthread_comp;43 struct __queue cmd_queue;44 u8 cmd_seq;45 u8 *cmd_buf; /*shall be non-paged, and 4 bytes aligned*/46 u8 *cmd_allocated_buf;47 u8 *rsp_buf; /*shall be non-paged, and 4 bytes aligned*/48 u8 *rsp_allocated_buf;49 u32 cmd_issued_cnt;[all …]
35 struct cmd_priv { struct36 struct semaphore cmd_queue_sema;37 struct semaphore terminate_cmdthread_sema;38 struct __queue cmd_queue;39 u8 cmd_seq;40 u8 *cmd_buf; /* shall be non-paged, and 4 bytes aligned */41 u8 *cmd_allocated_buf;42 u8 *rsp_buf; /* shall be non-paged, and 4 bytes aligned */43 u8 *rsp_allocated_buf;44 u32 cmd_issued_cnt;[all …]
2597 u8 *resp_code, struct scmd_priv *cmd_priv) in mpi3mr_issue_tm()