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:pkt_ctrl
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/amazon/ena/
H
A
D
ena_eth_com.c
92
struct ena_com_llq_pkt_ctrl *
pkt_ctrl
= &io_sq->llq_buf_ctrl;
in ena_com_write_header_to_bounce()
local
94
u8 *bounce_buffer =
pkt_ctrl
->curr_bounce_buf;
in ena_com_write_header_to_bounce()
121
struct ena_com_llq_pkt_ctrl *
pkt_ctrl
= &io_sq->llq_buf_ctrl;
in get_sq_desc_llq()
local
125
bounce_buffer =
pkt_ctrl
->curr_bounce_buf;
in get_sq_desc_llq()
132
sq_desc = bounce_buffer +
pkt_ctrl
->idx * io_sq->desc_entry_size;
in get_sq_desc_llq()
133
pkt_ctrl
->idx++;
in get_sq_desc_llq()
134
pkt_ctrl
->descs_left_in_line--;
in get_sq_desc_llq()
141
struct ena_com_llq_pkt_ctrl *
pkt_ctrl
= &io_sq->llq_buf_ctrl;
in ena_com_close_bounce_buffer()
local
149
if (
pkt_ctrl
->idx) {
in ena_com_close_bounce_buffer()
151
pkt_ctrl
in ena_com_close_bounce_buffer()
176
struct ena_com_llq_
pkt_ctrl
*
pkt_ctrl
= &io_sq->llq_buf_ctrl;
ena_com_sq_update_llq_tail()
local
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/amazon/ena/
H
A
D
ena_eth_com.c
94
struct ena_com_llq_pkt_ctrl *
pkt_ctrl
= &io_sq->llq_buf_ctrl;
in ena_com_write_header_to_bounce()
local
96
u8 *bounce_buffer =
pkt_ctrl
->curr_bounce_buf;
in ena_com_write_header_to_bounce()
125
struct ena_com_llq_pkt_ctrl *
pkt_ctrl
= &io_sq->llq_buf_ctrl;
in get_sq_desc_llq()
local
129
bounce_buffer =
pkt_ctrl
->curr_bounce_buf;
in get_sq_desc_llq()
137
sq_desc = bounce_buffer +
pkt_ctrl
->idx * io_sq->desc_entry_size;
in get_sq_desc_llq()
138
pkt_ctrl
->idx++;
in get_sq_desc_llq()
139
pkt_ctrl
->descs_left_in_line--;
in get_sq_desc_llq()
146
struct ena_com_llq_pkt_ctrl *
pkt_ctrl
= &io_sq->llq_buf_ctrl;
in ena_com_close_bounce_buffer()
local
154
if (likely(
pkt_ctrl
->idx)) {
in ena_com_close_bounce_buffer()
156
pkt_ctrl
in ena_com_close_bounce_buffer()
184
struct ena_com_llq_
pkt_ctrl
*
pkt_ctrl
= &io_sq->llq_buf_ctrl;
ena_com_sq_update_llq_tail()
local
[all...]
Completed in 2 milliseconds