Home
last modified time | relevance | path

Searched refs:hd_retxqi (Results 1 – 4 of 4) sorted by relevance

/original-bsd/sys/netccitt/
H A Dhd_output.c146 if (hdp->hd_vs == hdp->hd_retxqi) {
149 hdp->hd_retxq[hdp->hd_retxqi] = buf;
150 hdp->hd_retxqi = (hdp->hd_retxqi + 1) % MODULUS;
H A Dhd_var.h41 char hd_retxqi; member
H A Dhd_subr.c136 while (i != hdp->hd_retxqi) {
140 hdp->hd_retxqi = 0;
360 hdp->hd_vs, hdp->hd_vr, hdp->hd_retxqi);
H A Dhd_input.c501 if (hdp->hd_vs != hdp->hd_retxqi)
505 while (hdp->hd_vs != hdp->hd_retxqi)
599 while (hdp->hd_vs != hdp->hd_retxqi)