Lines Matching refs:cmd
299 struct aac_hba_cmd_req cmd; member
302 } cmd; member
915 int (*adapter_bounds)(struct aac_dev * dev, struct scsi_cmnd * cmd, u64 lba);
916 int (*adapter_read)(struct fib * fib, struct scsi_cmnd * cmd, u64 lba, u32 count);
917 int (*adapter_write)(struct fib * fib, struct scsi_cmnd * cmd, u64 lba, u32 count, int fua);
918 int (*adapter_scsi)(struct fib * fib, struct scsi_cmnd * cmd);
1710 #define aac_adapter_bounds(dev,cmd,lba) \ argument
1711 dev->a_ops.adapter_bounds(dev,cmd,lba)
1713 #define aac_adapter_read(fib,cmd,lba,count) \ argument
1714 ((fib)->dev)->a_ops.adapter_read(fib,cmd,lba,count)
1716 #define aac_adapter_write(fib,cmd,lba,count,fua) \ argument
1717 ((fib)->dev)->a_ops.adapter_write(fib,cmd,lba,count,fua)
1719 #define aac_adapter_scsi(fib,cmd) \ argument
1720 ((fib)->dev)->a_ops.adapter_scsi(fib,cmd)
2691 static inline struct aac_cmd_priv *aac_priv(struct scsi_cmnd *cmd) in aac_priv() argument
2693 return scsi_cmd_priv(cmd); in aac_priv()
2723 int aac_scsi_cmd(struct scsi_cmnd *cmd);
2724 int aac_dev_ioctl(struct aac_dev *dev, unsigned int cmd, void __user *arg);
2729 int aac_do_ioctl(struct aac_dev *dev, unsigned int cmd, void __user *arg);