Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/mmc/host/
Ds3cmci.h57 #define XFER_NONE 0 macro
Ds3cmci.c322 if (host->pio_active == XFER_NONE) in get_data_buffer()
438 host->pio_active = XFER_NONE; in do_pio_read()
492 host->pio_active = XFER_NONE; in do_pio_read()
519 host->pio_active = XFER_NONE; in do_pio_write()
566 if (host->pio_active != XFER_NONE) { in pio_tasklet()
790 host->pio_active = XFER_NONE; in s3cmci_irq()
1602 host->pio_active = XFER_NONE; in s3cmci_probe()
/linux-4.1.27/include/uapi/linux/
Dcciss_defs.h26 #define XFER_NONE 0x00 macro
/linux-4.1.27/drivers/scsi/
Dhpsa_cmd.h72 #define XFER_NONE 0x00 macro
Dhpsa.c4025 TYPE_ATTR_DIR(TYPE_CMD, ATTR_SIMPLE, XFER_NONE); in hpsa_ciss_submit()
4897 (iocommand.Request.Type.Direction != XFER_NONE)) { in hpsa_passthru_ioctl()
5006 (ioc->Request.Type.Direction != XFER_NONE)) { in hpsa_big_passthru_ioctl()
5191 int pci_dir = XFER_NONE; in fill_cmd()
5249 TYPE_ATTR_DIR(cmd_type, ATTR_SIMPLE, XFER_NONE); in fill_cmd()
5295 TYPE_ATTR_DIR(cmd_type, ATTR_SIMPLE, XFER_NONE); in fill_cmd()
5346 case XFER_NONE: in fill_cmd()
5584 TYPE_ATTR_DIR(TYPE_MSG, ATTR_HEADOFQUEUE, XFER_NONE); in hpsa_message()
/linux-4.1.27/drivers/block/
Dcciss.c1479 (iocommand.Request.Type.Direction != XFER_NONE)) { in cciss_passthru()
1590 (ioc->Request.Type.Direction != XFER_NONE)) { in cciss_bigpassthru()
2611 c->Request.Type.Direction = XFER_NONE; in fill_cmd()
2633 c->Request.Type.Direction = XFER_NONE; in fill_cmd()
4482 cmd->Request.Type.Direction = XFER_NONE; in cciss_message()
Dcciss_scsi.c1479 c->Request.Type.Direction = XFER_NONE; in cciss_scsi_queue_command_lck()