CNIC_LCL_FL_RINGS_INITED
if (!test_bit(CNIC_LCL_FL_RINGS_INITED, &cp->cnic_local_flags))
if (test_bit(CNIC_LCL_FL_RINGS_INITED, &cp->cnic_local_flags))
set_bit(CNIC_LCL_FL_RINGS_INITED, &cp->cnic_local_flags);
set_bit(CNIC_LCL_FL_RINGS_INITED, &cp->cnic_local_flags);
if (!test_bit(CNIC_LCL_FL_RINGS_INITED, &cp->cnic_local_flags))
clear_bit(CNIC_LCL_FL_RINGS_INITED, &cp->cnic_local_flags);