Searched refs:nl1 (Results 1 – 1 of 1) sorted by relevance
375 struct layer1 *nl1; in create_l1() local377 nl1 = kzalloc(sizeof(struct layer1), GFP_ATOMIC); in create_l1()378 if (!nl1) { in create_l1()382 nl1->l1m.fsm = &l1fsm_s; in create_l1()383 nl1->l1m.state = ST_L1_F3; in create_l1()384 nl1->Flags = 0; in create_l1()385 nl1->t3_value = TIMER3_DEFAULT_VALUE; in create_l1()386 nl1->l1m.debug = *debug & DEBUG_L1_FSM; in create_l1()387 nl1->l1m.userdata = nl1; in create_l1()388 nl1->l1m.userint = 0; in create_l1()[all …]