Home
last modified time | relevance | path

Searched refs:ata_command (Results 1 – 4 of 4) sorted by relevance

/external/syslinux/gpxe/src/drivers/block/
Data.c49 ata_command ( struct ata_device *ata, struct ata_command *command ) { in ata_command() function
92 struct ata_command command; in ata_read()
103 return ata_command ( ata, &command ); in ata_read()
118 struct ata_command command; in ata_write()
130 return ata_command ( ata, &command ); in ata_write()
141 struct ata_command command; in ata_identify()
153 if ( ( rc = ata_command ( ata, &command ) ) != 0 ) in ata_identify()
/external/syslinux/gpxe/src/include/gpxe/
Data.h142 struct ata_command { struct
202 struct ata_command *command );
Daoe.h128 struct ata_command *command;
/external/syslinux/gpxe/src/net/
Daoe.c92 struct ata_command *command = aoe->command; in aoe_send_command()
232 struct ata_command *command = aoe->command; in aoe_rx_ata()
357 struct ata_command *command ) { in aoe_command()
395 struct ata_command *command __unused ) { in aoe_detached_command()