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:cp_header
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wan/
H
A
D
hdlc_ppp.c
55
struct
cp_header
{
struct
208
struct
cp_header
*cp;
in ppp_tx_cp()
221
sizeof(struct
cp_header
) + magic_len + len);
in ppp_tx_cp()
228
cp = skb_put(skb, sizeof(struct
cp_header
));
in ppp_tx_cp()
231
cp->len = htons(sizeof(struct
cp_header
) + magic_len + len);
in ppp_tx_cp()
243
sprintf(ptr, " %02X", skb->data[sizeof(struct
cp_header
) + i]);
in ppp_tx_cp()
442
struct
cp_header
*cp;
in ppp_rx()
470
if (len < sizeof(struct
cp_header
) /* no complete CP header? */ ||
in ppp_rx()
473
skb_pull(skb, sizeof(struct
cp_header
));
in ppp_rx()
474
len -= sizeof(struct
cp_header
);
in ppp_rx()
[all...]
/kernel/linux/linux-6.6/drivers/net/wan/
H
A
D
hdlc_ppp.c
56
struct
cp_header
{
struct
208
struct
cp_header
*cp;
in ppp_tx_cp()
221
sizeof(struct
cp_header
) + magic_len + len);
in ppp_tx_cp()
227
cp = skb_put(skb, sizeof(struct
cp_header
));
in ppp_tx_cp()
230
cp->len = htons(sizeof(struct
cp_header
) + magic_len + len);
in ppp_tx_cp()
242
sprintf(ptr, " %02X", skb->data[sizeof(struct
cp_header
) + i]);
in ppp_tx_cp()
439
struct
cp_header
*cp;
in ppp_rx()
467
if (len < sizeof(struct
cp_header
) /* no complete CP header? */ ||
in ppp_rx()
470
skb_pull(skb, sizeof(struct
cp_header
));
in ppp_rx()
471
len -= sizeof(struct
cp_header
);
in ppp_rx()
[all...]
/kernel/linux/linux-6.6/drivers/platform/x86/intel/speed_select_if/
H
A
D
isst_tpmi_core.c
71
* struct
cp_header
- SST-CP (core-power) header
80
struct
cp_header
{
struct
224
* @
cp_header
: Store SST-CP header for this power_domain
249
struct
cp_header
cp_header
;
member
362
*((u64 *)&pd_info->
cp_header
) = readq(pd_info->sst_base + pd_info->sst_header.cp_offset);
in sst_main()
Completed in 5 milliseconds