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:rmpp_rtime_flags
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/include/rdma/
H
A
D
ib_mad.h
153
u8
rmpp_rtime_flags
;
member
489
return rmpp_hdr->
rmpp_rtime_flags
>> 3;
in ib_get_rmpp_resptime()
498
return rmpp_hdr->
rmpp_rtime_flags
& 0x7;
in ib_get_rmpp_flags()
508
rmpp_hdr->
rmpp_rtime_flags
= ib_get_rmpp_flags(rmpp_hdr) | (rtime << 3);
in ib_set_rmpp_resptime()
518
rmpp_hdr->
rmpp_rtime_flags
= (rmpp_hdr->
rmpp_rtime_flags
& 0xF8) |
in ib_set_rmpp_flags()
/kernel/linux/linux-6.6/include/rdma/
H
A
D
ib_mad.h
153
u8
rmpp_rtime_flags
;
member
490
return rmpp_hdr->
rmpp_rtime_flags
>> 3;
in ib_get_rmpp_resptime()
499
return rmpp_hdr->
rmpp_rtime_flags
& 0x7;
in ib_get_rmpp_flags()
509
rmpp_hdr->
rmpp_rtime_flags
= ib_get_rmpp_flags(rmpp_hdr) | (rtime << 3);
in ib_set_rmpp_resptime()
519
rmpp_hdr->
rmpp_rtime_flags
= (rmpp_hdr->
rmpp_rtime_flags
& 0xF8) |
in ib_set_rmpp_flags()
/kernel/linux/linux-5.10/drivers/infiniband/core/
H
A
D
mad_rmpp.c
578
rmpp_mad->rmpp_hdr.
rmpp_rtime_flags
|= IB_MGMT_RMPP_FLAG_FIRST;
in send_next_seg()
585
rmpp_mad->rmpp_hdr.
rmpp_rtime_flags
|= IB_MGMT_RMPP_FLAG_LAST;
in send_next_seg()
811
if (!(rmpp_mad->rmpp_hdr.
rmpp_rtime_flags
& IB_MGMT_RMPP_FLAG_ACTIVE))
in ib_process_rmpp_recv_wc()
/kernel/linux/linux-6.6/drivers/infiniband/core/
H
A
D
mad_rmpp.c
578
rmpp_mad->rmpp_hdr.
rmpp_rtime_flags
|= IB_MGMT_RMPP_FLAG_FIRST;
in send_next_seg()
585
rmpp_mad->rmpp_hdr.
rmpp_rtime_flags
|= IB_MGMT_RMPP_FLAG_LAST;
in send_next_seg()
811
if (!(rmpp_mad->rmpp_hdr.
rmpp_rtime_flags
& IB_MGMT_RMPP_FLAG_ACTIVE))
in ib_process_rmpp_recv_wc()
Completed in 7 milliseconds