Home | History | Annotate | Download | only in gpxe

Lines Matching refs:ata

16 #include <gpxe/ata.h>
22 /** ATA target firmware version */
24 /** ATA target sector count */
34 /** An AoE ATA command */
38 /** ATA error/feature register */
40 /** ATA sector count register */
42 /** ATA command/status register */
62 /** ATA command */
63 struct aoeata ata;
93 #define AOE_CMD_ATA 0x00 /**< Issue ATA command */
127 /** Current ATA command */
129 /** Overall status of current ATA command */
146 extern void aoe_detach ( struct ata_device *ata );
147 extern int aoe_attach ( struct ata_device *ata, struct net_device *netdev,