Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/scsi/qla2xxx/
Dqla_os.c2612 ha->device_type |= DT_T10_PI; in qla2x00_set_isp_flags()
2620 ha->device_type |= DT_T10_PI; in qla2x00_set_isp_flags()
2631 ha->device_type |= DT_T10_PI; in qla2x00_set_isp_flags()
2639 ha->device_type |= DT_T10_PI; in qla2x00_set_isp_flags()
2647 ha->device_type |= DT_T10_PI; in qla2x00_set_isp_flags()
2656 ha->device_type |= DT_T10_PI; in qla2x00_set_isp_flags()
2665 ha->device_type |= DT_T10_PI; in qla2x00_set_isp_flags()
Dqla_def.h3804 #define DT_T10_PI BIT_25 macro
3867 #define IS_T10_PI_CAPABLE(ha) ((ha)->device_type & DT_T10_PI)