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

  /src/sys/dev/mscp/
mscpvar.h 237 struct bufq_state *mi_resq; /* While waiting for packets */ member in struct:mscp_softc
mscp_subr.c 228 bufq_alloc(&mi->mi_resq, "fcfs", 0);
519 if (bufq_peek(mi->mi_resq))
550 bufq_put(mi->mi_resq, bp);
563 while ((bp = bufq_peek(mi->mi_resq)) != NULL) {
597 (void)bufq_get(mi->mi_resq);

Completed in 15 milliseconds