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:hbqe
(Results
1 - 5
of
5
) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/lpfc/
H
A
D
lpfc_debugfs.c
287
struct lpfc_hbq_entry *
hbqe
;
in lpfc_debugfs_hbqinfo_data()
local
328
hbqe
= (struct lpfc_hbq_entry *) phba->hbqs[i].hbq_virt;
in lpfc_debugfs_hbqinfo_data()
332
le32_to_cpu(
hbqe
->bde.addrLow),
in lpfc_debugfs_hbqinfo_data()
333
le32_to_cpu(
hbqe
->bde.tus.w),
in lpfc_debugfs_hbqinfo_data()
334
le32_to_cpu(
hbqe
->buffer_tag));
in lpfc_debugfs_hbqinfo_data()
360
if (phys == le32_to_cpu(
hbqe
->bde.addrLow)) {
in lpfc_debugfs_hbqinfo_data()
373
hbqe
++;
in lpfc_debugfs_hbqinfo_data()
H
A
D
lpfc_bsg.c
931
struct lpfc_hbq_entry *
hbqe
;
in lpfc_bsg_ct_unsol_event()
local
1018
hbqe
= (struct lpfc_hbq_entry *)
in lpfc_bsg_ct_unsol_event()
1020
size =
hbqe
->bde.tus.f.bdeSize;
in lpfc_bsg_ct_unsol_event()
1023
hbqe
= (struct lpfc_hbq_entry *)
in lpfc_bsg_ct_unsol_event()
1026
size =
hbqe
->bde.tus.f.bdeSize;
in lpfc_bsg_ct_unsol_event()
H
A
D
lpfc_sli.c
2050
struct lpfc_hbq_entry *
hbqe
;
in lpfc_sli_hbq_to_firmware_s3()
local
2055
hbqe
= lpfc_sli_next_hbq_slot(phba, hbqno);
in lpfc_sli_hbq_to_firmware_s3()
2056
if (
hbqe
) {
in lpfc_sli_hbq_to_firmware_s3()
2059
hbqe
->bde.addrHigh = le32_to_cpu(putPaddrHigh(physaddr));
in lpfc_sli_hbq_to_firmware_s3()
2060
hbqe
->bde.addrLow = le32_to_cpu(putPaddrLow(physaddr));
in lpfc_sli_hbq_to_firmware_s3()
2061
hbqe
->bde.tus.f.bdeSize = hbq_buf->total_size;
in lpfc_sli_hbq_to_firmware_s3()
2062
hbqe
->bde.tus.f.bdeFlags = 0;
in lpfc_sli_hbq_to_firmware_s3()
2063
hbqe
->bde.tus.w = le32_to_cpu(
hbqe
->bde.tus.w);
in lpfc_sli_hbq_to_firmware_s3()
2064
hbqe
in lpfc_sli_hbq_to_firmware_s3()
[all...]
/kernel/linux/linux-6.6/drivers/scsi/lpfc/
H
A
D
lpfc_debugfs.c
287
struct lpfc_hbq_entry *
hbqe
;
in lpfc_debugfs_hbqinfo_data()
local
328
hbqe
= (struct lpfc_hbq_entry *) phba->hbqs[i].hbq_virt;
in lpfc_debugfs_hbqinfo_data()
332
le32_to_cpu(
hbqe
->bde.addrLow),
in lpfc_debugfs_hbqinfo_data()
333
le32_to_cpu(
hbqe
->bde.tus.w),
in lpfc_debugfs_hbqinfo_data()
334
le32_to_cpu(
hbqe
->buffer_tag));
in lpfc_debugfs_hbqinfo_data()
360
if (phys == le32_to_cpu(
hbqe
->bde.addrLow)) {
in lpfc_debugfs_hbqinfo_data()
373
hbqe
++;
in lpfc_debugfs_hbqinfo_data()
H
A
D
lpfc_sli.c
2445
struct lpfc_hbq_entry *
hbqe
;
in lpfc_sli_hbq_to_firmware_s3()
local
2450
hbqe
= lpfc_sli_next_hbq_slot(phba, hbqno);
in lpfc_sli_hbq_to_firmware_s3()
2451
if (
hbqe
) {
in lpfc_sli_hbq_to_firmware_s3()
2454
hbqe
->bde.addrHigh = le32_to_cpu(putPaddrHigh(physaddr));
in lpfc_sli_hbq_to_firmware_s3()
2455
hbqe
->bde.addrLow = le32_to_cpu(putPaddrLow(physaddr));
in lpfc_sli_hbq_to_firmware_s3()
2456
hbqe
->bde.tus.f.bdeSize = hbq_buf->total_size;
in lpfc_sli_hbq_to_firmware_s3()
2457
hbqe
->bde.tus.f.bdeFlags = 0;
in lpfc_sli_hbq_to_firmware_s3()
2458
hbqe
->bde.tus.w = le32_to_cpu(
hbqe
->bde.tus.w);
in lpfc_sli_hbq_to_firmware_s3()
2459
hbqe
in lpfc_sli_hbq_to_firmware_s3()
3417
struct lpfc_hbq_entry *
hbqe
= NULL;
lpfc_sli_prep_unsol_wqe()
local
[all...]
Completed in 36 milliseconds