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:port_csk
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/cxgbi/
H
A
D
libcxgbi.c
80
pmap->
port_csk
= kvzalloc(array_size(max_conn,
in cxgbi_device_portmap_create()
83
if (!pmap->
port_csk
) {
in cxgbi_device_portmap_create()
102
if (pmap->
port_csk
[i]) {
in cxgbi_device_portmap_cleanup()
103
csk = pmap->
port_csk
[i];
in cxgbi_device_portmap_cleanup()
104
pmap->
port_csk
[i] = NULL;
in cxgbi_device_portmap_cleanup()
127
kvfree(cdev->pmap.
port_csk
);
in cxgbi_device_destroy()
424
struct cxgbi_sock *csk = pmap->
port_csk
[i];
in find_sock_on_port()
476
if (!pmap->
port_csk
[idx]) {
in sock_get_port()
480
pmap->
port_csk
[idx] = csk;
in sock_get_port()
524
pmap->
port_csk
[id
in sock_put_port()
[all...]
H
A
D
libcxgbi.h
467
struct cxgbi_sock **
port_csk
;
member
/kernel/linux/linux-6.6/drivers/scsi/cxgbi/
H
A
D
libcxgbi.c
80
pmap->
port_csk
= kvzalloc(array_size(max_conn,
in cxgbi_device_portmap_create()
83
if (!pmap->
port_csk
) {
in cxgbi_device_portmap_create()
102
if (pmap->
port_csk
[i]) {
in cxgbi_device_portmap_cleanup()
103
csk = pmap->
port_csk
[i];
in cxgbi_device_portmap_cleanup()
104
pmap->
port_csk
[i] = NULL;
in cxgbi_device_portmap_cleanup()
127
kvfree(cdev->pmap.
port_csk
);
in cxgbi_device_destroy()
424
struct cxgbi_sock *csk = pmap->
port_csk
[i];
in find_sock_on_port()
476
if (!pmap->
port_csk
[idx]) {
in sock_get_port()
480
pmap->
port_csk
[idx] = csk;
in sock_get_port()
524
pmap->
port_csk
[id
in sock_put_port()
[all...]
H
A
D
libcxgbi.h
466
struct cxgbi_sock **
port_csk
;
member
/kernel/linux/linux-5.10/drivers/scsi/cxgbi/cxgb4i/
H
A
D
cxgb4i.c
2427
if (pmap->
port_csk
[i]) {
in cxgb4_dcb_change_notify()
2428
struct cxgbi_sock *csk = pmap->
port_csk
[i];
in cxgb4_dcb_change_notify()
/kernel/linux/linux-6.6/drivers/scsi/cxgbi/cxgb4i/
H
A
D
cxgb4i.c
2428
if (pmap->
port_csk
[i]) {
in cxgb4_dcb_change_notify()
2429
struct cxgbi_sock *csk = pmap->
port_csk
[i];
in cxgb4_dcb_change_notify()
Completed in 15 milliseconds