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:dev_lec
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/net/atm/
H
A
D
lec.c
126
static struct net_device *
dev_lec
[MAX_LEC_ITF];
variable
696
if (!
dev_lec
[ioc_data.dev_num])
in lec_vcc_attach()
705
lec_vcc_added(netdev_priv(
dev_lec
[ioc_data.dev_num]),
in lec_vcc_attach()
707
vcc->proto_data =
dev_lec
[ioc_data.dev_num];
in lec_vcc_attach()
717
if (!
dev_lec
[arg])
in lec_mcast_attach()
719
vcc->proto_data =
dev_lec
[arg];
in lec_mcast_attach()
720
return lec_mcast_make(netdev_priv(
dev_lec
[arg]), vcc);
in lec_mcast_attach()
734
if (!
dev_lec
[i]) {
in lecd_attach()
738
dev_lec
[i] = alloc_etherdev(size);
in lecd_attach()
739
if (!
dev_lec
[
in lecd_attach()
[all...]
/kernel/linux/linux-6.6/net/atm/
H
A
D
lec.c
126
static struct net_device *
dev_lec
[MAX_LEC_ITF];
variable
694
if (!
dev_lec
[ioc_data.dev_num])
in lec_vcc_attach()
703
lec_vcc_added(netdev_priv(
dev_lec
[ioc_data.dev_num]),
in lec_vcc_attach()
705
vcc->proto_data =
dev_lec
[ioc_data.dev_num];
in lec_vcc_attach()
715
if (!
dev_lec
[arg])
in lec_mcast_attach()
717
vcc->proto_data =
dev_lec
[arg];
in lec_mcast_attach()
718
return lec_mcast_make(netdev_priv(
dev_lec
[arg]), vcc);
in lec_mcast_attach()
732
if (!
dev_lec
[i]) {
in lecd_attach()
736
dev_lec
[i] = alloc_etherdev(size);
in lecd_attach()
737
if (!
dev_lec
[
in lecd_attach()
[all...]
Completed in 4 milliseconds