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:ccmni_ctlb
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-6.6/drivers/net/wwan/t7xx/
H
A
D
t7xx_netdev.c
394
struct t7xx_ccmni_ctrl *ctlb = t7xx_dev->
ccmni_ctlb
;
in init_md_status_notifier()
405
static void t7xx_ccmni_recv_skb(struct t7xx_ccmni_ctrl *
ccmni_ctlb
, struct sk_buff *skb,
in t7xx_ccmni_recv_skb()
argument
416
ccmni =
ccmni_ctlb
->ccmni_inst[netif_id];
in t7xx_ccmni_recv_skb()
463
struct t7xx_ccmni_ctrl *ctlb = t7xx_dev->
ccmni_ctlb
;
in t7xx_ccmni_queue_state_notify()
488
t7xx_dev->
ccmni_ctlb
= ctlb;
in t7xx_ccmni_init()
505
struct t7xx_ccmni_ctrl *ctlb = t7xx_dev->
ccmni_ctlb
;
in t7xx_ccmni_exit()
H
A
D
t7xx_pci.h
53
* @
ccmni_ctlb
: context structure used to control the network data path
70
struct t7xx_ccmni_ctrl *
ccmni_ctlb
;
member
H
A
D
t7xx_hif_dpmaif.h
166
void (*recv_skb)(struct t7xx_ccmni_ctrl *
ccmni_ctlb
, struct sk_buff *skb,
H
A
D
t7xx_hif_dpmaif_rx.c
714
dpmaif_ctrl->callbacks->recv_skb(dpmaif_ctrl->t7xx_dev->
ccmni_ctlb
, skb, &rxq->napi);
in t7xx_dpmaif_rx_skb()
Completed in 4 milliseconds