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:pnetid_by_user
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/net/smc/
H
A
D
smc_ib.h
47
bool
pnetid_by_user
[SMC_MAX_PORTS];
member
H
A
D
smc_pnet.c
143
if (ibdev->
pnetid_by_user
[ibport] &&
in smc_pnet_remove_by_pnetid()
155
ibdev->
pnetid_by_user
[ibport] = false;
in smc_pnet_remove_by_pnetid()
164
if (smcd_dev->
pnetid_by_user
&&
in smc_pnet_remove_by_pnetid()
172
smcd_dev->
pnetid_by_user
= false;
in smc_pnet_remove_by_pnetid()
254
ib_dev->
pnetid_by_user
[ib_port - 1] = true;
in smc_pnet_apply_ib()
270
smcd_dev->
pnetid_by_user
= true;
in smc_pnet_apply_smcd()
H
A
D
smc_ism.c
353
smcd->
pnetid_by_user
? " (user defined)" : "");
in smcd_register_dev()
H
A
D
smc_ib.c
603
smcibdev->
pnetid_by_user
[i] ?
in smc_ib_add_dev()
/kernel/linux/linux-6.6/include/net/
H
A
D
smc.h
86
bool
pnetid_by_user
;
member
/kernel/linux/linux-6.6/net/smc/
H
A
D
smc_pnet.c
145
if (ibdev->
pnetid_by_user
[ibport] &&
in smc_pnet_remove_by_pnetid()
157
ibdev->
pnetid_by_user
[ibport] = false;
in smc_pnet_remove_by_pnetid()
166
if (smcd->
pnetid_by_user
&&
in smc_pnet_remove_by_pnetid()
175
smcd->
pnetid_by_user
= false;
in smc_pnet_remove_by_pnetid()
257
ib_dev->
pnetid_by_user
[ib_port - 1] = true;
in smc_pnet_apply_ib()
273
smcd_dev->
pnetid_by_user
= true;
in smc_pnet_apply_smcd()
H
A
D
smc_ib.h
48
bool
pnetid_by_user
[SMC_MAX_PORTS];
member
H
A
D
smc_ism.c
268
if (nla_put_u8(skb, SMC_NLA_DEV_PORT_PNET_USR, smcd->
pnetid_by_user
))
in smc_nl_handle_smcd_dev()
447
smcd->
pnetid_by_user
? " (user defined)" : "");
in smcd_register_dev()
H
A
D
smc_ib.c
506
smcibdev->
pnetid_by_user
[port]))
in smc_nl_handle_dev_port()
978
smcibdev->
pnetid_by_user
[i] ?
in smc_ib_add_dev()
/kernel/linux/linux-5.10/include/net/
H
A
D
smc.h
83
bool
pnetid_by_user
;
member
Completed in 9 milliseconds