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:ena_qid
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/amazon/ena/
H
A
D
ena_netdev.c
1148
u16
ena_qid
;
in ena_destroy_all_tx_queues()
local
1152
ena_qid
= ENA_IO_TXQ_IDX(i);
in ena_destroy_all_tx_queues()
1153
ena_com_destroy_io_queue(adapter->ena_dev,
ena_qid
);
in ena_destroy_all_tx_queues()
1159
u16
ena_qid
;
in ena_destroy_all_rx_queues()
local
1163
ena_qid
= ENA_IO_RXQ_IDX(i);
in ena_destroy_all_rx_queues()
1165
ena_com_destroy_io_queue(adapter->ena_dev,
ena_qid
);
in ena_destroy_all_rx_queues()
2277
u16
ena_qid
;
in ena_create_io_tx_queue()
local
2284
ena_qid
= ENA_IO_TXQ_IDX(qid);
in ena_create_io_tx_queue()
2289
ctx.qid =
ena_qid
;
in ena_create_io_tx_queue()
2303
rc = ena_com_get_io_handlers(ena_dev,
ena_qid
,
in ena_create_io_tx_queue()
2345
u16
ena_qid
;
ena_create_io_rx_queue()
local
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/amazon/ena/
H
A
D
ena_netdev.c
1248
u16
ena_qid
;
in ena_destroy_all_tx_queues()
local
1252
ena_qid
= ENA_IO_TXQ_IDX(i);
in ena_destroy_all_tx_queues()
1253
ena_com_destroy_io_queue(adapter->ena_dev,
ena_qid
);
in ena_destroy_all_tx_queues()
1259
u16
ena_qid
;
in ena_destroy_all_rx_queues()
local
1263
ena_qid
= ENA_IO_RXQ_IDX(i);
in ena_destroy_all_rx_queues()
1265
ena_com_destroy_io_queue(adapter->ena_dev,
ena_qid
);
in ena_destroy_all_rx_queues()
2437
u16
ena_qid
;
in ena_create_io_tx_queue()
local
2444
ena_qid
= ENA_IO_TXQ_IDX(qid);
in ena_create_io_tx_queue()
2449
ctx.qid =
ena_qid
;
in ena_create_io_tx_queue()
2463
rc = ena_com_get_io_handlers(ena_dev,
ena_qid
,
in ena_create_io_tx_queue()
2505
u16
ena_qid
;
ena_create_io_rx_queue()
local
[all...]
Completed in 8 milliseconds