Searched refs:pvc_p (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/net/wan/
H A Dhdlc_fr.c185 struct pvc_device *pvc, **pvc_p = &state(hdlc)->first_pvc; local
187 while (*pvc_p) {
188 if ((*pvc_p)->dlci == dlci)
189 return *pvc_p;
190 if ((*pvc_p)->dlci > dlci)
192 pvc_p = &(*pvc_p)->next;
204 pvc->next = *pvc_p; /* Put it in the chain */
205 *pvc_p = pvc;
235 struct pvc_device **pvc_p local
[all...]

Completed in 208 milliseconds