Searched defs:cmd_priv (Results 1 – 10 of 10) 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 …]
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() local821 struct aac_cmd_priv *cmd_priv; in aac_probe_container() local
681 struct aac_cmd_priv *cmd_priv = aac_priv(cmd); in aac_eh_abort() local
3794 struct scmd_priv *cmd_priv = NULL; in mpi3mr_issue_tm() local4282 struct scmd_priv *cmd_priv = scsi_cmd_priv(scmd); in mpi3mr_eh_target_reset() local4354 struct scmd_priv *cmd_priv = scsi_cmd_priv(scmd); in mpi3mr_eh_dev_reset() 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
1648 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()
2605 void *cmd_priv; member