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:RcvCtl
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/message/fusion/
H
A
D
mptlan.c
103
struct BufferControl *
RcvCtl
; /* Receive BufferControl structs */
member
418
priv->
RcvCtl
= kcalloc(priv->max_buckets_out,
in mpt_lan_open()
421
if (priv->
RcvCtl
== NULL)
in mpt_lan_open()
431
dlprintk((KERN_INFO MYNAM "/lo: Finished initializing
RcvCtl
\n"));
in mpt_lan_open()
519
if (priv->
RcvCtl
[i].skb != NULL) {
in mpt_lan_close()
522
pci_unmap_single(mpt_dev->pcidev, priv->
RcvCtl
[i].dma,
in mpt_lan_close()
523
priv->
RcvCtl
[i].len,
in mpt_lan_close()
525
dev_kfree_skb(priv->
RcvCtl
[i].skb);
in mpt_lan_close()
529
kfree(priv->
RcvCtl
);
in mpt_lan_close()
859
skb = priv->
RcvCtl
[ct
in mpt_lan_receive_post_turbo()
[all...]
/kernel/linux/linux-6.6/drivers/message/fusion/
H
A
D
mptlan.c
100
struct BufferControl *
RcvCtl
; /* Receive BufferControl structs */
member
415
priv->
RcvCtl
= kcalloc(priv->max_buckets_out,
in mpt_lan_open()
418
if (priv->
RcvCtl
== NULL)
in mpt_lan_open()
428
dlprintk((KERN_INFO MYNAM "/lo: Finished initializing
RcvCtl
\n"));
in mpt_lan_open()
516
if (priv->
RcvCtl
[i].skb != NULL) {
in mpt_lan_close()
520
priv->
RcvCtl
[i].dma,
in mpt_lan_close()
521
priv->
RcvCtl
[i].len, DMA_FROM_DEVICE);
in mpt_lan_close()
522
dev_kfree_skb(priv->
RcvCtl
[i].skb);
in mpt_lan_close()
526
kfree(priv->
RcvCtl
);
in mpt_lan_close()
857
skb = priv->
RcvCtl
[ct
in mpt_lan_receive_post_turbo()
[all...]
Completed in 4 milliseconds