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()
1965 isdn_net_local *lp, *nlp; in isdn_ppp_bundle() local1978 nlp = is->lp; in isdn_ppp_bundle()1980 if (nlp->ppp_slot < 0 || nlp->ppp_slot >= ISDN_MAX_CHANNELS || in isdn_ppp_bundle()1983 nlp->ppp_slot < 0 || nlp->ppp_slot >= ISDN_MAX_CHANNELS ? in isdn_ppp_bundle()1984 nlp->ppp_slot : lp->ppp_slot); in isdn_ppp_bundle()1989 isdn_net_add_to_bundle(p, nlp); in isdn_ppp_bundle()1991 ippp_table[nlp->ppp_slot]->unit = ippp_table[lp->ppp_slot]->unit; in isdn_ppp_bundle()1994 ippp_table[nlp->ppp_slot]->pppcfg |= ippp_table[lp->ppp_slot]->pppcfg & in isdn_ppp_bundle()1996 ippp_table[nlp->ppp_slot]->mpppcfg |= ippp_table[lp->ppp_slot]->mpppcfg & in isdn_ppp_bundle()1998 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()
2911 lpfc_cancel_retry_delay_tmo(struct lpfc_vport *vport, struct lpfc_nodelist *nlp) in lpfc_cancel_retry_delay_tmo() argument2916 if (!(nlp->nlp_flag & NLP_DELAY_TMO)) in lpfc_cancel_retry_delay_tmo()2919 nlp->nlp_flag &= ~NLP_DELAY_TMO; in lpfc_cancel_retry_delay_tmo()2921 del_timer_sync(&nlp->nlp_delayfunc); in lpfc_cancel_retry_delay_tmo()2922 nlp->nlp_last_elscmd = 0; in lpfc_cancel_retry_delay_tmo()2923 if (!list_empty(&nlp->els_retry_evt.evt_listp)) { in lpfc_cancel_retry_delay_tmo()2924 list_del_init(&nlp->els_retry_evt.evt_listp); in lpfc_cancel_retry_delay_tmo()2926 evtp = &nlp->els_retry_evt; in lpfc_cancel_retry_delay_tmo()2929 if (nlp->nlp_flag & NLP_NPR_2B_DISC) { in lpfc_cancel_retry_delay_tmo()2931 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