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:buffer_tag
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/lpfc/
H
A
D
lpfc_sli.c
2064
hbqe->
buffer_tag
= le32_to_cpu(hbq_buf->tag);
in lpfc_sli_hbq_to_firmware_s3()
6423
dmabuf->
buffer_tag
= i;
in lpfc_sli4_ras_dma_alloc()
6553
mbx_fwlog->u.request.buff_fwlog[dmabuf->
buffer_tag
].addr_lo =
in lpfc_sli4_ras_fwlog_init()
6556
mbx_fwlog->u.request.buff_fwlog[dmabuf->
buffer_tag
].addr_hi =
in lpfc_sli4_ras_fwlog_init()
11213
if (mp->
buffer_tag
== tag) {
in lpfc_sli_ring_taggedbuf_get()
14921
dmabuf->
buffer_tag
= x;
in lpfc_sli4_queue_alloc()
15182
eq_create->u.request.page[dmabuf->
buffer_tag
].addr_lo =
in lpfc_eq_create()
15184
eq_create->u.request.page[dmabuf->
buffer_tag
].addr_hi =
in lpfc_eq_create()
15327
cq_create->u.request.page[dmabuf->
buffer_tag
].addr_lo =
in lpfc_cq_create()
15329
cq_create->u.request.page[dmabuf->
buffer_tag
]
in lpfc_cq_create()
[all...]
H
A
D
lpfc_bsg.c
3000
mp[i]->
buffer_tag
= lpfc_sli_get_buffer_tag(phba);
in lpfcdiag_loop_post_rxbufs()
3007
cmd->un.quexri64cx.buff.
buffer_tag
= mp[i]->
buffer_tag
;
in lpfcdiag_loop_post_rxbufs()
5669
if (dmabuf->
buffer_tag
< rd_index)
in lpfc_bsg_get_ras_fwlog()
H
A
D
lpfc.h
142
uint32_t
buffer_tag
; /* used for tagged queue ring */
member
H
A
D
lpfc_hw.h
3940
uint32_t
buffer_tag
;
member
H
A
D
lpfc_debugfs.c
334
le32_to_cpu(hbqe->
buffer_tag
));
in lpfc_debugfs_hbqinfo_data()
/kernel/linux/linux-6.6/drivers/scsi/lpfc/
H
A
D
lpfc_sli.c
2459
hbqe->
buffer_tag
= le32_to_cpu(hbq_buf->tag);
in lpfc_sli_hbq_to_firmware_s3()
6952
dmabuf->
buffer_tag
= i;
in lpfc_sli4_ras_dma_alloc()
7082
mbx_fwlog->u.request.buff_fwlog[dmabuf->
buffer_tag
].addr_lo =
in lpfc_sli4_ras_fwlog_init()
7085
mbx_fwlog->u.request.buff_fwlog[dmabuf->
buffer_tag
].addr_hi =
in lpfc_sli4_ras_fwlog_init()
12208
if (mp->
buffer_tag
== tag) {
in lpfc_sli_ring_taggedbuf_get()
15882
dmabuf->
buffer_tag
= x;
in lpfc_sli4_queue_alloc()
16142
eq_create->u.request.page[dmabuf->
buffer_tag
].addr_lo =
in lpfc_eq_create()
16144
eq_create->u.request.page[dmabuf->
buffer_tag
].addr_hi =
in lpfc_eq_create()
16343
cq_create->u.request.page[dmabuf->
buffer_tag
].addr_lo =
in lpfc_cq_create()
16345
cq_create->u.request.page[dmabuf->
buffer_tag
]
in lpfc_cq_create()
[all...]
H
A
D
lpfc_bsg.c
2927
mp[i]->
buffer_tag
= lpfc_sli_get_buffer_tag(phba);
in lpfcdiag_sli3_loop_post_rxbufs()
2934
cmd->un.quexri64cx.buff.
buffer_tag
= mp[i]->
buffer_tag
;
in lpfcdiag_sli3_loop_post_rxbufs()
5306
if (dmabuf->
buffer_tag
< rd_index)
in lpfc_bsg_get_ras_fwlog()
H
A
D
lpfc.h
144
uint32_t
buffer_tag
; /* used for tagged queue ring */
member
H
A
D
lpfc_hw.h
4133
uint32_t
buffer_tag
;
member
H
A
D
lpfc_debugfs.c
334
le32_to_cpu(hbqe->
buffer_tag
));
in lpfc_debugfs_hbqinfo_data()
Completed in 91 milliseconds