Home
last modified time | relevance | path

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

/linux-4.4.14/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.4.14/include/uapi/linux/
Dcciss_defs.h26 #define XFER_NONE 0x00 macro
/linux-4.4.14/drivers/scsi/
Dhpsa_cmd.h83 #define XFER_NONE 0x00 macro
Dhpsa.c4975 TYPE_ATTR_DIR(TYPE_CMD, ATTR_SIMPLE, XFER_NONE); in hpsa_ciss_submit()
6212 (iocommand.Request.Type.Direction != XFER_NONE)) { in hpsa_passthru_ioctl()
6323 (ioc->Request.Type.Direction != XFER_NONE)) { in hpsa_big_passthru_ioctl()
6510 int pci_dir = XFER_NONE; in fill_cmd()
6587 TYPE_ATTR_DIR(cmd_type, ATTR_SIMPLE, XFER_NONE); in fill_cmd()
6659 TYPE_ATTR_DIR(cmd_type, ATTR_SIMPLE, XFER_NONE); in fill_cmd()
6673 TYPE_ATTR_DIR(cmd_type, ATTR_SIMPLE, XFER_NONE); in fill_cmd()
6723 case XFER_NONE: in fill_cmd()
6951 TYPE_ATTR_DIR(TYPE_MSG, ATTR_HEADOFQUEUE, XFER_NONE); in hpsa_message()
/linux-4.4.14/drivers/block/
Dcciss.c1495 (iocommand.Request.Type.Direction != XFER_NONE)) { in cciss_passthru()
1606 (ioc->Request.Type.Direction != XFER_NONE)) { in cciss_bigpassthru()
2627 c->Request.Type.Direction = XFER_NONE; in fill_cmd()
2649 c->Request.Type.Direction = XFER_NONE; in fill_cmd()
4498 cmd->Request.Type.Direction = XFER_NONE; in cciss_message()
Dcciss_scsi.c1478 c->Request.Type.Direction = XFER_NONE; in cciss_scsi_queue_command_lck()