Home
last modified time | relevance | path

Searched refs:XFER_NONE (Results 1 – 6 of 6) sorted by relevance

/drivers/mmc/host/
Ds3cmci.h59 #define XFER_NONE 0 macro
Ds3cmci.c339 if (host->pio_active == XFER_NONE) in get_data_buffer()
455 host->pio_active = XFER_NONE; in do_pio_read()
509 host->pio_active = XFER_NONE; in do_pio_read()
536 host->pio_active = XFER_NONE; in do_pio_write()
583 if (host->pio_active != XFER_NONE) { in pio_tasklet()
807 host->pio_active = XFER_NONE; in s3cmci_irq()
1675 host->pio_active = XFER_NONE; in s3cmci_probe()
/drivers/scsi/
Dhpsa_cmd.h69 #define XFER_NONE 0x00 macro
Dhpsa.c2212 c->Request.Type.Direction = XFER_NONE; in hpsa_scsi_queue_command_lck()
2971 (iocommand.Request.Type.Direction != XFER_NONE)) { in hpsa_passthru_ioctl()
3085 (ioc->Request.Type.Direction != XFER_NONE)) { in hpsa_big_passthru_ioctl()
3258 int pci_dir = XFER_NONE; in fill_cmd()
3317 c->Request.Type.Direction = XFER_NONE; in fill_cmd()
3332 c->Request.Type.Direction = XFER_NONE; in fill_cmd()
3389 case XFER_NONE: in fill_cmd()
3709 cmd->Request.Type.Direction = XFER_NONE; in hpsa_message()
/drivers/block/
Dcciss.c1481 (iocommand.Request.Type.Direction != XFER_NONE)) { in cciss_passthru()
1592 (ioc->Request.Type.Direction != XFER_NONE)) { in cciss_bigpassthru()
2613 c->Request.Type.Direction = XFER_NONE; in fill_cmd()
2635 c->Request.Type.Direction = XFER_NONE; in fill_cmd()
4483 cmd->Request.Type.Direction = XFER_NONE; in cciss_message()
Dcciss_scsi.c1479 c->Request.Type.Direction = XFER_NONE; in cciss_scsi_queue_command_lck()