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:head_masked
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/amazon/ena/
H
A
D
ena_eth_com.c
12
u16 expected_phase,
head_masked
;
in ena_com_get_next_rx_cdesc()
local
15
head_masked
= io_cq->head & (io_cq->q_depth - 1);
in ena_com_get_next_rx_cdesc()
19
+ (
head_masked
* io_cq->cdesc_entry_size_in_bytes));
in ena_com_get_next_rx_cdesc()
229
u16 count = 0,
head_masked
;
in ena_com_cdesc_rx_pkt_get()
local
248
head_masked
= io_cq->head & (io_cq->q_depth - 1);
in ena_com_cdesc_rx_pkt_get()
251
io_cq->cur_rx_pkt_cdesc_start_idx =
head_masked
;
in ena_com_cdesc_rx_pkt_get()
H
A
D
ena_com.c
468
u16
head_masked
;
in ena_com_handle_admin_completion()
local
471
head_masked
= admin_queue->cq.head & (admin_queue->q_depth - 1);
in ena_com_handle_admin_completion()
474
cqe = &admin_queue->cq.entries[
head_masked
];
in ena_com_handle_admin_completion()
485
head_masked
++;
in ena_com_handle_admin_completion()
487
if (unlikely(
head_masked
== admin_queue->q_depth)) {
in ena_com_handle_admin_completion()
488
head_masked
= 0;
in ena_com_handle_admin_completion()
492
cqe = &admin_queue->cq.entries[
head_masked
];
in ena_com_handle_admin_completion()
/kernel/linux/linux-6.6/drivers/net/ethernet/amazon/ena/
H
A
D
ena_eth_com.c
12
u16 expected_phase,
head_masked
;
in ena_com_get_next_rx_cdesc()
local
15
head_masked
= io_cq->head & (io_cq->q_depth - 1);
in ena_com_get_next_rx_cdesc()
19
+ (
head_masked
* io_cq->cdesc_entry_size_in_bytes));
in ena_com_get_next_rx_cdesc()
240
u16 count = 0,
head_masked
;
in ena_com_cdesc_rx_pkt_get()
local
259
head_masked
= io_cq->head & (io_cq->q_depth - 1);
in ena_com_cdesc_rx_pkt_get()
262
io_cq->cur_rx_pkt_cdesc_start_idx =
head_masked
;
in ena_com_cdesc_rx_pkt_get()
H
A
D
ena_com.c
480
u16
head_masked
;
in ena_com_handle_admin_completion()
local
483
head_masked
= admin_queue->cq.head & (admin_queue->q_depth - 1);
in ena_com_handle_admin_completion()
486
cqe = &admin_queue->cq.entries[
head_masked
];
in ena_com_handle_admin_completion()
497
head_masked
++;
in ena_com_handle_admin_completion()
499
if (unlikely(
head_masked
== admin_queue->q_depth)) {
in ena_com_handle_admin_completion()
500
head_masked
= 0;
in ena_com_handle_admin_completion()
504
cqe = &admin_queue->cq.entries[
head_masked
];
in ena_com_handle_admin_completion()
Completed in 10 milliseconds