Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/scsi/qla2xxx/
Dqla_nx.c3807 while ((test_bit(FCOE_CTX_RESET_NEEDED, &vha->dpc_flags) || in qla2x00_wait_for_fcoe_ctx_reset()
3814 if (!test_bit(FCOE_CTX_RESET_NEEDED, &vha->dpc_flags) && in qla2x00_wait_for_fcoe_ctx_reset()
Dqla_os.c3330 if (test_and_clear_bit(FCOE_CTX_RESET_NEEDED, in qla2x00_do_dpc()
3696 test_bit(FCOE_CTX_RESET_NEEDED, &vha->dpc_flags) || in qla2x00_timer()
Dqla_def.h2870 #define FCOE_CTX_RESET_NEEDED 18 /* Initiate FCoE context reset */ macro
Dqla_attr.c577 set_bit(FCOE_CTX_RESET_NEEDED, &vha->dpc_flags); in qla2x00_sysfs_write_reset()