Searched refs:Zspace (Results 1 – 1 of 1) sorted by relevance
1949 int Zspace, z1, z2; /* must be int for calculation */ in hfcmulti_tx() local2044 Zspace = z2 - z1; in hfcmulti_tx()2045 if (Zspace <= 0) in hfcmulti_tx()2046 Zspace += hc->Zlen; in hfcmulti_tx()2047 Zspace -= 4; /* keep not too full, so pointers will not overrun */ in hfcmulti_tx()2050 Zspace = Zspace - hc->Zlen + hc->max_trans; in hfcmulti_tx()2051 if (Zspace <= 0) /* no space of 4 bytes */ in hfcmulti_tx()2099 Zspace -= (poll >> 1); in hfcmulti_tx()2143 if (ii - i > Zspace) in hfcmulti_tx()2144 ii = Zspace + i; in hfcmulti_tx()[all …]