Home
last modified time | relevance | path

Searched refs:CAM_DEV_IDENTIFY_DATA_VALID (Results 1 – 2 of 2) sorted by relevance

/freebsd-12-stable/sys/cam/
Dcam_xpt_internal.h149 #define CAM_DEV_IDENTIFY_DATA_VALID 0x200 macro
/freebsd-12-stable/sys/cam/ata/
Data_xpt.c992 path->device->flags |= CAM_DEV_IDENTIFY_DATA_VALID; in probedone()
1207 if ((path->device->flags & CAM_DEV_IDENTIFY_DATA_VALID) == 0) in probedone()
1228 path->device->flags |= CAM_DEV_IDENTIFY_DATA_VALID; in probedone()
1316 path->device->flags |= CAM_DEV_IDENTIFY_DATA_VALID; in probedone()
1684 if ((path->device->flags & CAM_DEV_IDENTIFY_DATA_VALID) != 0) in ata_device_transport()
1829 (device->flags & CAM_DEV_IDENTIFY_DATA_VALID)) { in ata_action()