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_cap
(Results
1 - 5
of
5
) sorted by relevance
/kernel/linux/linux-6.6/drivers/net/ethernet/broadcom/bnxt/
H
A
D
bnxt.c
6639
struct bnxt_coal_cap *
coal_cap
= &bp->
coal_cap
;
in bnxt_hwrm_coal_params_qcaps()
local
6644
coal_cap
->cmpl_params = BNXT_LEGACY_COAL_CMPL_PARAMS;
in bnxt_hwrm_coal_params_qcaps()
6645
coal_cap
->num_cmpl_dma_aggr_max = 63;
in bnxt_hwrm_coal_params_qcaps()
6646
coal_cap
->num_cmpl_dma_aggr_during_int_max = 63;
in bnxt_hwrm_coal_params_qcaps()
6647
coal_cap
->cmpl_aggr_dma_tmr_max = 65535;
in bnxt_hwrm_coal_params_qcaps()
6648
coal_cap
->cmpl_aggr_dma_tmr_during_int_max = 65535;
in bnxt_hwrm_coal_params_qcaps()
6649
coal_cap
->int_lat_tmr_min_max = 65535;
in bnxt_hwrm_coal_params_qcaps()
6650
coal_cap
->int_lat_tmr_max_max = 65535;
in bnxt_hwrm_coal_params_qcaps()
6651
coal_cap
in bnxt_hwrm_coal_params_qcaps()
6686
struct bnxt_
coal_cap
*
coal_cap
= &bp->
coal_cap
;
bnxt_usec_to_coal_tmr()
local
6695
struct bnxt_
coal_cap
*
coal_cap
= &bp->
coal_cap
;
bnxt_hwrm_set_coal_params()
local
6752
struct bnxt_
coal_cap
*
coal_cap
= &bp->
coal_cap
;
__bnxt_hwrm_set_coal_nq()
local
12229
struct bnxt_
coal_cap
*
coal_cap
= &bp->
coal_cap
;
bnxt_init_dflt_coal()
local
[all...]
H
A
D
bnxt.h
2071
struct bnxt_coal_cap
coal_cap
;
member
H
A
D
bnxt_ethtool.c
118
!(bp->
coal_cap
.cmpl_params &
in bnxt_set_coalesce()
/kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/bnxt/
H
A
D
bnxt.c
6474
struct bnxt_coal_cap *
coal_cap
= &bp->
coal_cap
;
in bnxt_hwrm_coal_params_qcaps()
local
6478
coal_cap
->cmpl_params = BNXT_LEGACY_COAL_CMPL_PARAMS;
in bnxt_hwrm_coal_params_qcaps()
6479
coal_cap
->num_cmpl_dma_aggr_max = 63;
in bnxt_hwrm_coal_params_qcaps()
6480
coal_cap
->num_cmpl_dma_aggr_during_int_max = 63;
in bnxt_hwrm_coal_params_qcaps()
6481
coal_cap
->cmpl_aggr_dma_tmr_max = 65535;
in bnxt_hwrm_coal_params_qcaps()
6482
coal_cap
->cmpl_aggr_dma_tmr_during_int_max = 65535;
in bnxt_hwrm_coal_params_qcaps()
6483
coal_cap
->int_lat_tmr_min_max = 65535;
in bnxt_hwrm_coal_params_qcaps()
6484
coal_cap
->int_lat_tmr_max_max = 65535;
in bnxt_hwrm_coal_params_qcaps()
6485
coal_cap
in bnxt_hwrm_coal_params_qcaps()
6518
struct bnxt_
coal_cap
*
coal_cap
= &bp->
coal_cap
;
bnxt_usec_to_coal_tmr()
local
6527
struct bnxt_
coal_cap
*
coal_cap
= &bp->
coal_cap
;
bnxt_hwrm_set_coal_params()
local
6587
struct bnxt_
coal_cap
*
coal_cap
= &bp->
coal_cap
;
__bnxt_hwrm_set_coal_nq()
local
[all...]
H
A
D
bnxt.h
1895
struct bnxt_coal_cap
coal_cap
;
member
Completed in 40 milliseconds