Home
last modified time | relevance | path

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

/netbsd/sys/dev/mscp/
H A Dmscp_subr.c235 mi->mi_mxiuse |= (1 << i); in mscp_attach()
579 if ((next = (ffs(mi->mi_mxiuse) - 1)) < 0) in mscp_kickaway()
581 mi->mi_mxiuse &= ~(1 << next); in mscp_kickaway()
H A Dmscpvar.h215 int mi_mxiuse; /* Bitfield of inuse mxi packets */ member
H A Dmscp.c426 mi->mi_mxiuse |= (1 << mp->mscp_cmdref); in mscp_dorsp()