Searched refs:FCOE_CTX_RESET_NEEDED (Results 1 - 5 of 5) sorted by relevance

/drivers/scsi/qla2xxx/
H A Dqla_isr.c832 set_bit(FCOE_CTX_RESET_NEEDED, &vha->dpc_flags);
849 set_bit(FCOE_CTX_RESET_NEEDED, &vha->dpc_flags);
869 set_bit(FCOE_CTX_RESET_NEEDED, &vha->dpc_flags);
1578 set_bit(FCOE_CTX_RESET_NEEDED, &vha->dpc_flags);
1921 set_bit(FCOE_CTX_RESET_NEEDED, &vha->dpc_flags);
H A Dqla_os.c3694 if (test_and_clear_bit(FCOE_CTX_RESET_NEEDED,
3915 !(test_bit(FCOE_CTX_RESET_NEEDED, &vha->dpc_flags))
3951 set_bit(FCOE_CTX_RESET_NEEDED,
3971 set_bit(FCOE_CTX_RESET_NEEDED,
4004 test_bit(FCOE_CTX_RESET_NEEDED, &vha->dpc_flags) ||
4022 test_bit(FCOE_CTX_RESET_NEEDED, &vha->dpc_flags),
H A Dqla_attr.c613 set_bit(FCOE_CTX_RESET_NEEDED, &vha->dpc_flags);
H A Dqla_nx.c3564 while ((test_bit(FCOE_CTX_RESET_NEEDED, &vha->dpc_flags) ||
3571 if (!test_bit(FCOE_CTX_RESET_NEEDED, &vha->dpc_flags) &&
H A Dqla_def.h2920 #define FCOE_CTX_RESET_NEEDED 18 /* Initiate FCoE context reset */ macro

Completed in 85 milliseconds