Searched refs:ISP_ABORT_RETRY (Results 1 – 8 of 8) sorted by relevance
/linux-6.1.9/drivers/scsi/qla2xxx/ |
D | qla_inline.h | 167 test_bit(ISP_ABORT_RETRY, &base_vha->dpc_flags) || in qla2x00_reset_active()
|
D | qla_mr.c | 230 !test_bit(ISP_ABORT_RETRY, &vha->dpc_flags)) { in qlafx00_mailbox_command() 247 !test_bit(ISP_ABORT_RETRY, &vha->dpc_flags)) { in qlafx00_mailbox_command() 1632 clear_bit(ISP_ABORT_RETRY, &vha->dpc_flags); in qlafx00_abort_isp()
|
D | qla_init.c | 6677 clear_bit(ISP_ABORT_RETRY, &vha->dpc_flags); in qla2x00_loop_resync() 7276 clear_bit(ISP_ABORT_RETRY, &vha->dpc_flags); in qla2x00_abort_isp() 7290 clear_bit(ISP_ABORT_RETRY, &vha->dpc_flags); in qla2x00_abort_isp() 7340 clear_bit(ISP_ABORT_RETRY, &vha->dpc_flags); in qla2x00_abort_isp() 7371 if (test_bit(ISP_ABORT_RETRY, &vha->dpc_flags)) { in qla2x00_abort_isp() 7382 clear_bit(ISP_ABORT_RETRY, in qla2x00_abort_isp() 7397 set_bit(ISP_ABORT_RETRY, &vha->dpc_flags); in qla2x00_abort_isp() 9137 clear_bit(ISP_ABORT_RETRY, &vha->dpc_flags); in qla82xx_restart_isp()
|
D | qla_nx.c | 3490 if (test_bit(ISP_ABORT_RETRY, &vha->dpc_flags)) { in qla82xx_abort_isp() 3501 clear_bit(ISP_ABORT_RETRY, in qla82xx_abort_isp() 3516 set_bit(ISP_ABORT_RETRY, &vha->dpc_flags); in qla82xx_abort_isp()
|
D | qla_mbx.c | 169 test_bit(ISP_ABORT_RETRY, &base_vha->dpc_flags) || in qla2x00_mailbox_command() 507 !test_bit(ISP_ABORT_RETRY, &vha->dpc_flags)) { in qla2x00_mailbox_command() 533 !test_bit(ISP_ABORT_RETRY, &vha->dpc_flags)) { in qla2x00_mailbox_command()
|
D | qla_bsg.c | 1828 test_bit(ISP_ABORT_RETRY, &vha->dpc_flags)) { in qla24xx_process_bidir_cmd()
|
D | qla_os.c | 1129 test_bit(ISP_ABORT_RETRY, &base_vha->dpc_flags) || in qla2x00_wait_for_hba_online() 1233 test_bit(ISP_ABORT_RETRY, &base_vha->dpc_flags) || in qla2x00_wait_for_chip_reset()
|
D | qla_def.h | 4872 #define ISP_ABORT_RETRY 10 /* ISP aborted. */ macro
|