Home
last modified time | relevance | path

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

/freebsd/sys/cam/
H A Dcam_xpt_internal.h143 #define CAM_DEV_IDENTIFY_DATA_VALID 0x200 macro
/freebsd/sys/cam/ata/
H A Data_xpt.c976 path->device->flags |= CAM_DEV_IDENTIFY_DATA_VALID; in aprobedone()
1191 if ((path->device->flags & CAM_DEV_IDENTIFY_DATA_VALID) == 0) in aprobedone()
1212 path->device->flags |= CAM_DEV_IDENTIFY_DATA_VALID; in aprobedone()
1300 path->device->flags |= CAM_DEV_IDENTIFY_DATA_VALID; in aprobedone()
1668 if ((path->device->flags & CAM_DEV_IDENTIFY_DATA_VALID) != 0) in ata_device_transport()
1821 (device->flags & CAM_DEV_IDENTIFY_DATA_VALID)) { in ata_action()