HomeSort by relevance Sort by last modified time
    Searched refs:ata_device (Results 1 - 5 of 5) sorted by null

  /external/syslinux/gpxe/src/drivers/block/
ata.c 36 static inline __attribute__ (( always_inline )) struct ata_device *
38 return container_of ( blockdev, struct ata_device, blockdev );
49 ata_command ( struct ata_device *ata, struct ata_command *command ) {
91 struct ata_device *ata = block_to_ata ( blockdev );
117 struct ata_device *ata = block_to_ata ( blockdev );
140 struct ata_device *ata = block_to_ata ( blockdev );
178 * Initialises an ATA device. The ata_device::command field and the
179 * @c ATA_FL_SLAVE portion of the ata_device::flags field must already
180 * be filled in. This function will configure ata_device::blockdev,
184 int init_atadev ( struct ata_device *ata )
    [all...]
  /external/syslinux/gpxe/src/include/gpxe/
ata.h 184 struct ata_device { struct
201 int ( * command ) ( struct ata_device *ata,
207 extern int init_atadev ( struct ata_device *ata );
aoe.h 146 extern void aoe_detach ( struct ata_device *ata );
147 extern int aoe_attach ( struct ata_device *ata, struct net_device *netdev,
  /external/syslinux/gpxe/src/arch/i386/interface/pcbios/
aoeboot.c 16 struct ata_device *ata;
  /external/syslinux/gpxe/src/net/
aoe.c 356 static int aoe_command ( struct ata_device *ata,
394 static int aoe_detached_command ( struct ata_device *ata __unused,
399 void aoe_detach ( struct ata_device *ata ) {
432 int aoe_attach ( struct ata_device *ata, struct net_device *netdev,

Completed in 88 milliseconds