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:cpl_close
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/cxgbi/cxgb3i/
H
A
D
cxgb3i.c
202
struct sk_buff *skb = csk->
cpl_close
;
in send_close_req()
210
csk->
cpl_close
= NULL;
in send_close_req()
867
csk->
cpl_close
= alloc_wr(sizeof(struct cpl_close_con_req), 0,
in alloc_cpls()
869
if (!csk->
cpl_close
)
in alloc_cpls()
/kernel/linux/linux-6.6/drivers/scsi/cxgbi/cxgb3i/
H
A
D
cxgb3i.c
203
struct sk_buff *skb = csk->
cpl_close
;
in send_close_req()
211
csk->
cpl_close
= NULL;
in send_close_req()
868
csk->
cpl_close
= alloc_wr(sizeof(struct cpl_close_con_req), 0,
in alloc_cpls()
870
if (!csk->
cpl_close
)
in alloc_cpls()
/kernel/linux/linux-5.10/drivers/scsi/cxgbi/
H
A
D
libcxgbi.h
140
struct sk_buff *
cpl_close
;
member
H
A
D
libcxgbi.c
542
if (csk->
cpl_close
) {
in cxgbi_sock_free_cpl_skbs()
543
kfree_skb(csk->
cpl_close
);
in cxgbi_sock_free_cpl_skbs()
544
csk->
cpl_close
= NULL;
in cxgbi_sock_free_cpl_skbs()
/kernel/linux/linux-6.6/drivers/scsi/cxgbi/
H
A
D
libcxgbi.h
139
struct sk_buff *
cpl_close
;
member
H
A
D
libcxgbi.c
542
if (csk->
cpl_close
) {
in cxgbi_sock_free_cpl_skbs()
543
kfree_skb(csk->
cpl_close
);
in cxgbi_sock_free_cpl_skbs()
544
csk->
cpl_close
= NULL;
in cxgbi_sock_free_cpl_skbs()
/kernel/linux/linux-5.10/drivers/scsi/cxgbi/cxgb4i/
H
A
D
cxgb4i.c
442
struct sk_buff *skb = csk->
cpl_close
;
in send_close_req()
449
csk->
cpl_close
= NULL;
in send_close_req()
1654
csk->
cpl_close
= alloc_wr(sizeof(struct cpl_close_con_req),
in alloc_cpls()
1656
if (!csk->
cpl_close
)
in alloc_cpls()
/kernel/linux/linux-6.6/drivers/scsi/cxgbi/cxgb4i/
H
A
D
cxgb4i.c
443
struct sk_buff *skb = csk->
cpl_close
;
in send_close_req()
450
csk->
cpl_close
= NULL;
in send_close_req()
1655
csk->
cpl_close
= alloc_wr(sizeof(struct cpl_close_con_req),
in alloc_cpls()
1657
if (!csk->
cpl_close
)
in alloc_cpls()
Completed in 20 milliseconds