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:ramrod_cmd_id
(Results
1 - 9
of
9
) sorted by relevance
/kernel/linux/linux-5.10/include/linux/qed/
H
A
D
eth_common.h
297
u8
ramrod_cmd_id
;
member
/kernel/linux/linux-6.6/include/linux/qed/
H
A
D
eth_common.h
298
u8
ramrod_cmd_id
;
member
/kernel/linux/linux-6.6/drivers/net/ethernet/qlogic/qed/
H
A
D
qed_init_fw_funcs.c
1734
const char *qed_get_ramrod_cmd_id_str(u32 protocol_type, u32
ramrod_cmd_id
)
in qed_get_ramrod_cmd_id_str()
argument
1741
if (
ramrod_cmd_id
>= ARRAY_SIZE(s_ramrod_cmd_ids[0]))
in qed_get_ramrod_cmd_id_str()
1744
ramrod_cmd_id_str = s_ramrod_cmd_ids[protocol_type][
ramrod_cmd_id
];
in qed_get_ramrod_cmd_id_str()
H
A
D
qed_ll2.c
456
if (sp_cqe->
ramrod_cmd_id
!= CORE_RAMROD_RX_QUEUE_FLUSH) {
in qed_ll2_handle_slowpath()
458
"LL2 - unexpected Rx CQE slowpath
ramrod_cmd_id
:%d\n",
in qed_ll2_handle_slowpath()
459
sp_cqe->
ramrod_cmd_id
);
in qed_ll2_handle_slowpath()
632
if (p_cqe->
ramrod_cmd_id
!= CORE_RAMROD_RX_QUEUE_FLUSH)
in qed_ll2_lb_rxq_handler_slowpath()
H
A
D
qed_spq.c
475
cqe->
ramrod_cmd_id
);
in qed_eth_cqe_completion()
H
A
D
qed_hsi.h
262
u8
ramrod_cmd_id
;
member
2736
* @
ramrod_cmd_id
: Ramrod command ID (using per-protocol enum <protocol>_ramrod_cmd_id).
2740
const char *qed_get_ramrod_cmd_id_str(u32 protocol_type, u32
ramrod_cmd_id
);
/kernel/linux/linux-5.10/drivers/net/ethernet/qlogic/qed/
H
A
D
qed_ll2.c
430
if (sp_cqe->
ramrod_cmd_id
!= CORE_RAMROD_RX_QUEUE_FLUSH) {
in qed_ll2_handle_slowpath()
432
"LL2 - unexpected Rx CQE slowpath
ramrod_cmd_id
:%d\n",
in qed_ll2_handle_slowpath()
433
sp_cqe->
ramrod_cmd_id
);
in qed_ll2_handle_slowpath()
606
if (p_cqe->
ramrod_cmd_id
!= CORE_RAMROD_RX_QUEUE_FLUSH)
in qed_ll2_lb_rxq_handler_slowpath()
H
A
D
qed_spq.c
461
cqe->
ramrod_cmd_id
);
in qed_eth_cqe_completion()
H
A
D
qed_hsi.h
234
u8
ramrod_cmd_id
;
member
Completed in 92 milliseconds