Lines Matching refs:error_data
2353 switch (c2->error_data.serv_response) {
2355 switch (c2->error_data.status) {
2362 if (c2->error_data.data_present !=
2369 data_len = c2->error_data.sense_data_len;
2372 if (data_len > sizeof(c2->error_data.sense_data_buff))
2374 sizeof(c2->error_data.sense_data_buff);
2376 c2->error_data.sense_data_buff, data_len);
2397 switch (c2->error_data.status) {
2406 &c2->error_data.resid_cnt[0]);
2506 if (likely(c2->error_data.serv_response == 0 &&
2507 c2->error_data.status == 0)) {
2518 c2->error_data.serv_response ==
2520 if (c2->error_data.status ==
5017 offsetof(struct io_accel2_cmd, error_data));
5018 cp->err_len = cpu_to_le32(sizeof(cp->error_data));
5638 if (c2->error_data.serv_response ==