OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sc_nmac
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/dev/ic/
bwi.c
975
for (i = 0; i < sc->
sc_nmac
; ++i) {
1136
for (i = 0; i < sc->
sc_nmac
; ++i)
2700
KASSERT(sc->
sc_nmac
<= BWI_MAC_MAX && sc->
sc_nmac
>= 0);
2702
if (sc->
sc_nmac
== BWI_MAC_MAX) {
2710
if (sc->
sc_nmac
!= 0 &&
2713
"ignore %dth MAC\n", sc->
sc_nmac
);
2717
mac = &sc->sc_mac[sc->
sc_nmac
];
2722
sc->
sc_nmac
);
2740
sc->
sc_nmac
++
[
all
...]
bwivar.h
608
int
sc_nmac
;
member in struct:bwi_softc
Completed in 14 milliseconds
Indexes created Sat Oct 18 17:09:52 GMT 2025