Lines Matching refs:aoeata
96 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()
242 rx_data_len = ( len - sizeof ( *aoeata ) ); in aoe_rx_ata()
251 aoe->status |= aoeata->cmd_stat; in aoe_rx_ata()
258 aoeata->data, rx_data_len ); in aoe_rx_ata()