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:ports_pkeys
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/infiniband/core/
H
A
D
security.c
106
* It takes separate
ports_pkeys
and security structure
324
kfree(sec->
ports_pkeys
);
in destroy_qp_security()
336
struct ib_ports_pkeys *qp_pps = qp->qp_sec->
ports_pkeys
;
in get_new_pps()
387
ret = check_qp_port_pkey_settings(real_qp->qp_sec->
ports_pkeys
,
in ib_open_shared_qp_security()
462
if (sec->
ports_pkeys
) {
in ib_destroy_qp_security_begin()
463
port_pkey_list_remove(&sec->
ports_pkeys
->main);
in ib_destroy_qp_security_begin()
464
port_pkey_list_remove(&sec->
ports_pkeys
->alt);
in ib_destroy_qp_security_begin()
509
if (sec->
ports_pkeys
) {
in ib_destroy_qp_security_abort()
510
port_pkey_list_insert(&sec->
ports_pkeys
->main);
in ib_destroy_qp_security_abort()
511
port_pkey_list_insert(&sec->
ports_pkeys
in ib_destroy_qp_security_abort()
[all...]
/kernel/linux/linux-6.6/drivers/infiniband/core/
H
A
D
security.c
106
* It takes separate
ports_pkeys
and security structure
324
kfree(sec->
ports_pkeys
);
in destroy_qp_security()
336
struct ib_ports_pkeys *qp_pps = qp->qp_sec->
ports_pkeys
;
in get_new_pps()
387
ret = check_qp_port_pkey_settings(real_qp->qp_sec->
ports_pkeys
,
in ib_open_shared_qp_security()
462
if (sec->
ports_pkeys
) {
in ib_destroy_qp_security_begin()
463
port_pkey_list_remove(&sec->
ports_pkeys
->main);
in ib_destroy_qp_security_begin()
464
port_pkey_list_remove(&sec->
ports_pkeys
->alt);
in ib_destroy_qp_security_begin()
509
if (sec->
ports_pkeys
) {
in ib_destroy_qp_security_abort()
510
port_pkey_list_insert(&sec->
ports_pkeys
->main);
in ib_destroy_qp_security_abort()
511
port_pkey_list_insert(&sec->
ports_pkeys
in ib_destroy_qp_security_abort()
[all...]
/kernel/linux/linux-5.10/include/rdma/
H
A
D
ib_verbs.h
1724
struct ib_ports_pkeys *
ports_pkeys
;
member
/kernel/linux/linux-6.6/include/rdma/
H
A
D
ib_verbs.h
1763
struct ib_ports_pkeys *
ports_pkeys
;
member
Completed in 20 milliseconds