Searched refs:orig_cmd (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/ide/
H A Dide-taskfile.c77 ide_startstop_t do_rw_taskfile(ide_drive_t *drive, struct ide_cmd *orig_cmd) argument
86 if (orig_cmd->protocol == ATA_PROT_PIO &&
87 (orig_cmd->tf_flags & IDE_TFLAG_MULTI_PIO) &&
93 if (orig_cmd->ftf_flags & IDE_FTFLAG_FLAGGED)
94 orig_cmd->ftf_flags |= IDE_FTFLAG_SET_IN_FLAGS;
96 memcpy(cmd, orig_cmd, sizeof(*cmd));
H A Dide-io.c106 struct ide_cmd *orig_cmd = rq->special; local
109 kfree(orig_cmd);
111 memcpy(orig_cmd, cmd, sizeof(*cmd));
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/pci/
H A Dprobe.c167 u16 orig_cmd; local
172 pci_read_config_word(dev, PCI_COMMAND, &orig_cmd);
174 orig_cmd & ~(PCI_COMMAND_MEMORY | PCI_COMMAND_IO));
185 pci_write_config_word(dev, PCI_COMMAND, orig_cmd);

Completed in 105 milliseconds