Lines Matching refs:stat
37 switch (ts->stat) {
65 __func__, ts->stat);
85 struct task_status_struct *stat = &task->task_status;
86 struct ata_task_resp *resp = (struct ata_task_resp *)stat->buf;
125 if (stat->stat == SAS_PROTO_RESPONSE ||
126 stat->stat == SAS_SAM_STAT_GOOD ||
127 (stat->stat == SAS_SAM_STAT_CHECK_CONDITION &&
139 ac = sas_to_ata_err(stat);
141 pr_warn("%s: SAS error 0x%x\n", __func__, stat->stat);