Searched refs:aoeata (Results 1 – 2 of 2) sorted by relevance
96 struct aoeata *aoeata; in aoe_send_command() local155 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() argument238 if ( len < sizeof ( *aoeata ) ) { in aoe_rx_ata()[all …]
35 struct aoeata { struct63 struct aoeata ata; argument