Home
last modified time | relevance | path

Searched refs:nch (Results 1 – 2 of 2) sorted by relevance

/linux-2.4.37.9/drivers/net/
Dppp_generic.c1138 int nch, len, fragsize; in ppp_mp_explode() local
1147 nch = 0; in ppp_mp_explode()
1152 nch += pch->avail = (skb_queue_len(&pch->file.xq) == 0); in ppp_mp_explode()
1167 if (nch == 0) in ppp_mp_explode()
1180 if (nch > 1) { in ppp_mp_explode()
1182 if (nch > maxch) in ppp_mp_explode()
1183 nch = maxch; in ppp_mp_explode()
1184 fragsize = ROUNDUP(fragsize, nch); in ppp_mp_explode()
1216 if (--nch == 0) in ppp_mp_explode()
/linux-2.4.37.9/drivers/char/rio/
Driointr.c165 char *firstchars (char *p, int nch) in firstchars() argument
170 memcpy (buf[t], p, nch); in firstchars()
171 buf[t][nch] = 0; in firstchars()