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_rx_ibs
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/net/smc/
H
A
D
smc_wr.c
523
lnk->
wr_rx_ibs
[i].next = NULL;
in smc_wr_init_sge()
524
lnk->
wr_rx_ibs
[i].sg_list = &lnk->wr_rx_sges[i];
in smc_wr_init_sge()
525
lnk->
wr_rx_ibs
[i].num_sge = 1;
in smc_wr_init_sge()
579
kfree(lnk->
wr_rx_ibs
);
in smc_wr_free_link_mem()
580
lnk->
wr_rx_ibs
= NULL;
in smc_wr_free_link_mem()
603
link->
wr_rx_ibs
= kcalloc(SMC_WR_BUF_CNT * 3,
in smc_wr_alloc_link_mem()
604
sizeof(link->
wr_rx_ibs
[0]),
in smc_wr_alloc_link_mem()
606
if (!link->
wr_rx_ibs
)
in smc_wr_alloc_link_mem()
657
kfree(link->
wr_rx_ibs
);
in smc_wr_alloc_link_mem()
H
A
D
smc_wr.h
96
link->
wr_rx_ibs
[index].wr_id = wr_id;
in smc_wr_rx_post()
97
rc = ib_post_recv(link->roce_qp, &link->
wr_rx_ibs
[index], NULL);
in smc_wr_rx_post()
H
A
D
smc_core.h
100
struct ib_recv_wr *
wr_rx_ibs
; /* WR recv meta data */
member
/kernel/linux/linux-6.6/net/smc/
H
A
D
smc_wr.h
100
link->
wr_rx_ibs
[index].wr_id = wr_id;
in smc_wr_rx_post()
101
rc = ib_post_recv(link->roce_qp, &link->
wr_rx_ibs
[index], NULL);
in smc_wr_rx_post()
H
A
D
smc_wr.c
625
lnk->
wr_rx_ibs
[i].next = NULL;
in smc_wr_init_sge()
626
lnk->
wr_rx_ibs
[i].sg_list = &lnk->wr_rx_sges[x];
in smc_wr_init_sge()
627
lnk->
wr_rx_ibs
[i].num_sge = sges_per_buf;
in smc_wr_init_sge()
713
kfree(lnk->
wr_rx_ibs
);
in smc_wr_free_link_mem()
714
lnk->
wr_rx_ibs
= NULL;
in smc_wr_free_link_mem()
755
link->
wr_rx_ibs
= kcalloc(SMC_WR_BUF_CNT * 3,
in smc_wr_alloc_link_mem()
756
sizeof(link->
wr_rx_ibs
[0]),
in smc_wr_alloc_link_mem()
758
if (!link->
wr_rx_ibs
)
in smc_wr_alloc_link_mem()
828
kfree(link->
wr_rx_ibs
);
in smc_wr_alloc_link_mem()
H
A
D
smc_core.h
124
struct ib_recv_wr *
wr_rx_ibs
; /* WR recv meta data */
member
Completed in 7 milliseconds