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

/linux-master/drivers/isdn/hardware/mISDN/
H A Dhfcmulti.c1904 int Zspace, z1, z2; /* must be int for calculation */ local
1999 Zspace = z2 - z1;
2000 if (Zspace <= 0)
2001 Zspace += hc->Zlen;
2002 Zspace -= 4; /* keep not too full, so pointers will not overrun */
2005 Zspace = Zspace - hc->Zlen + hc->max_trans;
2006 if (Zspace <= 0) /* no space of 4 bytes */
2054 Zspace -= (poll >> 1);
2098 if (ii - i > Zspace)
[all...]

Completed in 119 milliseconds