Searched defs:cmd_priv (Results 1 – 11 of 11) 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 completion enqueue_cmd;37 struct completion start_cmd_thread;38 struct completion stop_cmd_thread;39 struct __queue cmd_queue;40 u8 cmd_seq;41 u8 *cmd_buf; /* shall be non-paged, and 4 bytes aligned */42 u8 *cmd_allocated_buf;43 u8 *rsp_buf; /* shall be non-paged, and 4 bytes aligned */44 u8 *rsp_allocated_buf;[all …]
638 struct aac_cmd_priv *cmd_priv = aac_priv(scsicmd); in _aac_probe_container2() local747 struct aac_cmd_priv *cmd_priv = aac_priv(scsicmd); in _aac_probe_container() local822 struct aac_cmd_priv *cmd_priv = aac_priv(scsicmd); in aac_probe_container() local
682 struct aac_cmd_priv *cmd_priv = aac_priv(cmd); in aac_eh_abort() local
519 struct ncr_cmd_priv *cmd_priv = scsi_cmd_priv(cmd); in __unmap_scsi_data() local531 struct ncr_cmd_priv *cmd_priv = scsi_cmd_priv(cmd); in __map_scsi_sg_data() local7856 struct ncr_cmd_priv *cmd_priv = scsi_cmd_priv(cmd); local
1647 struct megaraid_cmd_priv *cmd_priv; in mega_rundoneq() local
258 struct mvumi_cmd *cmd_priv; member
773 megaraid_to_scsi_cmd(struct megaraid_cmd_priv *cmd_priv) in megaraid_to_scsi_cmd()
3591 struct scmd_priv *cmd_priv = NULL; in mpi3mr_issue_tm() local
2603 void *cmd_priv; member