Lines Matching refs:nl1
375 struct layer1 *nl1; in create_l1() local
377 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()
389 nl1->l1m.printdebug = l1m_debug; in create_l1()
390 nl1->dch = dch; in create_l1()
391 nl1->dcb = dcb; in create_l1()
392 mISDN_FsmInitTimer(&nl1->l1m, &nl1->timer3); in create_l1()
393 mISDN_FsmInitTimer(&nl1->l1m, &nl1->timerX); in create_l1()
395 dch->l1 = nl1; in create_l1()