[go: nahoru, domu]

Searched defs:xlat_func (Results 1 - 1 of 1) sorted by relevance

/drivers/ata/
H A Dlibata-scsi.c1791 * @xlat_func: Actor which translates @cmd to an ATA taskfile
1800 * The xlat_func argument (actor) returns 0 if ready to execute
1814 ata_xlat_func_t xlat_func)
1841 if (xlat_func(qc))
3412 ata_xlat_func_t xlat_func; local
3419 xlat_func = ata_get_xlat_func(dev, scsi_op);
3424 xlat_func = NULL;
3431 xlat_func = atapi_xlat;
3437 xlat_func = ata_get_xlat_func(dev, scsi_op);
3441 if (xlat_func)
1813 ata_scsi_translate(struct ata_device *dev, struct scsi_cmnd *cmd, ata_xlat_func_t xlat_func) argument
[all...]

Completed in 18 milliseconds