Searched refs:ata (Results 1 - 7 of 7) sorted by relevance

/external/syslinux/gpxe/src/arch/i386/interface/pcbios/
H A Daoeboot.c7 #include <gpxe/ata.h>
16 struct ata_device *ata; local
20 ata = zalloc ( sizeof ( *ata ) );
21 if ( ! ata ) {
34 if ( ( rc = aoe_attach ( ata, netdev, root_path ) ) != 0 ) {
39 if ( ( rc = init_atadev ( ata ) ) != 0 ) {
47 container_of ( ata->backend, struct aoe_session, refcnt );
50 drive->blockdev = &ata->blockdev;
66 aoe_detach ( ata );
[all...]
/external/syslinux/gpxe/src/drivers/block/
H A Data.c28 #include <gpxe/ata.h>
44 * @v ata ATA device
49 ata_command ( struct ata_device *ata, struct ata_command *command ) { argument
62 if ( ( rc = ata->command ( ata, command ) ) != 0 ) {
91 struct ata_device *ata = block_to_ata ( blockdev ); local
97 command.cb.device = ( ata->device | ATA_DEV_OBSOLETE | ATA_DEV_LBA );
98 command.cb.lba48 = ata->lba48;
99 if ( ! ata->lba48 )
101 command.cb.cmd_stat = ( ata
117 struct ata_device *ata = block_to_ata ( blockdev ); local
140 struct ata_device *ata = block_to_ata ( blockdev ); local
[all...]
/external/syslinux/gpxe/src/include/gpxe/
H A Daoe.h16 #include <gpxe/ata.h>
63 struct aoeata ata; member in union:aoecmd
146 extern void aoe_detach ( struct ata_device *ata );
147 extern int aoe_attach ( struct ata_device *ata, struct net_device *netdev,
H A Data.h197 * @v ata ATA device
201 int ( * command ) ( struct ata_device *ata,
207 extern int init_atadev ( struct ata_device *ata );
/external/syslinux/gpxe/src/net/
H A Daoe.c33 #include <gpxe/ata.h>
122 aoecmdlen = sizeof ( aoecmd->ata );
155 aoeata = &aoecmd->ata;
352 * @v ata ATA device
356 static int aoe_command ( struct ata_device *ata, argument
359 container_of ( ata->backend, struct aoe_session, refcnt );
394 static int aoe_detached_command ( struct ata_device *ata __unused,
399 void aoe_detach ( struct ata_device *ata ) {
401 container_of ( ata->backend, struct aoe_session, refcnt );
404 ata
432 aoe_attach( struct ata_device *ata, struct net_device *netdev, const char *root_path ) argument
[all...]
/external/kernel-headers/original/uapi/linux/
H A Dedd.h121 } __attribute__ ((packed)) ata; member in union:edd_device_params::__anon9461
/external/syslinux/com32/gplinclude/disk/
H A Dgeom.h134 } __attribute__ ((packed)) ata; member in union:edd_device_parameters::__anon23628

Completed in 268 milliseconds