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:rdma_end_port
(Results
1 - 14
of
14
) sorted by relevance
/kernel/linux/linux-5.10/drivers/infiniband/core/
H
A
D
multicast.c
831
dev->end_port =
rdma_end_port
(device);
in mcast_add_one()
H
A
D
device.c
773
rdma_end_port
(device) + 1),
in alloc_port_data()
H
A
D
user_mad.c
1383
e =
rdma_end_port
(device);
in ib_umad_add_one()
H
A
D
nldev.c
250
if (nla_put_u32(msg, RDMA_NLDEV_ATTR_PORT_INDEX,
rdma_end_port
(device)))
in fill_dev_info()
H
A
D
sa_query.c
2330
e =
rdma_end_port
(device);
in ib_sa_add_one()
H
A
D
mad.c
3088
for (i = start; i <=
rdma_end_port
(device); i++) {
in ib_mad_init_device()
/kernel/linux/linux-6.6/drivers/infiniband/core/
H
A
D
multicast.c
832
dev->end_port =
rdma_end_port
(device);
in mcast_add_one()
H
A
D
device.c
807
size_add(
rdma_end_port
(device), 1)),
in alloc_port_data()
863
* valid upto including
rdma_end_port
().
H
A
D
sa_query.c
2160
e =
rdma_end_port
(device);
in ib_sa_add_one()
H
A
D
user_mad.c
1379
e =
rdma_end_port
(device);
in ib_umad_add_one()
H
A
D
nldev.c
260
if (nla_put_u32(msg, RDMA_NLDEV_ATTR_PORT_INDEX,
rdma_end_port
(device)))
in fill_dev_info()
H
A
D
mad.c
3073
for (i = start; i <=
rdma_end_port
(device); i++) {
in ib_mad_init_device()
/kernel/linux/linux-5.10/include/rdma/
H
A
D
ib_verbs.h
3006
iter <=
rdma_end_port
(device); (iter)++)
3009
*
rdma_end_port
- Return the last valid port number for the device
3016
static inline u8
rdma_end_port
(const struct ib_device *device)
in rdma_end_port()
function
3025
port <=
rdma_end_port
(device));
in rdma_is_port_valid()
/kernel/linux/linux-6.6/include/rdma/
H
A
D
ib_verbs.h
3057
iter <=
rdma_end_port
(device); iter++)
3060
*
rdma_end_port
- Return the last valid port number for the device
3067
static inline u32
rdma_end_port
(const struct ib_device *device)
in rdma_end_port()
function
3076
port <=
rdma_end_port
(device));
in rdma_is_port_valid()
Completed in 59 milliseconds