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:sqe_id
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/marvell/octeontx2/nic/
H
A
D
otx2_struct.h
164
u64
sqe_id
: 16;
member
196
u64
sqe_id
: 16;
member
H
A
D
otx2_txrx.c
96
sg = &sq->sg[snd_comp->
sqe_id
];
in otx2_snd_pkt_handler()
102
timestamp = ((u64 *)sq->timestamps->base)[snd_comp->
sqe_id
];
in otx2_snd_pkt_handler()
594
sqe_hdr->
sqe_id
= sq->head;
in otx2_sqe_add_hdr()
770
* last segment. Also point last segment's
sqe_id
to first
in otx2_sq_append_tso()
776
sqe_hdr->
sqe_id
= first_sqe;
in otx2_sq_append_tso()
942
sg = &sq->sg[cqe->comp.
sqe_id
];
in otx2_cleanup_tx_cqes()
/kernel/linux/linux-6.6/drivers/net/ethernet/marvell/octeontx2/nic/
H
A
D
otx2_struct.h
163
u64
sqe_id
: 16;
member
195
u64
sqe_id
: 16;
member
H
A
D
otx2_txrx.c
124
sg = &sq->sg[snd_comp->
sqe_id
];
in otx2_xdp_snd_pkt_handler()
151
sg = &sq->sg[snd_comp->
sqe_id
];
in otx2_snd_pkt_handler()
157
timestamp = ((u64 *)sq->timestamps->base)[snd_comp->
sqe_id
];
in otx2_snd_pkt_handler()
770
sqe_hdr->
sqe_id
= sq->head;
in otx2_sqe_add_hdr()
946
* last segment. Also point last segment's
sqe_id
to first
in otx2_sq_append_tso()
952
sqe_hdr->
sqe_id
= first_sqe;
in otx2_sq_append_tso()
1272
sg = &sq->sg[cqe->comp.
sqe_id
];
in otx2_cleanup_tx_cqes()
1389
sqe_hdr->
sqe_id
= sq->head;
in otx2_xdp_sq_append_pkt()
/kernel/linux/linux-6.6/drivers/crypto/hisilicon/
H
A
D
debugfs.c
301
u32 qp_id,
sqe_id
;
in qm_sq_dump()
local
304
ret = q_dump_param_parse(qm, s, &
sqe_id
, &qp_id, sq_depth);
in qm_sq_dump()
314
sqe_curr = sqe + (u32)(
sqe_id
* qm->sqe_size);
in qm_sq_dump()
/kernel/linux/linux-5.10/drivers/crypto/hisilicon/
H
A
D
qm.c
1307
u32 qp_id,
sqe_id
;
in qm_sq_dump()
local
1310
ret = q_dump_param_parse(qm, s, &
sqe_id
, &qp_id);
in qm_sq_dump()
1320
sqe_curr = sqe + (u32)(
sqe_id
* qm->sqe_size);
in qm_sq_dump()
Completed in 13 milliseconds