Home
last modified time | relevance | path

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

/drivers/scsi/qla2xxx/
Dqla_def.h2961 #define IS_QLA8001(ha) (DT_MASK(ha) & DT_ISP8001) macro
2962 #define IS_QLA81XX(ha) (IS_QLA8001(ha))
Dqla_isr.c2952 !IS_QLA8001(ha) && !IS_QLA82XX(ha) && !IS_QLAFX00(ha)) in qla2x00_request_irqs()