Searched refs:is_cmd (Results 1 - 4 of 4) sorted by relevance

/drivers/s390/cio/
H A Ddevice_fsm.c740 int is_cmd; local
743 is_cmd = !scsw_is_tm(&irb->scsw);
746 if (is_cmd && (irb->scsw.cmd.dstat & DEV_STAT_UNIT_CHECK) &&
765 if (is_cmd && cdev->private->flags.dosense) {
/drivers/ata/
H A Dsata_sil24.c605 int is_cmd, u32 ctrl,
616 ata_tf_to_fis(tf, pmp, is_cmd, prb->fis);
603 sil24_exec_polled_cmd(struct ata_port *ap, int pmp, const struct ata_taskfile *tf, int is_cmd, u32 ctrl, unsigned long timeout_msec) argument
H A Dlibahci.c1256 struct ata_taskfile *tf, int is_cmd, u16 flags,
1266 ata_tf_to_fis(tf, pmp, is_cmd, fis);
1255 ahci_exec_polled_cmd(struct ata_port *ap, int pmp, struct ata_taskfile *tf, int is_cmd, u16 flags, unsigned long timeout_msec) argument
H A Dlibata-core.c539 * @is_cmd: This FIS is for command
548 void ata_tf_to_fis(const struct ata_taskfile *tf, u8 pmp, int is_cmd, u8 *fis) argument
552 if (is_cmd)

Completed in 113 milliseconds