Searched refs:hba_stat (Results 1 – 2 of 2) sorted by relevance
| /freebsd-10-stable/sys/dev/dpt/ |
| D | dpt_scsi.c | 158 union ccb *ccb, u_int hba_stat, 575 && (dpt->sp->hba_stat == 0) in dpt_get_conf() 1604 u_int hba_stat; in dpt_intr_locked() local 1647 hba_stat = dpt->sp->hba_stat; in dpt_intr_locked() 1686 if (hba_stat == HA_NO_ERROR) { in dpt_intr_locked() 1708 dptprocesserror(dpt, dccb, ccb, hba_stat, scsi_stat, in dpt_intr_locked() 1716 u_int hba_stat, u_int scsi_stat, u_int32_t resid) in dptprocesserror() argument 1719 switch (hba_stat) { in dptprocesserror() 1767 device_printf(dpt->dev, "Undocumented Error %x\n", hba_stat); in dptprocesserror() 2160 br_lun, ccb->status_packet.hba_stat); [all …]
|
| D | dpt.h | 508 u_int8_t hba_stat :7, /* HBA status */ member 1131 u_int8_t hba_stat; member
|