Searched refs:XS_SENSE_VALID (Results 1 – 2 of 2) sorted by relevance
| /dragonfly/sys/dev/disk/isp/ | ||
| HD | isp_freebsd.h | 489 #define XS_SENSE_VALID(xs) (((xs)->ccb_h.status & CAM_AUTOSNS_VALID) != 0) macro |
| HD | isp.c | 5412 if (XS_SENSE_VALID(xs)) { in isp_prt_endcmd() |