Lines Matching refs:nl1
384 struct layer1 *nl1; in create_l1() local
386 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()
398 nl1->l1m.printdebug = l1m_debug; in create_l1()
399 nl1->dch = dch; in create_l1()
400 nl1->dcb = dcb; in create_l1()
401 mISDN_FsmInitTimer(&nl1->l1m, &nl1->timer3); in create_l1()
402 mISDN_FsmInitTimer(&nl1->l1m, &nl1->timerX); in create_l1()
404 dch->l1 = nl1; in create_l1()