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

  /src/sys/dev/mscp/
mscpvar.h 218 int mi_mxiuse; /* Bitfield of inuse mxi packets */ member in struct:mscp_softc
mscp_subr.c 235 mi->mi_mxiuse |= (1 << i);
579 if ((next = (ffs(mi->mi_mxiuse) - 1)) < 0)
581 mi->mi_mxiuse &= ~(1 << next);
mscp.c 427 mi->mi_mxiuse |= (1 << mp->mscp_cmdref);

Completed in 52 milliseconds