Home
last modified time | relevance | path

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

/linux/drivers/scsi/qla2xxx/
H A Dqla_os.c2750 ha->device_type |= DT_T10_PI; in qla2x00_set_isp_flags()
2758 ha->device_type |= DT_T10_PI; in qla2x00_set_isp_flags()
2769 ha->device_type |= DT_T10_PI; in qla2x00_set_isp_flags()
2777 ha->device_type |= DT_T10_PI; in qla2x00_set_isp_flags()
2785 ha->device_type |= DT_T10_PI; in qla2x00_set_isp_flags()
2794 ha->device_type |= DT_T10_PI; in qla2x00_set_isp_flags()
2803 ha->device_type |= DT_T10_PI; in qla2x00_set_isp_flags()
H A Dqla_def.h4290 #define DT_T10_PI BIT_25 macro
4353 #define IS_T10_PI_CAPABLE(ha) ((ha)->device_type & DT_T10_PI)