OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:unp_txstopped
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/dev/usb/
usbnet.c
83
bool
unp_txstopped
;
member in struct:usbnet_private
421
if (unp->
unp_txstopped
|| usbnet_isdying(un)) {
507
KASSERT(!unp->
unp_txstopped
);
595
unp->unp_number, unp->
unp_txstopped
, 0, 0);
598
if (!unp->
unp_txstopped
)
881
KASSERT(unp->
unp_txstopped
);
882
unp->
unp_txstopped
= false;
1163
unp->
unp_txstopped
= true;
1477
unp->
unp_txstopped
= true;
1676
unp->
unp_txstopped
= true
[
all
...]
usbnet.c
83
bool
unp_txstopped
;
member in struct:usbnet_private
421
if (unp->
unp_txstopped
|| usbnet_isdying(un)) {
507
KASSERT(!unp->
unp_txstopped
);
595
unp->unp_number, unp->
unp_txstopped
, 0, 0);
598
if (!unp->
unp_txstopped
)
881
KASSERT(unp->
unp_txstopped
);
882
unp->
unp_txstopped
= false;
1163
unp->
unp_txstopped
= true;
1477
unp->
unp_txstopped
= true;
1676
unp->
unp_txstopped
= true
[
all
...]
Completed in 24 milliseconds
Indexes created Mon Sep 29 03:10:08 GMT 2025