Searched refs:ata_data_xfer (Results 1 – 1 of 1) sorted by relevance
/linux-2.4.37.9/drivers/scsi/ |
D | libata-core.c | 2982 static void ata_data_xfer(struct ata_port *ap, unsigned char *buf, in ata_data_xfer() function 3034 ata_data_xfer(ap, buf, ATA_SECT_SIZE, do_write); in ata_pio_sector() 3081 ata_data_xfer(ap, (unsigned char*)pad_buf, 2, do_write); in __atapi_pio_bytes() 3116 ata_data_xfer(ap, buf, count, do_write); in __atapi_pio_bytes() 4067 ata_data_xfer(ap, qc->cdb, ap->cdb_len, 1); in atapi_packet_task() 4072 ata_data_xfer(ap, qc->cdb, ap->cdb_len, 1); in atapi_packet_task()
|