Lines Matching defs:cmd

516 static void __unmap_scsi_data(struct device *dev, struct scsi_cmnd *cmd)  in __unmap_scsi_data()
526 static int __map_scsi_sg_data(struct device *dev, struct scsi_cmnd *cmd) in __map_scsi_sg_data()
540 #define unmap_scsi_data(np, cmd) __unmap_scsi_data(np->dev, cmd) argument
541 #define map_scsi_sg_data(np, cmd) __map_scsi_sg_data(np->dev, cmd) argument
1129 u_long cmd; member
1488 struct scr_tblmove cmd ; member
1540 struct scsi_cmnd *cmd; /* SCSI command */ member
1947 #define remove_from_waiting_list(np, cmd) \ argument
3665 #define PRINT_ADDR(cmd, arg...) dev_info(&cmd->device->sdev_gendev , ## arg) argument
4019 static inline void ncr_queue_done_cmd(struct ncb *np, struct scsi_cmnd *cmd) in ncr_queue_done_cmd()
4028 struct scsi_cmnd *cmd; in ncr_flush_done_cmds() local
4110 static int ncr_queue_command (struct ncb *np, struct scsi_cmnd *cmd) in ncr_queue_command()
4553 static int ncr_reset_bus (struct ncb *np, struct scsi_cmnd *cmd, int sync_reset) in ncr_reset_bus()
4809 struct scsi_cmnd *cmd; in ncr_complete() local
5523 struct scsi_cmnd *cmd = cp->cmd; in ncr_setsync() local
5580 struct scsi_cmnd *cmd = cp->cmd; in ncr_setwide() local
6246 u_char cmd, sbcl; in ncr_int_ma() local
6534 struct scsi_cmnd *cmd = cp->cmd; in ncr_sir_to_redo() local
7135 static struct ccb *ncr_get_ccb(struct ncb *np, struct scsi_cmnd *cmd) in ncr_get_ccb()
7639 static int ncr_scatter(struct ncb *np, struct ccb *cp, struct scsi_cmnd *cmd) in ncr_scatter()
8020 static int ncr53c8xx_queue_command_lck (struct scsi_cmnd *cmd, void (*done)(struct scsi_cmnd *))
8104 static int ncr53c8xx_bus_reset(struct scsi_cmnd *cmd)
8170 static void insert_into_waiting_list(struct ncb *np, struct scsi_cmnd *cmd)
8186 … struct scsi_cmnd *retrieve_from_waiting_list(int to_remove, struct ncb *np, struct scsi_cmnd *cmd)