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:async_crq
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/ibmvscsi/
H
A
D
ibmvfc.c
635
memset(vhost->
async_crq
.msgs, 0, PAGE_SIZE);
in ibmvfc_init_host()
636
vhost->
async_crq
.cur = 0;
in ibmvfc_init_host()
1236
login_info->async.va = cpu_to_be64(vhost->
async_crq
.msg_token);
in ibmvfc_set_login_info()
1237
login_info->async.len = cpu_to_be32(vhost->
async_crq
.size * sizeof(*vhost->
async_crq
.msgs));
in ibmvfc_set_login_info()
3193
struct ibmvfc_async_crq_queue *
async_crq
= &vhost->
async_crq
;
in ibmvfc_next_async_crq()
local
3196
crq = &
async_crq
->msgs[
async_crq
->cur];
in ibmvfc_next_async_crq()
3198
if (++
async_crq
in ibmvfc_next_async_crq()
[all...]
H
A
D
ibmvfc.h
792
struct ibmvfc_async_crq_queue
async_crq
;
member
/kernel/linux/linux-6.6/drivers/scsi/ibmvscsi/
H
A
D
ibmvfc.c
707
memset(vhost->
async_crq
.msgs.async, 0, PAGE_SIZE);
in ibmvfc_init_host()
708
vhost->
async_crq
.cur = 0;
in ibmvfc_init_host()
1474
struct ibmvfc_queue *
async_crq
= &vhost->
async_crq
;
in ibmvfc_set_login_info()
local
1497
login_info->async.va = cpu_to_be64(vhost->
async_crq
.msg_token);
in ibmvfc_set_login_info()
1498
login_info->async.len = cpu_to_be32(
async_crq
->size *
in ibmvfc_set_login_info()
1499
sizeof(*
async_crq
->msgs.async));
in ibmvfc_set_login_info()
3687
struct ibmvfc_queue *
async_crq
= &vhost->
async_crq
;
in ibmvfc_next_async_crq()
local
3690
crq = &
async_crq
in ibmvfc_next_async_crq()
[all...]
H
A
D
ibmvfc.h
859
struct ibmvfc_queue
async_crq
;
member
Completed in 20 milliseconds