Searched refs:mi_mxiuse (Results 1 - 3 of 3) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/dev/mscp/
H A Dmscpvar.h215 int mi_mxiuse; /* Bitfield of inuse mxi packets */ member in struct:mscp_softc
H A Dmscp_subr.c240 mi->mi_mxiuse |= (1 << i);
584 if ((next = (ffs(mi->mi_mxiuse) - 1)) < 0)
586 mi->mi_mxiuse &= ~(1 << next);
H A Dmscp.c426 mi->mi_mxiuse |= (1 << mp->mscp_cmdref);

Completed in 100 milliseconds