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:wrb_context
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/be2iscsi/
H
A
D
be_main.c
992
pwrb_context = &phwi_ctrlr->
wrb_context
[cri_index];
in alloc_wrb_handle()
1240
pwrb_context = &phwi_ctrlr->
wrb_context
[cri_index];
in hwi_complete_drvr_msgs()
1343
pwrb_context = &phwi_ctrlr->
wrb_context
[cri_index];
in hwi_complete_cmd()
2461
/* Allocate memory for
wrb_context
*/
in beiscsi_alloc_mem()
2463
phwi_ctrlr->
wrb_context
= kcalloc(phba->params.cxns_per_ctrl,
in beiscsi_alloc_mem()
2466
if (!phwi_ctrlr->
wrb_context
) {
in beiscsi_alloc_mem()
2474
kfree(phwi_ctrlr->
wrb_context
);
in beiscsi_alloc_mem()
2484
kfree(phwi_ctrlr->
wrb_context
);
in beiscsi_alloc_mem()
2560
kfree(phba->phwi_ctrlr->
wrb_context
);
in beiscsi_alloc_mem()
2626
pwrb_context = &phwi_ctrlr->
wrb_context
[inde
in beiscsi_init_wrb_handle()
[all...]
H
A
D
be_main.h
230
(phwi_ctrlr->
wrb_context
[cri].ulp_num)
972
struct hwi_wrb_context *
wrb_context
;
member
H
A
D
be_iscsi.c
224
* Each connection is associated with a WRBQ kept in
wrb_context
.
in beiscsi_conn_bind()
227
pwrb_context = &phwi_ctrlr->
wrb_context
[cri_index];
in beiscsi_conn_bind()
989
pwrb_context = &phwi_ctrlr->
wrb_context
[cri_index];
in beiscsi_put_cid()
H
A
D
be_mgmt.c
140
ulp_num = phwi_ctrlr->
wrb_context
[BE_GET_CRI_FROM_CID(cid)].ulp_num;
in mgmt_open_connection()
/kernel/linux/linux-6.6/drivers/scsi/be2iscsi/
H
A
D
be_main.c
1009
pwrb_context = &phwi_ctrlr->
wrb_context
[cri_index];
in alloc_wrb_handle()
1257
pwrb_context = &phwi_ctrlr->
wrb_context
[cri_index];
in hwi_complete_drvr_msgs()
1360
pwrb_context = &phwi_ctrlr->
wrb_context
[cri_index];
in hwi_complete_cmd()
2477
/* Allocate memory for
wrb_context
*/
in beiscsi_alloc_mem()
2479
phwi_ctrlr->
wrb_context
= kcalloc(phba->params.cxns_per_ctrl,
in beiscsi_alloc_mem()
2482
if (!phwi_ctrlr->
wrb_context
) {
in beiscsi_alloc_mem()
2490
kfree(phwi_ctrlr->
wrb_context
);
in beiscsi_alloc_mem()
2500
kfree(phwi_ctrlr->
wrb_context
);
in beiscsi_alloc_mem()
2576
kfree(phba->phwi_ctrlr->
wrb_context
);
in beiscsi_alloc_mem()
2642
pwrb_context = &phwi_ctrlr->
wrb_context
[inde
in beiscsi_init_wrb_handle()
[all...]
H
A
D
be_main.h
229
(phwi_ctrlr->
wrb_context
[cri].ulp_num)
971
struct hwi_wrb_context *
wrb_context
;
member
H
A
D
be_iscsi.c
224
* Each connection is associated with a WRBQ kept in
wrb_context
.
in beiscsi_conn_bind()
227
pwrb_context = &phwi_ctrlr->
wrb_context
[cri_index];
in beiscsi_conn_bind()
989
pwrb_context = &phwi_ctrlr->
wrb_context
[cri_index];
in beiscsi_put_cid()
H
A
D
be_mgmt.c
140
ulp_num = phwi_ctrlr->
wrb_context
[BE_GET_CRI_FROM_CID(cid)].ulp_num;
in mgmt_open_connection()
Completed in 21 milliseconds