Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/scsi/qla2xxx/
Dqla_os.c2715 ha->device_type |= DT_T10_PI; in qla2x00_set_isp_flags()
2723 ha->device_type |= DT_T10_PI; in qla2x00_set_isp_flags()
2734 ha->device_type |= DT_T10_PI; in qla2x00_set_isp_flags()
2742 ha->device_type |= DT_T10_PI; in qla2x00_set_isp_flags()
2750 ha->device_type |= DT_T10_PI; in qla2x00_set_isp_flags()
2759 ha->device_type |= DT_T10_PI; in qla2x00_set_isp_flags()
2768 ha->device_type |= DT_T10_PI; in qla2x00_set_isp_flags()
Dqla_def.h4212 #define DT_T10_PI BIT_25 macro
4275 #define IS_T10_PI_CAPABLE(ha) ((ha)->device_type & DT_T10_PI)