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:coal_bufs
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/bnxt/
H
A
D
bnxt_dim.c
27
cpr->rx_ring_coal.
coal_bufs
= cur_moder.pkts;
in bnxt_dim_work()
H
A
D
bnxt_ethtool.c
61
coal->rx_max_coalesced_frames = hw_coal->
coal_bufs
/ mult;
in bnxt_get_coalesce()
68
coal->tx_max_coalesced_frames = hw_coal->
coal_bufs
/ mult;
in bnxt_get_coalesce()
98
hw_coal->
coal_bufs
= coal->rx_max_coalesced_frames * mult;
in bnxt_set_coalesce()
105
hw_coal->
coal_bufs
= coal->tx_max_coalesced_frames * mult;
in bnxt_set_coalesce()
H
A
D
bnxt.c
3403
cpr->rx_ring_coal.
coal_bufs
= bp->rx_coal.
coal_bufs
;
in bnxt_init_cp_rings()
3413
cpr2->rx_ring_coal.
coal_bufs
= bp->rx_coal.
coal_bufs
;
in bnxt_init_cp_rings()
6536
val = clamp_t(u16, hw_coal->
coal_bufs
, 1, max);
in bnxt_hwrm_set_coal_params()
6619
coal.
coal_bufs
= cpr->rx_ring_coal.
coal_bufs
;
in bnxt_hwrm_set_ring_coal()
11296
coal->
coal_bufs
= 30;
in bnxt_init_dflt_coal()
11305
coal->
coal_bufs
= 30;
in bnxt_init_dflt_coal()
H
A
D
bnxt.h
836
u16
coal_bufs
;
member
/kernel/linux/linux-6.6/drivers/net/ethernet/broadcom/bnxt/
H
A
D
bnxt_dim.c
27
cpr->rx_ring_coal.
coal_bufs
= cur_moder.pkts;
in bnxt_dim_work()
H
A
D
bnxt_ethtool.c
75
coal->rx_max_coalesced_frames = hw_coal->
coal_bufs
/ mult;
in bnxt_get_coalesce()
85
coal->tx_max_coalesced_frames = hw_coal->
coal_bufs
/ mult;
in bnxt_get_coalesce()
125
hw_coal->
coal_bufs
= coal->rx_max_coalesced_frames * mult;
in bnxt_set_coalesce()
137
hw_coal->
coal_bufs
= coal->tx_max_coalesced_frames * mult;
in bnxt_set_coalesce()
H
A
D
bnxt.c
3730
cpr->rx_ring_coal.
coal_bufs
= bp->rx_coal.
coal_bufs
;
in bnxt_init_cp_rings()
3740
cpr2->rx_ring_coal.
coal_bufs
= bp->rx_coal.
coal_bufs
;
in bnxt_init_cp_rings()
6704
val = clamp_t(u16, hw_coal->
coal_bufs
, 1, max);
in bnxt_hwrm_set_coal_params()
6788
coal.
coal_bufs
= cpr->rx_ring_coal.
coal_bufs
;
in bnxt_hwrm_set_ring_coal()
12242
coal->
coal_bufs
= 30;
in bnxt_init_dflt_coal()
12252
coal->
coal_bufs
= 30;
in bnxt_init_dflt_coal()
H
A
D
bnxt.h
863
u16
coal_bufs
;
member
Completed in 53 milliseconds