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:agg_count
(Results
1 - 7
of
7
) sorted by relevance
/kernel/linux/linux-6.6/drivers/net/ethernet/qualcomm/rmnet/
H
A
D
rmnet_map_data.c
528
port->
agg_count
= 0;
in reset_aggr_params()
618
port->
agg_count
= 1;
in rmnet_map_tx_aggregate()
645
port->
agg_count
++;
in rmnet_map_tx_aggregate()
648
port->
agg_count
>= port->egress_agg_params.count ||
in rmnet_map_tx_aggregate()
H
A
D
rmnet_config.h
48
u8
agg_count
;
member
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx5/core/
H
A
D
en_main.c
3503
int
agg_count
= 0;
in mlx5e_mqprio_channel_validate()
local
3535
if (mqprio->qopt.offset[i] !=
agg_count
) {
in mlx5e_mqprio_channel_validate()
3539
agg_count
+= mqprio->qopt.count[i];
in mlx5e_mqprio_channel_validate()
3542
if (priv->channels.params.num_channels !=
agg_count
) {
in mlx5e_mqprio_channel_validate()
3544
agg_count
, priv->channels.params.num_channels);
in mlx5e_mqprio_channel_validate()
/kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/bnxt/
H
A
D
bnxt.c
1313
tpa_info->
agg_count
= 0;
in bnxt_tpa_start()
1569
if (unlikely(agg_bufs != tpa_info->
agg_count
)) {
in bnxt_tpa_end()
1571
agg_bufs, tpa_info->
agg_count
);
in bnxt_tpa_end()
1572
agg_bufs = tpa_info->
agg_count
;
in bnxt_tpa_end()
1574
tpa_info->
agg_count
= 0;
in bnxt_tpa_end()
1690
BUG_ON(tpa_info->
agg_count
>= MAX_SKB_FRAGS);
in bnxt_tpa_agg()
1691
tpa_info->agg_arr[tpa_info->
agg_count
++] = *rx_agg;
in bnxt_tpa_agg()
H
A
D
bnxt.h
869
u8
agg_count
;
member
/kernel/linux/linux-6.6/drivers/net/ethernet/broadcom/bnxt/
H
A
D
bnxt.c
1364
tpa_info->
agg_count
= 0;
in bnxt_tpa_start()
1620
if (unlikely(agg_bufs != tpa_info->
agg_count
)) {
in bnxt_tpa_end()
1622
agg_bufs, tpa_info->
agg_count
);
in bnxt_tpa_end()
1623
agg_bufs = tpa_info->
agg_count
;
in bnxt_tpa_end()
1625
tpa_info->
agg_count
= 0;
in bnxt_tpa_end()
1745
BUG_ON(tpa_info->
agg_count
>= MAX_SKB_FRAGS);
in bnxt_tpa_agg()
1746
tpa_info->agg_arr[tpa_info->
agg_count
++] = *rx_agg;
in bnxt_tpa_agg()
H
A
D
bnxt.h
897
u8
agg_count
;
member
Completed in 52 milliseconds