Home
last modified time | relevance | path

Searched refs:aoeata (Results 1 – 2 of 2) sorted by relevance

/external/syslinux/gpxe/src/net/
Daoe.c96 struct aoeata *aoeata; in aoe_send_command() local
155 aoeata = &aoecmd->ata; in aoe_send_command()
158 aoeata->aflags = ( ( command->cb.lba48 ? AOE_FL_EXTENDED : 0 )| in aoe_send_command()
161 aoeata->err_feat = command->cb.err_feat.bytes.cur; in aoe_send_command()
162 aoeata->count = count; in aoe_send_command()
163 aoeata->cmd_stat = command->cb.cmd_stat; in aoe_send_command()
164 aoeata->lba.u64 = cpu_to_le64 ( command->cb.lba.native ); in aoe_send_command()
166 aoeata->lba.bytes[3] |= in aoe_send_command()
230 static int aoe_rx_ata ( struct aoe_session *aoe, struct aoeata *aoeata, in aoe_rx_ata() argument
238 if ( len < sizeof ( *aoeata ) ) { in aoe_rx_ata()
[all …]
/external/syslinux/gpxe/src/include/gpxe/
Daoe.h35 struct aoeata { struct
63 struct aoeata ata; argument