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:pvc_device
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-6.6/drivers/net/wan/
H
A
D
hdlc_fr.c
112
struct
pvc_device
{
struct
116
struct
pvc_device
*next; /* Sorted in ascending DLCI order */
133
struct
pvc_device
*first_pvc;
167
static inline struct
pvc_device
*find_pvc(hdlc_device *hdlc, u16 dlci)
in find_pvc()
169
struct
pvc_device
*pvc = state(hdlc)->first_pvc;
in find_pvc()
182
static struct
pvc_device
*add_pvc(struct net_device *dev, u16 dlci)
in add_pvc()
185
struct
pvc_device
*pvc, **pvc_p = &state(hdlc)->first_pvc;
in add_pvc()
209
static inline int pvc_is_used(struct
pvc_device
*pvc)
in pvc_is_used()
214
static inline void pvc_carrier(int on, struct
pvc_device
*pvc)
in pvc_carrier()
235
struct
pvc_device
**pvc_
in delete_unused_pvcs()
[all...]
/kernel/linux/linux-5.10/drivers/net/wan/
H
A
D
hdlc_fr.c
115
struct
pvc_device
{
struct
119
struct
pvc_device
*next; /* Sorted in ascending DLCI order */
136
struct
pvc_device
*first_pvc;
175
static inline struct
pvc_device
*find_pvc(hdlc_device *hdlc, u16 dlci)
in find_pvc()
177
struct
pvc_device
*pvc = state(hdlc)->first_pvc;
in find_pvc()
191
static struct
pvc_device
*add_pvc(struct net_device *dev, u16 dlci)
in add_pvc()
194
struct
pvc_device
*pvc, **pvc_p = &state(hdlc)->first_pvc;
in add_pvc()
219
static inline int pvc_is_used(struct
pvc_device
*pvc)
in pvc_is_used()
225
static inline void pvc_carrier(int on, struct
pvc_device
*pvc)
in pvc_carrier()
247
struct
pvc_device
**pvc_
in delete_unused_pvcs()
[all...]
Completed in 2 milliseconds