Searched refs:Command (Results 1 - 19 of 19) sorted by relevance

/drivers/block/
H A DDAC960.c317 DAC960_Command_T *Command; local
331 Command = (DAC960_Command_T *) AllocationPointer;
333 Command->CommandIdentifier = CommandIdentifier;
334 Command->Controller = Controller;
335 Command->Next = Controller->FreeCommands;
336 Controller->FreeCommands = Command;
337 Controller->Commands[CommandIdentifier-1] = Command;
354 Command->cmd_sglist = Command->V1.ScatterList;
355 Command
397 DAC960_Command_T *Command = Controller->Commands[i]; local
468 DAC960_V1_ClearCommand(DAC960_Command_T *Command) argument
481 DAC960_V2_ClearCommand(DAC960_Command_T *Command) argument
499 DAC960_Command_T *Command = Controller->FreeCommands; local
512 DAC960_DeallocateCommand(DAC960_Command_T *Command) argument
537 DAC960_GEM_QueueCommand(DAC960_Command_T *Command) argument
566 DAC960_BA_QueueCommand(DAC960_Command_T *Command) argument
591 DAC960_LP_QueueCommand(DAC960_Command_T *Command) argument
617 DAC960_LA_QueueCommandDualMode(DAC960_Command_T *Command) argument
643 DAC960_LA_QueueCommandSingleMode(DAC960_Command_T *Command) argument
669 DAC960_PG_QueueCommandDualMode(DAC960_Command_T *Command) argument
695 DAC960_PG_QueueCommandSingleMode(DAC960_Command_T *Command) argument
720 DAC960_PD_QueueCommand(DAC960_Command_T *Command) argument
737 DAC960_P_QueueCommand(DAC960_Command_T *Command) argument
783 DAC960_ExecuteCommand(DAC960_Command_T *Command) argument
810 DAC960_Command_T *Command = DAC960_AllocateCommand(Controller); local
835 DAC960_Command_T *Command = DAC960_AllocateCommand(Controller); local
862 DAC960_Command_T *Command = DAC960_AllocateCommand(Controller); local
888 DAC960_Command_T *Command = DAC960_AllocateCommand(Controller); local
926 DAC960_Command_T *Command = DAC960_AllocateCommand(Controller); local
965 DAC960_Command_T *Command = DAC960_AllocateCommand(Controller); local
1018 DAC960_Command_T *Command = DAC960_AllocateCommand(Controller); local
1101 DAC960_Command_T *Command; local
1131 DAC960_Command_T *Command = DAC960_AllocateCommand(Controller); local
2015 DAC960_Command_T *Command = Controller->Commands[Channel]; local
2063 DAC960_Command_T *Command = Controller->Commands[Channel]; local
3203 DAC960_V1_QueueReadWriteCommand(DAC960_Command_T *Command) argument
3258 DAC960_V2_QueueReadWriteCommand(DAC960_Command_T *Command) argument
3330 DAC960_Command_T *Command; local
3416 DAC960_queue_partial_rw(DAC960_Command_T *Command) argument
3463 DAC960_ProcessCompletedRequest(DAC960_Command_T *Command, bool SuccessfulIO) argument
3487 DAC960_V1_ReadWriteError(DAC960_Command_T *Command) argument
3540 DAC960_V1_ProcessCompletedCommand(DAC960_Command_T *Command) argument
4343 DAC960_V2_ReadWriteError(DAC960_Command_T *Command) argument
4626 DAC960_V2_ProcessCompletedCommand(DAC960_Command_T *Command) argument
5278 DAC960_Command_T *Command = Controller->Commands[CommandIdentifier-1]; local
5319 DAC960_Command_T *Command = Controller->Commands[CommandIdentifier-1]; local
5361 DAC960_Command_T *Command = Controller->Commands[CommandIdentifier-1]; local
5403 DAC960_Command_T *Command = Controller->Commands[CommandIdentifier-1]; local
5441 DAC960_Command_T *Command = Controller->Commands[CommandIdentifier-1]; local
5476 DAC960_Command_T *Command = Controller->Commands[CommandIdentifier-1]; local
5514 DAC960_Command_T *Command = Controller->Commands[CommandIdentifier-1]; local
5571 DAC960_V1_QueueMonitoringCommand(DAC960_Command_T *Command) argument
5588 DAC960_V2_QueueMonitoringCommand(DAC960_Command_T *Command) argument
5623 DAC960_Command_T *Command; local
5907 DAC960_V1_SetDeviceState(DAC960_Controller_T *Controller, DAC960_Command_T *Command, unsigned char Channel, unsigned char TargetID, DAC960_V1_PhysicalDeviceState_T DeviceState, const unsigned char *DeviceStateString) argument
5966 DAC960_Command_T *Command; local
6178 DAC960_V2_TranslatePhysicalDevice(DAC960_Command_T *Command, unsigned char Channel, unsigned char TargetID, unsigned short *LogicalDeviceNumber) argument
6228 DAC960_Command_T *Command; local
6678 DAC960_Command_T *Command = NULL; local
6845 DAC960_Command_T *Command = NULL; local
[all...]
H A DDAC960.h221 Define the DAC960 V1 Firmware Command Opcodes.
303 Define the DAC960 V1 Firmware Command Identifier type.
310 Define the DAC960 V1 Firmware Command Status Codes.
360 Define the DAC960 V1 Firmware Enquiry Command reply structure.
414 Define the DAC960 V1 Firmware Enquiry2 Command reply structure.
585 Define the DAC960 V1 Firmware Get Logical Drive Information Command
606 Define the DAC960 V1 Firmware Get Event Log Entry Command reply structure.
652 Define the DAC960 V1 Firmware Get Device State Command reply structure.
685 Define the DAC960 V1 Firmware Get Rebuild Progress Command reply structure.
698 Define the DAC960 V1 Firmware Background Initialization Status Command
[all...]
H A Dcciss.c1503 /* Fill in Command Header */
2615 dev_warn(&h->pdev->dev, "Unknown Command 0x%c\n", cmd);
4440 } Command; typedef in typeref:struct:__anon295
4441 static const size_t cmd_sz = sizeof(Command) + sizeof(ErrorInfo_struct);
4442 Command *cmd;
4488 cmd->ErrorDescriptor.Addr.lower = paddr32 + sizeof(Command);
/drivers/usb/serial/
H A Dio_edgeport.h63 #define PROC_READ_SETUP(Command, Argument) ((Command) + ((Argument)<<8))
73 int Command; member in struct:procWrite
/drivers/isdn/capi/
H A Dcapidrv.c971 capi_cmd2str(cmsg->Command, cmsg->Subcommand),
975 switch (CAPICMD(cmsg->Command, cmsg->Subcommand)) {
1018 capi_cmd2str(cmsg->Command, cmsg->Subcommand),
1035 capi_cmd2str(cmsg->Command, cmsg->Subcommand),
1053 capi_cmd2str(cmsg->Command, cmsg->Subcommand),
1061 capi_cmd2str(cmsg->Command, cmsg->Subcommand),
1199 capi_cmd2str(cmsg->Command, cmsg->Subcommand),
1203 switch (CAPICMD(cmsg->Command, cmsg->Subcommand)) {
1209 capi_cmd2str(cmsg->Command, cmsg->Subcommand),
1228 capi_cmd2str(cmsg->Command, cms
[all...]
H A Dcapiutil.c320 cmsg->par = capi_cmd2par(cmsg->Command, cmsg->Subcommand);
327 byteTLcpy(cmsg->m + 4, &cmsg->Command);
393 byteTRcpy(cmsg->m + 4, &cmsg->Command);
395 cmsg->par = capi_cmd2par(cmsg->Command, cmsg->Subcommand);
412 * @_Command: Command field value
426 cmsg->Command = _Command;
787 byteTRcpy(cmsg->m + 4, &cmsg->Command);
789 cmsg->par = capi_cmd2par(cmsg->Command, cmsg->Subcommand);
792 capi_cmd2str(cmsg->Command, cmsg->Subcommand),
826 capi_cmd2str(cmsg->Command, cms
[all...]
/drivers/message/fusion/lsi/
H A Dmpi_raid.h232 U8 Command[10]; member in struct:_MSG_MAILBOX_REQUEST
/drivers/scsi/aacraid/
H A Ddpcsup.c109 if (hwfib->header.Command == cpu_to_le16(NuFileSystem))
376 if (hwfib->header.Command == cpu_to_le16(NuFileSystem))
H A Dcommctrl.c121 if (kfib->header.Command == cpu_to_le16(TakeABreakPt)) {
129 retval = aac_fib_send(le16_to_cpu(kfib->header.Command), fibptr,
H A Daacraid.h310 __le16 Command; /* Routing information for the destination */ member in struct:aac_fibhdr
330 u8 data[512-sizeof(struct aac_fibhdr)]; // Command specific data
968 __le32 Command; /* VM_Ioctl */ member in struct:aac_bus_info
1243 #define FaultInsertion 36 /* Fault Insertion Command */
H A Dcommsup.c395 * @command: Command to send
461 hw_fib->header.Command = cpu_to_le16(command);
491 dprintk((KERN_DEBUG " Command = %d.\n", le32_to_cpu(hw_fib->header.Command)));
H A Daachba.c1407 command->Command = cpu_to_le32(VM_Ioctl);
2214 * else Command for the controller itself
2548 dprintk((KERN_WARNING "Unhandled SCSI Command: 0x%x.\n", scsicmd->cmnd[0]));
3172 { SRB_STATUS_ABORTED, "Aborted Command"},
3181 { SRB_STATUS_COMMAND_TIMEOUT, "Command Timeout"},
/drivers/usb/gadget/udc/
H A Dgoku_udc.h150 u32 Command; /* 0x340 */ member in struct:goku_udc_regs
H A Dgoku_udc.c89 writel(COMMAND_EP(epnum) | command, &regs->Command);
/drivers/isdn/i4l/
H A Disdn_tty.c780 cmd.parm.cmsg.Command = CAPI_FACILITY;
870 cmd.parm.cmsg.Command = CAPI_FACILITY;
964 cmd.parm.cmsg.Command = CAPI_MANUFACTURER;
H A Disdn_common.c403 switch (cm->Command) {
/drivers/isdn/gigaset/
H A Dcapi.c226 capi_cmd2str(p->Command, p->Subcommand));
/drivers/isdn/hisax/
H A Dcallc.c1570 switch (ic->parm.cmsg.Command) {
/drivers/scsi/
H A Dhpsa.c1914 dev_warn(&h->pdev->dev, "Command unabortable\n");
4609 dev_err(&h->pdev->dev, "%s FAILED, Command to abort is NULL.\n",
4617 ml += sprintf(msg+ml, "Command:0x%x SN:0x%lx ",
4645 * Command is in flight, or possibly already completed
4970 /* Fill in Command Header */
5727 struct Command { struct
5732 struct Command *cmd;
6990 /* Command structures must be aligned on a 32-byte boundary because
7476 /* Command structures must be aligned on a 128-byte boundary

Completed in 409 milliseconds