OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:sc_seq_retries
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/dev/bluetooth/
bcsp.c
113
uint32_t
sc_seq_retries
;
member in struct:bcsp_softc
1198
return (sc->
sc_seq_retries
>= sc->sc_seq_retry_limit);
1239
sc->
sc_seq_retries
= 0;
1262
device_xname(sc->sc_dev), sc->
sc_seq_retries
));
1278
if (++sc->
sc_seq_retries
< sc->sc_seq_retry_limit)
1306
sc->
sc_seq_retries
= 0;
bth5.c
117
uint32_t
sc_seq_retries
;
member in struct:bth5_softc
1285
sc->
sc_seq_retries
= 0;
1308
device_xname(sc->sc_dev), sc->
sc_seq_retries
));
1326
if (++sc->
sc_seq_retries
< sc->sc_seq_retry_limit)
1353
sc->
sc_seq_retries
= 0;
Completed in 13 milliseconds
Indexes created Tue Sep 30 07:10:03 GMT 2025