Home
last modified time | relevance | path

Searched refs:IS_QLAFX00 (Results 1 – 9 of 9) sorted by relevance

/openbmc/linux/drivers/scsi/qla2xxx/
H A Dqla_os.c516 if (IS_QLAFX00(ha)) { in qla2x00_free_req_que()
534 if (IS_QLAFX00(ha)) { in qla2x00_free_rsp_que()
1755 if (IS_QLAFX00(ha)) in qla2x00_loop_reset()
3154 } else if (IS_QLAFX00(ha)) { in qla2x00_probe_one()
3308 if (!IS_QLAFX00(ha) && !IS_FWI2_CAPABLE(ha) && in qla2x00_probe_one()
3367 if (IS_QLAFX00(ha)) { in qla2x00_probe_one()
3387 if (IS_QLAFX00(ha)) { in qla2x00_probe_one()
3447 if (IS_QLAFX00(ha)) in qla2x00_probe_one()
3565 if (IS_QLAFX00(ha)) { in qla2x00_probe_one()
3592 if (IS_QLAFX00(ha)) { in qla2x00_probe_one()
[all …]
H A Dqla_attr.c1097 if (IS_QLAFX00(vha->hw)) { in qla2x00_serial_num_show()
1126 if (IS_QLAFX00(vha->hw)) in qla2x00_isp_id_show()
1651 if (IS_QLAFX00(vha->hw)) { in qla2x00_fw_state_show()
2568 if (IS_QLAFX00(vha->hw)) { in qla2x00_get_host_speed()
2819 if (IS_QLAFX00(vha->hw)) in qla2x00_issue_lip()
2845 if (IS_QLAFX00(vha->hw)) in qla2x00_get_fc_host_stats()
H A Dqla_inline.h258 if (IS_QLAFX00(ha)) in qla2x00_gid_list_size()
H A Dqla_iocb.c139 put_unaligned_le32(IS_QLAFX00(vha->hw) ? CONTINUE_A64_TYPE_FX00 : in qla2x00_prep_cont_type1_iocb()
481 } else if (IS_QLAFX00(ha)) { in qla2x00_start_iocbs()
2312 else if (IS_QLAFX00(ha)) in __qla2x00_alloc_iocbs()
2350 if (IS_QLAFX00(ha)) { in __qla2x00_alloc_iocbs()
2631 if (IS_QLAFX00(sp->vha->hw) && sp->type == SRB_FXIOCB_DCMD) in qla2x00_init_async_sp()
3982 IS_QLAFX00(ha) ? in qla2x00_start_sp()
3994 IS_QLAFX00(ha) ? in qla2x00_start_sp()
H A Dqla_init.c94 if (IS_QLAFX00(ha)) { in qla2x00_get_async_timeout()
2224 if (!test_bit(UNLOADING, &vha->dpc_flags) && !IS_QLAFX00(vha->hw)) { in __qla2x00_async_tm_cmd()
4810 if (IS_QLAFX00(ha)) in qla2x00_init_rings()
4825 if (IS_QLAFX00(ha)) { in qla2x00_init_rings()
4900 if (IS_QLAFX00(vha->hw)) in qla2x00_fw_ready()
6979 if (!IS_QLAFX00(vha->hw)) { in qla2x00_loop_resync()
6992 if (IS_QLAFX00(vha->hw)) in qla2x00_loop_resync()
H A Dqla_isr.c4679 !IS_QLAFX00(ha) && !IS_QLA27XX(ha) && !IS_QLA28XX(ha))) in qla2x00_request_irqs()
4717 !IS_QLA8001(ha) && !IS_P3P_TYPE(ha) && !IS_QLAFX00(ha) && in qla2x00_request_irqs()
4752 if (IS_FWI2_CAPABLE(ha) || IS_QLAFX00(ha)) in qla2x00_request_irqs()
H A Dqla_gs.c853 if (IS_QLAFX00(ha)) in qla2x00_get_sym_node_name()
1549 if (IS_QLA25XX(ha) || IS_QLAFX00(ha)) in qla25xx_fdmi_port_speed_capability()
2457 IS_QLAFX00(ha)) in qla2x00_fdmi_register()
H A Dqla_mr.c2388 if (IS_FWI2_CAPABLE(ha) || IS_QLAFX00(ha)) in qlafx00_status_entry()
2394 if ((IS_FWI2_CAPABLE(ha) || IS_QLAFX00(ha)) in qlafx00_status_entry()
H A Dqla_def.h4330 #define IS_QLAFX00(ha) (DT_MASK(ha) & DT_ISPFX00) macro