OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sc_ctrl_len
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/dev/usb/
if_umbreg.h
361
int
sc_ctrl_len
;
member in struct:umb_softc
if_umb.c
375
sc->
sc_ctrl_len
= UGETW(md->wMaxControlMessage);
377
if (sc->
sc_ctrl_len
< MBIM_CTRLMSG_MINLEN ||
378
sc->
sc_ctrl_len
> MBIM_CTRLMSG_MAXLEN) {
381
sc->
sc_ctrl_len
, MBIM_CTRLMSG_MINLEN,
387
DEVNAM(sc), sc->
sc_ctrl_len
, sc->sc_maxpktlen,
509
sc->sc_resp_buf = kmem_alloc(sc->
sc_ctrl_len
, KM_SLEEP);
510
sc->sc_ctrl_msg = kmem_alloc(sc->
sc_ctrl_len
, KM_SLEEP);
602
kmem_free(sc->sc_ctrl_msg, sc->
sc_ctrl_len
);
606
kmem_free(sc->sc_resp_buf, sc->
sc_ctrl_len
);
1176
len = sc->
sc_ctrl_len
;
[
all
...]
Completed in 45 milliseconds
Indexes created Thu Oct 02 14:10:14 GMT 2025