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.c2745 ha->device_type |= DT_T10_PI; in qla2x00_set_isp_flags()
2753 ha->device_type |= DT_T10_PI; in qla2x00_set_isp_flags()
2764 ha->device_type |= DT_T10_PI; in qla2x00_set_isp_flags()
2772 ha->device_type |= DT_T10_PI; in qla2x00_set_isp_flags()
2780 ha->device_type |= DT_T10_PI; in qla2x00_set_isp_flags()
2789 ha->device_type |= DT_T10_PI; in qla2x00_set_isp_flags()
2798 ha->device_type |= DT_T10_PI; in qla2x00_set_isp_flags()
H A Dqla_def.h4299 #define DT_T10_PI BIT_25 macro
4362 #define IS_T10_PI_CAPABLE(ha) ((ha)->device_type & DT_T10_PI)