Searched refs:isp_type (Results 1 - 2 of 2) sorted by relevance

/linux-master/drivers/scsi/qla2xxx/
H A Dqla_os.c2652 ha->isp_type |= DT_ISP2100;
2657 ha->isp_type |= DT_ISP2200;
2662 ha->isp_type |= DT_ISP2300;
2667 ha->isp_type |= DT_ISP2312;
2672 ha->isp_type |= DT_ISP2322;
2680 ha->isp_type |= DT_ISP6312;
2684 ha->isp_type |= DT_ISP6322;
2688 ha->isp_type |= DT_ISP2422;
2695 ha->isp_type |= DT_ISP2432;
2702 ha->isp_type |
[all...]
H A Dqla_def.h4259 uint32_t isp_type; member in struct:qla_hw_data
4298 #define DT_MASK(ha) ((ha)->isp_type & (DT_ISP_LAST - 1))

Completed in 187 milliseconds