Home
last modified time | relevance | path

Searched refs:FCOE_CTX_RESET_NEEDED (Results 1 – 7 of 7) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/scsi/qla2xxx/
H A Dqla_isr.c1687 set_bit(FCOE_CTX_RESET_NEEDED, &vha->dpc_flags); in qla2x00_process_completed_request()
1704 set_bit(FCOE_CTX_RESET_NEEDED, &vha->dpc_flags); in qla2x00_process_completed_request()
1725 set_bit(FCOE_CTX_RESET_NEEDED, &vha->dpc_flags); in qla2x00_get_sp_from_handle()
1855 set_bit(FCOE_CTX_RESET_NEEDED, &vha->dpc_flags); in qla24xx_mbx_iocb_entry()
2196 set_bit(FCOE_CTX_RESET_NEEDED, &vha->dpc_flags); in qla24xx_logio_entry()
2908 set_bit(FCOE_CTX_RESET_NEEDED, &vha->dpc_flags); in qla2x00_status_entry()
H A Dqla_os.c6710 if (test_and_clear_bit(FCOE_CTX_RESET_NEEDED, in qla2x00_do_dpc()
7095 !(test_bit(FCOE_CTX_RESET_NEEDED, &vha->dpc_flags)) in qla2x00_timer()
7133 set_bit(FCOE_CTX_RESET_NEEDED, in qla2x00_timer()
7153 set_bit(FCOE_CTX_RESET_NEEDED, in qla2x00_timer()
7223 test_bit(FCOE_CTX_RESET_NEEDED, &vha->dpc_flags) || in qla2x00_timer()
7242 test_bit(FCOE_CTX_RESET_NEEDED, &vha->dpc_flags), in qla2x00_timer()
H A Dqla_nx2.c2130 test_bit(FCOE_CTX_RESET_NEEDED, &vha->dpc_flags))) { in qla8044_watchdog()
2184 set_bit(FCOE_CTX_RESET_NEEDED, in qla8044_watchdog()
H A Dqla_nx.c3584 while ((test_bit(FCOE_CTX_RESET_NEEDED, &vha->dpc_flags) || in qla2x00_wait_for_fcoe_ctx_reset()
3591 if (!test_bit(FCOE_CTX_RESET_NEEDED, &vha->dpc_flags) && in qla2x00_wait_for_fcoe_ctx_reset()
H A Dqla_attr.c777 set_bit(FCOE_CTX_RESET_NEEDED, &vha->dpc_flags); in qla2x00_sysfs_write_reset()
H A Dqla_target.c3754 set_bit(FCOE_CTX_RESET_NEEDED, &vha->dpc_flags); in qlt_chk_exch_leak_thresh_hold()
5974 set_bit(FCOE_CTX_RESET_NEEDED, in qlt_async_event()
H A Dqla_def.h4700 #define FCOE_CTX_RESET_NEEDED 18 /* Initiate FCoE context reset */ macro