HomeSort by: relevance | last modified time | path
    Searched defs:crx (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/vax/boot/boot/
if_de.c 77 static int crx, ctx; variable in typeref:typename:int
145 crx = ctx = 0;
193 if (dc->dc_rrent[crx].r_flags & RFLG_OWN)
196 if (dc->dc_rrent[crx].r_flags & RFLG_ERRS)
199 len = dc->dc_rrent[crx].r_lenerr & RERR_MLEN;
204 memcpy(pkt, (char *)&dc->dc_rbuf[crx][0], len);
206 dc->dc_rrent[crx].r_flags = RFLG_OWN;
207 dc->dc_rrent[crx].r_lenerr = 0;
209 printf("Got packet: len %d idx %d maxlen %ld\n", len, crx, maxlen);
211 if (++crx == NRCV
    [all...]
if_de.c 77 static int crx, ctx; variable in typeref:typename:int
145 crx = ctx = 0;
193 if (dc->dc_rrent[crx].r_flags & RFLG_OWN)
196 if (dc->dc_rrent[crx].r_flags & RFLG_ERRS)
199 len = dc->dc_rrent[crx].r_lenerr & RERR_MLEN;
204 memcpy(pkt, (char *)&dc->dc_rbuf[crx][0], len);
206 dc->dc_rrent[crx].r_flags = RFLG_OWN;
207 dc->dc_rrent[crx].r_lenerr = 0;
209 printf("Got packet: len %d idx %d maxlen %ld\n", len, crx, maxlen);
211 if (++crx == NRCV
    [all...]

Completed in 23 milliseconds