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:hwc_cq
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-6.6/drivers/net/ethernet/microsoft/mana/
H
A
D
hw_channel.c
311
struct
hwc_cq
*
hwc_cq
= ctx;
in mana_hwc_comp_event()
local
314
WARN_ON_ONCE(
hwc_cq
->gdma_cq != q_self);
in mana_hwc_comp_event()
316
completions =
hwc_cq
->comp_buf;
in mana_hwc_comp_event()
317
comp_read = mana_gd_poll_cq(q_self, completions,
hwc_cq
->queue_depth);
in mana_hwc_comp_event()
318
WARN_ON_ONCE(comp_read <= 0 || comp_read >
hwc_cq
->queue_depth);
in mana_hwc_comp_event()
324
hwc_cq
->tx_event_handler(
hwc_cq
->tx_event_ctx,
in mana_hwc_comp_event()
328
hwc_cq
->rx_event_handler(
hwc_cq
in mana_hwc_comp_event()
336
mana_hwc_destroy_cq(struct gdma_context *gc, struct
hwc_cq
*
hwc_cq
)
mana_hwc_destroy_cq()
argument
358
struct
hwc_cq
*
hwc_cq
;
mana_hwc_create_cq()
local
481
mana_hwc_create_wq(struct hw_channel_context *hwc, enum gdma_queue_type q_type, u16 q_depth, u32 max_msg_size, struct
hwc_cq
*
hwc_cq
, struct hwc_wq **hwc_wq_ptr)
mana_hwc_create_wq()
argument
[all...]
/kernel/linux/linux-6.6/include/net/mana/
H
A
D
hw_channel.h
133
struct
hwc_cq
{
struct
155
struct
hwc_cq
*
hwc_cq
;
member
182
struct
hwc_cq
*cq;
Completed in 2 milliseconds