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:cmpl_params
(Results
1 - 7
of
7
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/bnxt/
H
A
D
bnxt.c
6478
coal_cap->
cmpl_params
= BNXT_LEGACY_COAL_CMPL_PARAMS;
in bnxt_hwrm_coal_params_qcaps()
6495
coal_cap->
cmpl_params
= le32_to_cpu(resp->
cmpl_params
);
in bnxt_hwrm_coal_params_qcaps()
6528
u32
cmpl_params
= coal_cap->
cmpl_params
;
in bnxt_hwrm_set_coal_params()
local
6551
if (
cmpl_params
& RING_AGGINT_QCAPS_RESP_CMPL_PARAMS_INT_LAT_TMR_MIN) {
in bnxt_hwrm_set_coal_params()
6562
if (
cmpl_params
&
in bnxt_hwrm_set_coal_params()
6572
if (
cmpl_params
& RING_AGGINT_QCAPS_RESP_CMPL_PARAMS_TIMER_RESET)
in bnxt_hwrm_set_coal_params()
6574
if ((
cmpl_params
& RING_AGGINT_QCAPS_RESP_CMPL_PARAMS_RING_IDLE) &&
in bnxt_hwrm_set_coal_params()
H
A
D
bnxt.h
821
u32
cmpl_params
;
member
H
A
D
bnxt_hsi.h
5667
__le32
cmpl_params
;
member
/kernel/linux/linux-6.6/drivers/net/ethernet/broadcom/bnxt/
H
A
D
bnxt.c
6644
coal_cap->
cmpl_params
= BNXT_LEGACY_COAL_CMPL_PARAMS;
in bnxt_hwrm_coal_params_qcaps()
6663
coal_cap->
cmpl_params
= le32_to_cpu(resp->
cmpl_params
);
in bnxt_hwrm_coal_params_qcaps()
6697
u32
cmpl_params
= coal_cap->
cmpl_params
;
in bnxt_hwrm_set_coal_params()
local
6719
if (
cmpl_params
& RING_AGGINT_QCAPS_RESP_CMPL_PARAMS_INT_LAT_TMR_MIN) {
in bnxt_hwrm_set_coal_params()
6730
if (
cmpl_params
&
in bnxt_hwrm_set_coal_params()
6740
if ((
cmpl_params
& RING_AGGINT_QCAPS_RESP_CMPL_PARAMS_RING_IDLE) &&
in bnxt_hwrm_set_coal_params()
12233
if (coal_cap->
cmpl_params
&
in bnxt_init_dflt_coal()
H
A
D
bnxt.h
848
u32
cmpl_params
;
member
H
A
D
bnxt_ethtool.c
118
!(bp->coal_cap.
cmpl_params
&
in bnxt_set_coalesce()
H
A
D
bnxt_hsi.h
6680
__le32
cmpl_params
;
member
Completed in 107 milliseconds