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

  /external/syslinux/gpxe/src/net/
aoe.c 96 struct aoeata *aoeata; local
155 aoeata = &aoecmd->ata;
158 aoeata->aflags = ( ( command->cb.lba48 ? AOE_FL_EXTENDED : 0 )|
161 aoeata->err_feat = command->cb.err_feat.bytes.cur;
162 aoeata->count = count;
163 aoeata->cmd_stat = command->cb.cmd_stat;
164 aoeata->lba.u64 = cpu_to_le64 ( command->cb.lba.native );
166 aoeata->lba.bytes[3] |=
226 * @v aoeata AoE ATA comman
    [all...]
  /external/syslinux/gpxe/src/include/gpxe/
aoe.h 35 struct aoeata { struct
63 struct aoeata ata;

Completed in 425 milliseconds