OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
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
Indexes created Wed Oct 22 13:09:56 GMT 2025