Searched refs:nl1 (Results 1 – 1 of 1) sorted by relevance
384 struct layer1 *nl1; in create_l1() local386 nl1 = kzalloc(sizeof(struct layer1), GFP_ATOMIC); in create_l1()387 if (!nl1) { in create_l1()391 nl1->l1m.fsm = &l1fsm_s; in create_l1()392 nl1->l1m.state = ST_L1_F3; in create_l1()393 nl1->Flags = 0; in create_l1()394 nl1->t3_value = TIMER3_DEFAULT_VALUE; in create_l1()395 nl1->l1m.debug = *debug & DEBUG_L1_FSM; in create_l1()396 nl1->l1m.userdata = nl1; in create_l1()397 nl1->l1m.userint = 0; in create_l1()[all …]