OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sc_uc
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/dev/pci/
if_iwmvar.h
433
struct iwm_ucode_status
sc_uc
;
member in struct:iwm_softc
if_iwm.c
3791
sc->
sc_uc
.uc_intr = 0;
3801
for (w = 0; !sc->
sc_uc
.uc_intr && w < 10; w++)
3802
err = tsleep(&sc->
sc_uc
, 0, "iwmuc", mstohz(100));
3803
if (err || !sc->
sc_uc
.uc_ok) {
3806
err, sc->
sc_uc
.uc_ok);
8212
base = sc->
sc_uc
.uc_error_event_table;
8277
if (sc->
sc_uc
.uc_umac_error_event_table)
8287
base = sc->
sc_uc
.uc_umac_error_event_table;
8415
sc->
sc_uc
.uc_error_event_table
8417
sc->
sc_uc
.uc_log_event_tabl
[
all
...]
Completed in 24 milliseconds
Indexes created Sun Feb 22 08:20:21 UTC 2026