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_list
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-6.6/drivers/infiniband/hw/irdma/
H
A
D
uk.c
514
* @
sge_list
: table of pointers to inline data
518
static void irdma_copy_inline_data_gen_1(u8 *wqe, struct ib_sge *
sge_list
,
in irdma_copy_inline_data_gen_1()
argument
525
u8 *cur_sge = (u8 *)(uintptr_t)
sge_list
[i].addr;
in irdma_copy_inline_data_gen_1()
526
u32 sge_len =
sge_list
[i].length;
in irdma_copy_inline_data_gen_1()
576
* @
sge_list
: table of pointers to inline data
580
static void irdma_copy_inline_data(u8 *wqe, struct ib_sge *
sge_list
,
in irdma_copy_inline_data()
argument
591
u8 *cur_sge = (u8 *)(uintptr_t)
sge_list
[i].addr;
in irdma_copy_inline_data()
592
u32 sge_len =
sge_list
[i].length;
in irdma_copy_inline_data()
H
A
D
user.h
278
void (*iw_copy_inline_data)(u8 *dest, struct ib_sge *
sge_list
,
/kernel/linux/linux-5.10/drivers/infiniband/hw/hns/
H
A
D
hns_roce_hw_v2.c
734
struct hns_roce_rinl_sge *
sge_list
;
in hns_roce_v2_post_recv()
local
785
sge_list
= hr_qp->rq_inl_buf.wqe_list[wqe_idx].sg_list;
in hns_roce_v2_post_recv()
789
sge_list
[i].addr =
in hns_roce_v2_post_recv()
791
sge_list
[i].len = wr->sg_list[i].length;
in hns_roce_v2_post_recv()
3161
struct hns_roce_rinl_sge *
sge_list
;
in hns_roce_handle_recv_inl_wqe()
local
3170
sge_list
= (*cur_qp)->rq_inl_buf.wqe_list[wr_cnt].sg_list;
in hns_roce_handle_recv_inl_wqe()
3176
size = min(
sge_list
[sge_cnt].len, data_len);
in hns_roce_handle_recv_inl_wqe()
3177
memcpy((void *)
sge_list
[sge_cnt].addr, wqe_buf, size);
in hns_roce_handle_recv_inl_wqe()
Completed in 17 milliseconds