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:wr_tx_sges
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/net/smc/
H
A
D
smc_wr.c
493
lnk->
wr_tx_sges
[i].addr =
in smc_wr_init_sge()
495
lnk->
wr_tx_sges
[i].length = SMC_WR_TX_SIZE;
in smc_wr_init_sge()
496
lnk->
wr_tx_sges
[i].lkey = lnk->roce_pd->local_dma_lkey;
in smc_wr_init_sge()
506
lnk->wr_tx_ibs[i].sg_list = &lnk->
wr_tx_sges
[i];
in smc_wr_init_sge()
571
kfree(lnk->
wr_tx_sges
);
in smc_wr_free_link_mem()
572
lnk->
wr_tx_sges
= NULL;
in smc_wr_free_link_mem()
618
link->
wr_tx_sges
= kcalloc(SMC_WR_BUF_CNT, sizeof(link->
wr_tx_sges
[0]),
in smc_wr_alloc_link_mem()
620
if (!link->
wr_tx_sges
)
in smc_wr_alloc_link_mem()
651
kfree(link->
wr_tx_sges
);
in smc_wr_alloc_link_mem()
[all...]
H
A
D
smc_core.h
86
struct ib_sge *
wr_tx_sges
; /* WR send gather meta data */
member
/kernel/linux/linux-6.6/net/smc/
H
A
D
smc_wr.c
563
lnk->
wr_tx_sges
[i].addr = send_inline ? (uintptr_t)(&lnk->wr_tx_bufs[i]) :
in smc_wr_init_sge()
565
lnk->
wr_tx_sges
[i].length = SMC_WR_TX_SIZE;
in smc_wr_init_sge()
566
lnk->
wr_tx_sges
[i].lkey = lnk->roce_pd->local_dma_lkey;
in smc_wr_init_sge()
576
lnk->wr_tx_ibs[i].sg_list = &lnk->
wr_tx_sges
[i];
in smc_wr_init_sge()
705
kfree(lnk->
wr_tx_sges
);
in smc_wr_free_link_mem()
706
lnk->
wr_tx_sges
= NULL;
in smc_wr_free_link_mem()
770
link->
wr_tx_sges
= kcalloc(SMC_WR_BUF_CNT, sizeof(link->
wr_tx_sges
[0]),
in smc_wr_alloc_link_mem()
772
if (!link->
wr_tx_sges
)
in smc_wr_alloc_link_mem()
822
kfree(link->
wr_tx_sges
);
in smc_wr_alloc_link_mem()
[all...]
H
A
D
smc_core.h
103
struct ib_sge *
wr_tx_sges
; /* WR send gather meta data */
member
Completed in 5 milliseconds