Searched refs:FLG_L1_ACTIVATED (Results 1 – 4 of 4) sorted by relevance
19 #define FLG_L1_ACTIVATED 2 macro
185 if (!test_bit(FLG_L1_ACTIVATED, &l1->Flags)) { in l1_info4_ind()216 test_and_set_bit(FLG_L1_ACTIVATED, &l1->Flags); in l1_timer_act()226 test_and_clear_bit(FLG_L1_ACTIVATED, &l1->Flags); in l1_timer_deact()352 if (test_bit(FLG_L1_ACTIVATED, &l1->Flags)) in l1_event()
537 if (!test_bit(FLG_L1_ACTIVATED, &st->l1.Flags)) { in l1_info4_ind()569 test_and_set_bit(FLG_L1_ACTIVATED, &st->l1.Flags); in l1_timer_act()579 test_and_clear_bit(FLG_L1_ACTIVATED, &st->l1.Flags); in l1_timer_deact()815 if (test_bit(FLG_L1_ACTIVATED, &st->l1.Flags)) in dch_l2l1()
204 #define FLG_L1_ACTIVATED 2 macro