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

/linux-master/drivers/isdn/hardware/mISDN/
H A Dhfcmulti.c2150 int Zsize, z1, z2 = 0; /* = 0, to make GCC happy */ local
2207 Zsize = z1 - z2;
2210 Zsize++;
2211 if (Zsize < 0)
2212 Zsize += hc->Zlen;
2214 if (Zsize <= 0)
2218 maxlen = bchannel_get_rxbuf(bch, Zsize);
2221 hc->id + 1, bch->nr, Zsize);
2248 Zsize, z1, z2, (f1 == f2) ? "fragment" : "COMPLETE",
2249 f1, f2, Zsize
[all...]

Completed in 140 milliseconds