OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:sc_ur_framelen
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/dev/usb/
udsir.c
74
u_int
sc_ur_framelen
;
member in struct:udsir_softc
114
#define UDSIR_BLOCK_RX_DATA(sc) ((sc)->
sc_ur_framelen
!= 0)
282
wakeup(&sc->
sc_ur_framelen
);
364
sc->
sc_ur_framelen
= 0;
482
while (sc->
sc_ur_framelen
== 0) {
484
error = tsleep(&sc->
sc_ur_framelen
, PZERO | PCATCH,
497
uframelen = sc->
sc_ur_framelen
;
504
sc->
sc_ur_framelen
= 0;
653
if (sc->
sc_ur_framelen
!= 0) {
785
kn->kn_data = sc->
sc_ur_framelen
;
[
all
...]
ustir.c
105
u_int
sc_ur_framelen
;
member in struct:ustir_softc
145
#define USTIR_BLOCK_RX_DATA(sc) ((sc)->
sc_ur_framelen
!= 0)
364
wakeup(&sc->
sc_ur_framelen
);
413
sc->
sc_ur_framelen
= sc->sc_framestate.bufindex;
414
wakeup(&sc->
sc_ur_framelen
); /* XXX should use flag */
738
sc->
sc_ur_framelen
= 0;
860
while (sc->
sc_ur_framelen
== 0) {
862
error = tsleep(&sc->
sc_ur_framelen
, PZERO | PCATCH,
875
uframelen = sc->
sc_ur_framelen
;
882
sc->
sc_ur_framelen
= 0
[
all
...]
Completed in 14 milliseconds
Indexes created Sun Oct 12 09:09:55 GMT 2025