Lines Matching refs:error_data
2347 switch (c2->error_data.serv_response) {
2349 switch (c2->error_data.status) {
2356 if (c2->error_data.data_present !=
2363 data_len = c2->error_data.sense_data_len;
2366 if (data_len > sizeof(c2->error_data.sense_data_buff))
2368 sizeof(c2->error_data.sense_data_buff);
2370 c2->error_data.sense_data_buff, data_len);
2391 switch (c2->error_data.status) {
2401 &c2->error_data.resid_cnt[0]);
2501 if (likely(c2->error_data.serv_response == 0 &&
2502 c2->error_data.status == 0)) {
2513 c2->error_data.serv_response ==
2515 if (c2->error_data.status ==
5021 offsetof(struct io_accel2_cmd, error_data));
5022 cp->err_len = cpu_to_le32(sizeof(cp->error_data));
5637 if (c2->error_data.serv_response ==