OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:sc_camidx
(Results
1 - 1
of
1
) sorted by relevancy
/src/sys/dev/pci/
if_vge.c
207
int
sc_camidx
;
member in struct:vge_softc
571
sc->
sc_camidx
= 0;
581
if (sc->
sc_camidx
== VGE_CAM_MAXADDRS)
589
CSR_WRITE_1(sc, VGE_CAMADDR, VGE_CAMADDR_ENABLE | sc->
sc_camidx
);
617
CSR_SETBIT_1(sc, VGE_CAM0 + (sc->
sc_camidx
/ 8),
618
1 << (sc->
sc_camidx
& 7));
620
sc->
sc_camidx
++;
Completed in 13 milliseconds
Indexes created Mon Oct 27 08:10:08 GMT 2025