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:ccci_header
(Results
1 - 5
of
5
) sorted by relevance
/kernel/linux/linux-6.6/drivers/net/wwan/t7xx/
H
A
D
t7xx_port_proxy.c
118
static u16 t7xx_port_next_rx_seq_num(struct t7xx_port *port, struct
ccci_header
*ccci_h)
in t7xx_port_next_rx_seq_num()
173
struct sk_buff *skb = __dev_alloc_skb(payload + sizeof(struct
ccci_header
), GFP_KERNEL);
in t7xx_port_alloc_skb()
176
skb_reserve(skb, sizeof(struct
ccci_header
));
in t7xx_port_alloc_skb()
236
struct
ccci_header
*ccci_h;
in t7xx_port_send_ccci_skb()
364
struct
ccci_header
*ccci_h = (struct
ccci_header
*)skb->data;
in t7xx_port_proxy_recv_skb()
H
A
D
t7xx_port_proxy.h
42
struct
ccci_header
{
struct
H
A
D
t7xx_port_wwan.c
155
unsigned int header_len = sizeof(struct
ccci_header
);
in t7xx_port_wwan_md_state_notify()
H
A
D
t7xx_netdev.c
137
if (skb->len > dev->mtu || skb_headroom(skb) < sizeof(struct
ccci_header
)) {
in t7xx_ccmni_start_xmit()
224
dev->needed_headroom += sizeof(struct
ccci_header
);
in t7xx_ccmni_wwan_setup()
H
A
D
t7xx_hif_cldma.c
60
#define CLDMA_JUMBO_BUFF_SZ (63 * 1024 + sizeof(struct
ccci_header
))
Completed in 5 milliseconds