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:cma_port
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/infiniband/core/
H
A
D
cma.c
1224
static __be16
cma_port
(const struct sockaddr *addr)
in cma_port()
function
1244
return !
cma_port
(addr);
in cma_any_port()
2313
return cpu_to_be64(((u64)id->ps << 16) + be16_to_cpu(
cma_port
(addr)));
in rdma_get_service_id()
3020
dport = be16_to_cpu(
cma_port
(cma_dst_addr(id_priv)));
in cma_get_roce_udp_flow_label()
3021
sport = be16_to_cpu(
cma_port
(cma_src_addr(id_priv)));
in cma_get_roce_udp_flow_label()
3547
__be16 dport =
cma_port
(daddr);
in cma_port_is_unique()
3554
__be16 cur_dport =
cma_port
(cur_daddr);
in cma_port_is_unique()
3672
snum = ntohs(
cma_port
(cma_src_addr(id_priv)));
in cma_use_port()
3727
sib->sib_sid = cpu_to_be64(sid_ps | ntohs(
cma_port
((struct sockaddr *) sib)));
in cma_select_ib_ps()
/kernel/linux/linux-6.6/drivers/infiniband/core/
H
A
D
cma.c
1371
static __be16
cma_port
(const struct sockaddr *addr)
in cma_port()
function
1391
return !
cma_port
(addr);
in cma_any_port()
2463
return cpu_to_be64(((u64)id->ps << 16) + be16_to_cpu(
cma_port
(addr)));
in rdma_get_service_id()
3260
dport = be16_to_cpu(
cma_port
(cma_dst_addr(id_priv)));
in cma_get_roce_udp_flow_label()
3261
sport = be16_to_cpu(
cma_port
(cma_src_addr(id_priv)));
in cma_get_roce_udp_flow_label()
3678
__be16 dport =
cma_port
(daddr);
in cma_port_is_unique()
3685
__be16 cur_dport =
cma_port
(cur_daddr);
in cma_port_is_unique()
3803
snum = ntohs(
cma_port
(cma_src_addr(id_priv)));
in cma_use_port()
3858
sib->sib_sid = cpu_to_be64(sid_ps | ntohs(
cma_port
((struct sockaddr *) sib)));
in cma_select_ib_ps()
Completed in 17 milliseconds