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:num_up
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx4/
H
A
D
en_main.c
177
params->prof[i].
num_up
= MLX4_EN_NUM_UP_LOW;
in mlx4_en_get_profile()
180
params->prof[i].
num_up
;
in mlx4_en_get_profile()
H
A
D
en_resources.c
67
if (user_prio >= 0 && priv->prof->
num_up
== MLX4_EN_NUM_UP_HIGH) {
in mlx4_en_fill_qp_context()
H
A
D
en_ethtool.c
1821
priv->prof->
num_up
;
in mlx4_en_get_channels()
1846
total_tx_count = channel->tx_count * priv->prof->
num_up
+ xdp_count;
in mlx4_en_set_channels()
1857
new_prof.tx_ring_num[TX] = channel->tx_count * priv->prof->
num_up
;
in mlx4_en_set_channels()
1874
up = (priv->prof->
num_up
== MLX4_EN_NUM_UP_LOW) ?
in mlx4_en_set_channels()
1875
0 : priv->prof->
num_up
;
in mlx4_en_set_channels()
H
A
D
mlx4_en.h
402
u8
num_up
;
member
H
A
D
en_netdev.c
105
new_prof.
num_up
= (tc == 0) ? MLX4_EN_NUM_UP_LOW :
in mlx4_en_alloc_tx_queue_per_tc()
108
new_prof.
num_up
;
in mlx4_en_alloc_tx_queue_per_tc()
2775
MAX_TX_RINGS - ALIGN(xdp_ring_num, priv->prof->
num_up
);
in mlx4_xdp_set()
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx4/
H
A
D
en_resources.c
67
if (user_prio >= 0 && priv->prof->
num_up
== MLX4_EN_NUM_UP_HIGH) {
in mlx4_en_fill_qp_context()
H
A
D
en_main.c
177
params->prof[i].
num_up
= MLX4_EN_NUM_UP_LOW;
in mlx4_en_get_profile()
180
params->prof[i].
num_up
;
in mlx4_en_get_profile()
H
A
D
en_ethtool.c
1832
priv->prof->
num_up
;
in mlx4_en_get_channels()
1857
total_tx_count = channel->tx_count * priv->prof->
num_up
+ xdp_count;
in mlx4_en_set_channels()
1868
new_prof.tx_ring_num[TX] = channel->tx_count * priv->prof->
num_up
;
in mlx4_en_set_channels()
1885
up = (priv->prof->
num_up
== MLX4_EN_NUM_UP_LOW) ?
in mlx4_en_set_channels()
1886
0 : priv->prof->
num_up
;
in mlx4_en_set_channels()
H
A
D
mlx4_en.h
395
u8
num_up
;
member
H
A
D
en_netdev.c
106
new_prof.
num_up
= (tc == 0) ? MLX4_EN_NUM_UP_LOW :
in mlx4_en_alloc_tx_queue_per_tc()
109
new_prof.
num_up
;
in mlx4_en_alloc_tx_queue_per_tc()
2779
MAX_TX_RINGS - ALIGN(xdp_ring_num, priv->prof->
num_up
);
in mlx4_xdp_set()
Completed in 19 milliseconds