Searched refs:nlp (Results 1 – 5 of 5) sorted by relevance
107 static __inline__ void isdn_net_add_to_bundle(isdn_net_dev *nd, isdn_net_local *nlp) in isdn_net_add_to_bundle() argument117 nlp->last = lp->last; in isdn_net_add_to_bundle()118 lp->last->next = nlp; in isdn_net_add_to_bundle()119 lp->last = nlp; in isdn_net_add_to_bundle()120 nlp->next = lp; in isdn_net_add_to_bundle()121 nd->queue = nlp; in isdn_net_add_to_bundle()
1975 isdn_net_local *lp, *nlp; in isdn_ppp_bundle() local1988 nlp = is->lp; in isdn_ppp_bundle()1990 if (nlp->ppp_slot < 0 || nlp->ppp_slot >= ISDN_MAX_CHANNELS || in isdn_ppp_bundle()1993 nlp->ppp_slot < 0 || nlp->ppp_slot >= ISDN_MAX_CHANNELS ? in isdn_ppp_bundle()1994 nlp->ppp_slot : lp->ppp_slot); in isdn_ppp_bundle()1999 isdn_net_add_to_bundle(p, nlp); in isdn_ppp_bundle()2001 ippp_table[nlp->ppp_slot]->unit = ippp_table[lp->ppp_slot]->unit; in isdn_ppp_bundle()2004 ippp_table[nlp->ppp_slot]->pppcfg |= ippp_table[lp->ppp_slot]->pppcfg & in isdn_ppp_bundle()2006 ippp_table[nlp->ppp_slot]->mpppcfg |= ippp_table[lp->ppp_slot]->mpppcfg & in isdn_ppp_bundle()2008 rc = isdn_ppp_mp_init(nlp, p->pb); in isdn_ppp_bundle()[all …]
116 isdn_net_local *nlp; in isdn_net_device_busy() local129 nlp = lp->next; in isdn_net_device_busy()130 while (nlp != lp) { in isdn_net_device_busy()131 if (!isdn_net_lp_busy(nlp)) { in isdn_net_device_busy()135 nlp = nlp->next; in isdn_net_device_busy()
3095 lpfc_cancel_retry_delay_tmo(struct lpfc_vport *vport, struct lpfc_nodelist *nlp) in lpfc_cancel_retry_delay_tmo() argument3100 if (!(nlp->nlp_flag & NLP_DELAY_TMO)) in lpfc_cancel_retry_delay_tmo()3103 nlp->nlp_flag &= ~NLP_DELAY_TMO; in lpfc_cancel_retry_delay_tmo()3105 del_timer_sync(&nlp->nlp_delayfunc); in lpfc_cancel_retry_delay_tmo()3106 nlp->nlp_last_elscmd = 0; in lpfc_cancel_retry_delay_tmo()3107 if (!list_empty(&nlp->els_retry_evt.evt_listp)) { in lpfc_cancel_retry_delay_tmo()3108 list_del_init(&nlp->els_retry_evt.evt_listp); in lpfc_cancel_retry_delay_tmo()3110 evtp = &nlp->els_retry_evt; in lpfc_cancel_retry_delay_tmo()3113 if (nlp->nlp_flag & NLP_NPR_2B_DISC) { in lpfc_cancel_retry_delay_tmo()3115 nlp->nlp_flag &= ~NLP_NPR_2B_DISC; in lpfc_cancel_retry_delay_tmo()
372 * Fixed potential discovery bug, nlp list corrutpion fix potential1824 * Removed memory pool for nlp/bind buffers and use kmalloc/kfree