Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:eth_drv_sc
(Results
1 - 7
of
7
) sorted by relevance
/third_party/FreeBSD/sys/dev/usb/net/
H
A
D
usb_ethernet.c
164
struct
eth_drv_sc
*drv_sc;
in if_alloc()
171
drv_sc = (struct
eth_drv_sc
*)zalloc(sizeof(struct
eth_drv_sc
));
in if_alloc()
192
struct
eth_drv_sc
*drv_sc;
in if_free()
197
drv_sc = (struct
eth_drv_sc
*)sc->driver_context;
in if_free()
212
struct
eth_drv_sc
*drv_sc = (struct
eth_drv_sc
*)sc->driver_context;
in ue_recv()
285
struct
eth_drv_sc
*drv_sc;
in ue_attach_post_task()
295
device_printf(ue->ue_dev, "could not allocate
eth_drv_sc
\n");
in ue_attach_post_task()
299
drv_sc = (struct
eth_drv_sc
*)s
in ue_attach_post_task()
[all...]
H
A
D
usb_eth_drv.c
64
struct
eth_drv_sc
*drv_sc = (struct
eth_drv_sc
*)sc->driver_context;
in eth_drv_init()
117
eth_drv_tx_done(struct
eth_drv_sc
*sc, unsigned int key, int status)
in eth_drv_tx_done()
132
struct
eth_drv_sc
*drv_sc = (struct
eth_drv_sc
*)sc->driver_context;
in eth_drv_recv()
168
struct
eth_drv_sc
*drv_sc = (struct
eth_drv_sc
*)sc->driver_context;
in eth_drv_send()
H
A
D
if_axe.c
659
struct
eth_drv_sc
*drv_sc = (struct
eth_drv_sc
*)ifp->driver_context;
in axe_miibus_statchg()
907
struct
eth_drv_sc
*drv_sc = (struct
eth_drv_sc
*)ifp->driver_context;
in axe_bulk_write_callback()
1007
struct
eth_drv_sc
*drv_sc = (struct
eth_drv_sc
*)ifp->driver_context;
in axe_init()
1096
struct
eth_drv_sc
*drv_sc = (struct
eth_drv_sc
*)ifp->driver_context;
in axe_setpromisc()
1133
struct
eth_drv_sc
*drv_sc = (struct
eth_drv_sc
*)if
in axe_stop()
[all...]
H
A
D
if_axge.c
573
struct
eth_drv_sc
*drv_sc = (struct
eth_drv_sc
*)ifp->driver_context;
in axge_bulk_write_callback()
665
struct
eth_drv_sc
*drv_sc = (struct
eth_drv_sc
*)ifp->driver_context;
in axge_init()
716
struct
eth_drv_sc
*drv_sc = (struct
eth_drv_sc
*)ifp->driver_context;
in axge_stop()
H
A
D
usb_eth_drv.h
61
struct
eth_drv_sc
{
struct
H
A
D
if_urndis.c
346
struct
eth_drv_sc
*drv_sc = (struct
eth_drv_sc
*)ifp->driver_context;
in urndis_init()
364
struct
eth_drv_sc
*drv_sc = (struct
eth_drv_sc
*)ifp->driver_context;
in urndis_stop()
H
A
D
if_cdce.c
776
struct
eth_drv_sc
*drv_sc = (struct
eth_drv_sc
*)ifp->driver_context;
in cdce_init()
806
struct
eth_drv_sc
*drv_sc = (struct
eth_drv_sc
*)ifp->driver_context;
in cdce_stop()
Completed in 9 milliseconds