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:temp_hdr
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/bnx2fc/
H
A
D
bnx2fc_els.c
811
u64 *
temp_hdr
;
in bnx2fc_process_els_compl()
local
839
temp_hdr
= (u64 *)
in bnx2fc_process_els_compl()
841
hdr[0] = cpu_to_be64(
temp_hdr
[0]);
in bnx2fc_process_els_compl()
842
hdr[1] = cpu_to_be64(
temp_hdr
[1]);
in bnx2fc_process_els_compl()
843
hdr[2] = cpu_to_be64(
temp_hdr
[2]);
in bnx2fc_process_els_compl()
H
A
D
bnx2fc_hwi.c
1616
u64
temp_hdr
[3];
in bnx2fc_init_mp_task()
local
1687
memcpy(
temp_hdr
, fc_hdr, sizeof(
temp_hdr
));
in bnx2fc_init_mp_task()
1688
hdr[0] = cpu_to_be64(
temp_hdr
[0]);
in bnx2fc_init_mp_task()
1689
hdr[1] = cpu_to_be64(
temp_hdr
[1]);
in bnx2fc_init_mp_task()
1690
hdr[2] = cpu_to_be64(
temp_hdr
[2]);
in bnx2fc_init_mp_task()
H
A
D
bnx2fc_io.c
1530
u64 *
temp_hdr
;
in bnx2fc_process_tm_compl()
local
1549
temp_hdr
= (u64 *)
in bnx2fc_process_tm_compl()
1551
hdr[0] = cpu_to_be64(
temp_hdr
[0]);
in bnx2fc_process_tm_compl()
1552
hdr[1] = cpu_to_be64(
temp_hdr
[1]);
in bnx2fc_process_tm_compl()
1553
hdr[2] = cpu_to_be64(
temp_hdr
[2]);
in bnx2fc_process_tm_compl()
/kernel/linux/linux-6.6/drivers/scsi/bnx2fc/
H
A
D
bnx2fc_els.c
811
u64 *
temp_hdr
;
in bnx2fc_process_els_compl()
local
839
temp_hdr
= (u64 *)
in bnx2fc_process_els_compl()
841
hdr[0] = cpu_to_be64(
temp_hdr
[0]);
in bnx2fc_process_els_compl()
842
hdr[1] = cpu_to_be64(
temp_hdr
[1]);
in bnx2fc_process_els_compl()
843
hdr[2] = cpu_to_be64(
temp_hdr
[2]);
in bnx2fc_process_els_compl()
H
A
D
bnx2fc_hwi.c
1615
u64
temp_hdr
[3];
in bnx2fc_init_mp_task()
local
1686
memcpy(
temp_hdr
, fc_hdr, sizeof(
temp_hdr
));
in bnx2fc_init_mp_task()
1687
hdr[0] = cpu_to_be64(
temp_hdr
[0]);
in bnx2fc_init_mp_task()
1688
hdr[1] = cpu_to_be64(
temp_hdr
[1]);
in bnx2fc_init_mp_task()
1689
hdr[2] = cpu_to_be64(
temp_hdr
[2]);
in bnx2fc_init_mp_task()
H
A
D
bnx2fc_io.c
1528
u64 *
temp_hdr
;
in bnx2fc_process_tm_compl()
local
1547
temp_hdr
= (u64 *)
in bnx2fc_process_tm_compl()
1549
hdr[0] = cpu_to_be64(
temp_hdr
[0]);
in bnx2fc_process_tm_compl()
1550
hdr[1] = cpu_to_be64(
temp_hdr
[1]);
in bnx2fc_process_tm_compl()
1551
hdr[2] = cpu_to_be64(
temp_hdr
[2]);
in bnx2fc_process_tm_compl()
/kernel/linux/linux-5.10/drivers/scsi/lpfc/
H
A
D
lpfc_sli.c
17678
struct fc_frame_header *
temp_hdr
;
in lpfc_fc_frame_add()
local
17691
temp_hdr
= (struct fc_frame_header *)h_buf->virt;
in lpfc_fc_frame_add()
17692
if ((
temp_hdr
->fh_seq_id != new_hdr->fh_seq_id) ||
in lpfc_fc_frame_add()
17693
(
temp_hdr
->fh_ox_id != new_hdr->fh_ox_id) ||
in lpfc_fc_frame_add()
17694
(memcmp(&
temp_hdr
->fh_s_id, &new_hdr->fh_s_id, 3)))
in lpfc_fc_frame_add()
17709
temp_hdr
= seq_dmabuf->hbuf.virt;
in lpfc_fc_frame_add()
17711
be16_to_cpu(
temp_hdr
->fh_seq_cnt)) {
in lpfc_fc_frame_add()
17723
temp_hdr
= dmabuf->hbuf.virt;
in lpfc_fc_frame_add()
17731
temp_hdr
= (struct fc_frame_header *)temp_dmabuf->hbuf.virt;
in lpfc_fc_frame_add()
17737
be16_to_cpu(
temp_hdr
in lpfc_fc_frame_add()
17774
struct fc_frame_header *
temp_hdr
;
lpfc_sli4_abort_partial_seq()
local
[all...]
/kernel/linux/linux-6.6/drivers/scsi/lpfc/
H
A
D
lpfc_sli.c
18686
struct fc_frame_header *
temp_hdr
;
in lpfc_fc_frame_add()
local
18699
temp_hdr
= (struct fc_frame_header *)h_buf->virt;
in lpfc_fc_frame_add()
18700
if ((
temp_hdr
->fh_seq_id != new_hdr->fh_seq_id) ||
in lpfc_fc_frame_add()
18701
(
temp_hdr
->fh_ox_id != new_hdr->fh_ox_id) ||
in lpfc_fc_frame_add()
18702
(memcmp(&
temp_hdr
->fh_s_id, &new_hdr->fh_s_id, 3)))
in lpfc_fc_frame_add()
18717
temp_hdr
= seq_dmabuf->hbuf.virt;
in lpfc_fc_frame_add()
18719
be16_to_cpu(
temp_hdr
->fh_seq_cnt)) {
in lpfc_fc_frame_add()
18738
temp_hdr
= (struct fc_frame_header *)temp_dmabuf->hbuf.virt;
in lpfc_fc_frame_add()
18744
be16_to_cpu(
temp_hdr
->fh_seq_cnt)) {
in lpfc_fc_frame_add()
18781
struct fc_frame_header *
temp_hdr
;
in lpfc_sli4_abort_partial_seq()
local
[all...]
Completed in 52 milliseconds