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:rx_qcqs
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/pensando/ionic/
H
A
D
ionic_lif.c
2210
struct ionic_qcq **
rx_qcqs
= NULL;
in ionic_reconfigure_queues()
local
2224
rx_qcqs
= devm_kcalloc(lif->ionic->dev, lif->ionic->nrxqs_per_lif,
in ionic_reconfigure_queues()
2226
if (!
rx_qcqs
)
in ionic_reconfigure_queues()
2254
if (
rx_qcqs
) {
in ionic_reconfigure_queues()
2262
lif->kern_pid, &
rx_qcqs
[i]);
in ionic_reconfigure_queues()
2289
if (
rx_qcqs
) {
in ionic_reconfigure_queues()
2292
ionic_swap_queues(lif->rxqcqs[i],
rx_qcqs
[i]);
in ionic_reconfigure_queues()
2343
if (
rx_qcqs
) {
in ionic_reconfigure_queues()
2368
if (
rx_qcqs
&&
rx_qcqs
[
in ionic_reconfigure_queues()
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/pensando/ionic/
H
A
D
ionic_lif.c
2864
struct ionic_qcq **
rx_qcqs
= NULL;
in ionic_reconfigure_queues()
local
2885
rx_qcqs
= devm_kcalloc(lif->ionic->dev, lif->ionic->nrxqs_per_lif,
in ionic_reconfigure_queues()
2887
if (!
rx_qcqs
) {
in ionic_reconfigure_queues()
2928
if (
rx_qcqs
) {
in ionic_reconfigure_queues()
2951
lif->kern_pid, &
rx_qcqs
[i]);
in ionic_reconfigure_queues()
2955
rx_qcqs
[i]->q.features = qparam->rxq_features;
in ionic_reconfigure_queues()
2980
if (
rx_qcqs
) {
in ionic_reconfigure_queues()
2983
ionic_swap_queues(lif->rxqcqs[i],
rx_qcqs
[i]);
in ionic_reconfigure_queues()
3039
if (
rx_qcqs
) {
in ionic_reconfigure_queues()
3065
if (
rx_qcqs
in ionic_reconfigure_queues()
[all...]
Completed in 7 milliseconds