Searched refs:Zspace (Results 1 – 1 of 1) sorted by relevance
1935 int Zspace, z1, z2; /* must be int for calculation */ in hfcmulti_tx() local2030 Zspace = z2 - z1; in hfcmulti_tx()2031 if (Zspace <= 0) in hfcmulti_tx()2032 Zspace += hc->Zlen; in hfcmulti_tx()2033 Zspace -= 4; /* keep not too full, so pointers will not overrun */ in hfcmulti_tx()2036 Zspace = Zspace - hc->Zlen + hc->max_trans; in hfcmulti_tx()2037 if (Zspace <= 0) /* no space of 4 bytes */ in hfcmulti_tx()2085 Zspace -= (poll >> 1); in hfcmulti_tx()2129 if (ii - i > Zspace) in hfcmulti_tx()2130 ii = Zspace + i; in hfcmulti_tx()[all …]