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:sge_copy_mode
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/drivers/infiniband/hw/hfi1/
H
A
D
verbs.c
134
static unsigned int
sge_copy_mode
;
variable
135
module_param(
sge_copy_mode
, uint, S_IRUGO);
136
MODULE_PARM_DESC(
sge_copy_mode
,
1910
dd->verbs_dev.rdi.dparms.
sge_copy_mode
=
sge_copy_mode
;
in hfi1_register_ib_device()
/kernel/linux/linux-6.6/drivers/infiniband/hw/hfi1/
H
A
D
verbs.c
92
static unsigned int
sge_copy_mode
;
variable
93
module_param(
sge_copy_mode
, uint, S_IRUGO);
94
MODULE_PARM_DESC(
sge_copy_mode
,
1853
dd->verbs_dev.rdi.dparms.
sge_copy_mode
=
sge_copy_mode
;
in hfi1_register_ib_device()
/kernel/linux/linux-5.10/include/rdma/
H
A
D
rdma_vt.h
128
unsigned int
sge_copy_mode
;
member
/kernel/linux/linux-6.6/include/rdma/
H
A
D
rdma_vt.h
128
unsigned int
sge_copy_mode
;
member
/kernel/linux/linux-5.10/drivers/infiniband/sw/rdmavt/
H
A
D
qp.c
166
unsigned int
sge_copy_mode
= rdi->dparms.
sge_copy_mode
;
in rvt_wss_init()
local
176
if (
sge_copy_mode
!= RVT_SGE_COPY_ADAPTIVE) {
in rvt_wss_init()
2873
unsigned int
sge_copy_mode
= rdi->dparms.
sge_copy_mode
;
in rvt_copy_sge()
local
2875
if (
sge_copy_mode
== RVT_SGE_COPY_CACHELESS) {
in rvt_copy_sge()
2877
} else if (
sge_copy_mode
== RVT_SGE_COPY_ADAPTIVE) {
in rvt_copy_sge()
/kernel/linux/linux-6.6/drivers/infiniband/sw/rdmavt/
H
A
D
qp.c
124
unsigned int
sge_copy_mode
= rdi->dparms.
sge_copy_mode
;
in rvt_wss_init()
local
134
if (
sge_copy_mode
!= RVT_SGE_COPY_ADAPTIVE) {
in rvt_wss_init()
2822
unsigned int
sge_copy_mode
= rdi->dparms.
sge_copy_mode
;
in rvt_copy_sge()
local
2824
if (
sge_copy_mode
== RVT_SGE_COPY_CACHELESS) {
in rvt_copy_sge()
2826
} else if (
sge_copy_mode
== RVT_SGE_COPY_ADAPTIVE) {
in rvt_copy_sge()
/kernel/linux/linux-5.10/drivers/infiniband/hw/qib/
H
A
D
qib_verbs.c
1603
dd->verbs_dev.rdi.dparms.
sge_copy_mode
= RVT_SGE_COPY_MEMCPY;
in qib_register_ib_device()
/kernel/linux/linux-6.6/drivers/infiniband/hw/qib/
H
A
D
qib_verbs.c
1604
dd->verbs_dev.rdi.dparms.
sge_copy_mode
= RVT_SGE_COPY_MEMCPY;
in qib_register_ib_device()
Completed in 19 milliseconds