Home | History | Annotate | Download | only in pcbios

Lines Matching refs:ata

7 #include <gpxe/ata.h>
16 struct ata_device *ata;
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 );
70 free ( ata );