Lines Matching defs:command

259 	"\tbit 1 - Disable SYNCHRONIZE_CACHE SCSI command\n"
337 dprintk((KERN_WARNING "aac_valid_context: scsi command corrupt\n"));
371 dinfo->command = cpu_to_le32(VM_ContainerConfig);
410 dinfo->command = cpu_to_le32(VM_ContainerConfig);
465 dinfo->command = cpu_to_le32(VM_ContainerConfig);
586 dinfo->command = cpu_to_le32(VM_ContainerConfig);
600 * Check that the command queued to the controller
708 dinfo->command = cpu_to_le32(VM_NameServeAllBlk);
710 dinfo->command = cpu_to_le32(VM_NameServe64);
724 * Check that the command queued to the controller
747 dinfo->command = cpu_to_le32(VM_NameServeAllBlk);
749 dinfo->command = cpu_to_le32(VM_NameServe);
764 * Check that the command queued to the controller
790 * @scsicmd: the scsi command block
1118 dinfo->command = cpu_to_le32(VM_ContainerConfig);
1132 * Check that the command queued to the controller
1218 u16 fibsize, command;
1238 command = ContainerRawIo2;
1255 command = ContainerRawIo;
1264 return aac_fib_send(command,
1281 readcmd->command = cpu_to_le32(VM_CtHostRead64);
1317 readcmd->command = cpu_to_le32(VM_CtBlockRead);
1346 u16 fibsize, command;
1369 command = ContainerRawIo2;
1389 command = ContainerRawIo;
1398 return aac_fib_send(command,
1415 writecmd->command = cpu_to_le32(VM_CtHostWrite64);
1451 writecmd->command = cpu_to_le32(VM_CtBlockWrite);
1648 * Now send the HBA command to the adapter
2037 struct aac_bus_info *command;
2051 -1, 1, /* First `interrupt' command uses special wait */
2112 command = (struct aac_bus_info *)bus_info;
2114 command->Command = cpu_to_le32(VM_Ioctl);
2115 command->ObjType = cpu_to_le32(FT_DRIVE);
2116 command->MethodId = cpu_to_le32(1);
2117 command->CtlCmd = cpu_to_le32(GetBusInfo);
2424 dprintk((KERN_DEBUG "aachba: received a read(6) command on id %d.\n", scmd_id(scsicmd)));
2434 dprintk((KERN_DEBUG "aachba: received a read(16) command on id %d.\n", scmd_id(scsicmd)));
2448 dprintk((KERN_DEBUG "aachba: received a read(12) command on id %d.\n", scmd_id(scsicmd)));
2458 dprintk((KERN_DEBUG "aachba: received a read(10) command on id %d.\n", scmd_id(scsicmd)));
2494 * Check that the command queued to the controller
2524 if (scsicmd->cmnd[0] == WRITE_6) /* 6 byte command */
2531 } else if (scsicmd->cmnd[0] == WRITE_16) { /* 16 byte command */
2532 dprintk((KERN_DEBUG "aachba: received a write(16) command on id %d.\n", scmd_id(scsicmd)));
2544 } else if (scsicmd->cmnd[0] == WRITE_12) { /* 12 byte command */
2545 dprintk((KERN_DEBUG "aachba: received a write(12) command on id %d.\n", scmd_id(scsicmd)));
2553 dprintk((KERN_DEBUG "aachba: received a write(10) command on id %d.\n", scmd_id(scsicmd)));
2579 * Allocate and initialize a Fib then setup a BlockWrite command
2586 * Check that the command queued to the controller
2662 synchronizecmd->command = cpu_to_le32(VM_ContainerConfig);
2681 * Check that the command queued to the controller
2736 pmcmd->command = cpu_to_le32(VM_ContainerConfig);
2758 * Check that the command queued to the controller
2769 * aac_scsi_cmd() - Process SCSI command
2770 * @scsicmd: SCSI command block
2772 * Emulate a SCSI command and queue the required request for the
2850 dprintk((KERN_WARNING "Only INQUIRY & TUR command supported for controller, rcvd = 0x%x.\n", scsicmd->cmnd[0]));
2892 dprintk((KERN_DEBUG "INQUIRY command, ID: %d.\n", cid));
2988 dprintk((KERN_DEBUG "READ CAPACITY_16 command.\n"));
3027 dprintk((KERN_DEBUG "READ CAPACITY command.\n"));
3060 dprintk((KERN_DEBUG "MODE SENSE command.\n"));
3139 dprintk((KERN_DEBUG "MODE SENSE 10 byte command.\n"));
3207 dprintk((KERN_DEBUG "REQUEST SENSE command.\n"));
3217 dprintk((KERN_DEBUG "LOCK command.\n"));
3395 * Handles the completion of a scsi command to a non dasd device
3685 * Handles the completion of a native HBA scsi command
3745 * @scsicmd: the scsi command block
3765 * Allocate and initialize a Fib then setup a BlockWrite command
3772 * Check that the command queued to the controller
3786 * @scsicmd: the scsi command block
3806 * Allocate and initialize a Fib then setup a BlockWrite command
3816 * Check that the command queued to the controller
3860 /* Check for command underflow */
3904 /* Check for command underflow */
3952 /* Check for command underflow */
4033 /* Check for command underflow */
4137 /* Check for command underflow */