Searched refs:cmdstat (Results 1 - 6 of 6) sorted by relevance

/linux-master/arch/xtensa/lib/
H A Dpci-auto.c176 int cmdstat; local
211 pci_read_config_dword(dev, PCI_COMMAND, &cmdstat);
213 cmdstat |
226 int sub_bus, pci_devfn, pci_class, cmdstat; local
302 pci_read_config_dword(dev, PCI_COMMAND, &cmdstat);
304 cmdstat |
/linux-master/drivers/net/dsa/b53/
H A Db53_srab.c130 u32 cmdstat; local
133 cmdstat = (page << B53_SRAB_CMDSTAT_PAGE) |
137 writel(cmdstat, regs + B53_SRAB_CMDSTAT);
141 cmdstat = readl(regs + B53_SRAB_CMDSTAT);
142 if (!(cmdstat & B53_SRAB_CMDSTAT_GORDYN))
/linux-master/drivers/scsi/
H A Dst.h47 struct st_cmdstatus cmdstat; member in struct:st_buffer
H A Dst.c370 cmdstatp = &STp->buffer->cmdstat;
374 scode = STp->buffer->cmdstat.sense_hdr.sense_key;
490 - STp->buffer->cmdstat.residual,
492 if (STp->buffer->cmdstat.residual > 0)
504 - STp->buffer->cmdstat.residual,
506 if (STp->buffer->cmdstat.residual > 0)
527 STp->buffer->cmdstat.midlevel_result = SRpnt->result = scmd->result;
528 STp->buffer->cmdstat.residual = scmd->resid_len;
645 STp->buffer->cmdstat.have_sense = 0;
704 cmdstatp = &STbuffer->cmdstat;
[all...]
/linux-master/drivers/block/aoe/
H A Daoe.h55 unsigned char cmdstat; member in struct:aoe_atahdr
H A Daoecmd.c363 ah->cmdstat = ATA_CMD_PIO_READ | writebit | extbit;
1098 if (ahin->cmdstat & 0xa9) { /* these bits cleared on success */
1100 ahout->cmdstat, ahin->cmdstat,
1108 switch (ahout->cmdstat) {
1153 ahout->cmdstat,
1395 ah->cmdstat = ATA_CMD_ID_ATA;

Completed in 164 milliseconds