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:cqe_hdr
(Results
1 - 5
of
5
) sorted by relevance
/kernel/linux/linux-6.6/drivers/infiniband/hw/erdma/
H
A
D
erdma_cq.c
118
u32 qpn,
cqe_hdr
;
in erdma_poll_one_cqe()
local
133
cqe_hdr
= be32_to_cpu(cqe->hdr);
in erdma_poll_one_cqe()
141
qtype = FIELD_GET(ERDMA_CQE_HDR_QTYPE_MASK,
cqe_hdr
);
in erdma_poll_one_cqe()
142
syndrome = FIELD_GET(ERDMA_CQE_HDR_SYNDROME_MASK,
cqe_hdr
);
in erdma_poll_one_cqe()
143
opcode = FIELD_GET(ERDMA_CQE_HDR_OPCODE_MASK,
cqe_hdr
);
in erdma_poll_one_cqe()
/kernel/linux/linux-5.10/drivers/net/ethernet/marvell/octeontx2/nic/
H
A
D
otx2_txrx.c
25
struct nix_cqe_hdr_s *
cqe_hdr
;
in otx2_get_next_cqe()
local
27
cqe_hdr
= (struct nix_cqe_hdr_s *)CQE_ADDR(cq, cq->cq_head);
in otx2_get_next_cqe()
28
if (
cqe_hdr
->cqe_type == NIX_XQE_TYPE_INVALID)
in otx2_get_next_cqe()
34
return
cqe_hdr
;
in otx2_get_next_cqe()
/kernel/linux/linux-6.6/include/net/mana/
H
A
D
mana.h
217
struct mana_cqe_header
cqe_hdr
;
member
239
struct mana_cqe_header
cqe_hdr
;
member
/kernel/linux/linux-6.6/drivers/net/ethernet/microsoft/mana/
H
A
D
mana_en.c
1380
if (WARN_ON_ONCE(cqe_oob->
cqe_hdr
.client_type !=
in mana_poll_tx_cq()
1384
switch (cqe_oob->
cqe_hdr
.cqe_type) {
in mana_poll_tx_cq()
1399
cqe_oob->
cqe_hdr
.cqe_type);
in mana_poll_tx_cq()
1410
cqe_oob->
cqe_hdr
.cqe_type);
in mana_poll_tx_cq()
1690
switch (oob->
cqe_hdr
.cqe_type) {
in mana_process_rx_cqe()
1711
oob->
cqe_hdr
.cqe_type);
in mana_process_rx_cqe()
/kernel/linux/linux-6.6/drivers/net/ethernet/marvell/octeontx2/nic/
H
A
D
otx2_txrx.c
62
struct nix_cqe_hdr_s *
cqe_hdr
;
in otx2_get_next_cqe()
local
64
cqe_hdr
= (struct nix_cqe_hdr_s *)CQE_ADDR(cq, cq->cq_head);
in otx2_get_next_cqe()
65
if (
cqe_hdr
->cqe_type == NIX_XQE_TYPE_INVALID)
in otx2_get_next_cqe()
71
return
cqe_hdr
;
in otx2_get_next_cqe()
Completed in 10 milliseconds