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:rx_ticks
(Results
1 - 12
of
12
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/
H
A
D
bnx2.c
5036
BNX2_WR(bp, BNX2_HC_RX_TICKS, (bp->rx_ticks_int << 16) | bp->
rx_ticks
);
in bnx2_init_chip()
5069
if (bp->
rx_ticks
< 25)
in bnx2_init_chip()
5095
(bp->rx_ticks_int << 16) | bp->
rx_ticks
);
in bnx2_init_chip()
7251
coal->rx_coalesce_usecs = bp->
rx_ticks
;
in bnx2_get_coalesce()
7271
bp->
rx_ticks
= (u16) coal->rx_coalesce_usecs;
in bnx2_set_coalesce()
7272
if (bp->
rx_ticks
> 0x3ff) bp->
rx_ticks
= 0x3ff;
in bnx2_set_coalesce()
8356
bp->
rx_ticks
= 18;
in bnx2_init_board()
8425
bp->rx_ticks_int = bp->
rx_ticks
;
in bnx2_init_board()
H
A
D
bnx2.h
6924
u16
rx_ticks
;
member
/kernel/linux/linux-6.6/drivers/net/ethernet/broadcom/
H
A
D
bnx2.c
5019
BNX2_WR(bp, BNX2_HC_RX_TICKS, (bp->rx_ticks_int << 16) | bp->
rx_ticks
);
in bnx2_init_chip()
5052
if (bp->
rx_ticks
< 25)
in bnx2_init_chip()
5078
(bp->rx_ticks_int << 16) | bp->
rx_ticks
);
in bnx2_init_chip()
7238
coal->rx_coalesce_usecs = bp->
rx_ticks
;
in bnx2_get_coalesce()
7260
bp->
rx_ticks
= (u16) coal->rx_coalesce_usecs;
in bnx2_set_coalesce()
7261
if (bp->
rx_ticks
> 0x3ff) bp->
rx_ticks
= 0x3ff;
in bnx2_set_coalesce()
8320
bp->
rx_ticks
= 18;
in bnx2_init_board()
8389
bp->rx_ticks_int = bp->
rx_ticks
;
in bnx2_init_board()
H
A
D
bnx2.h
6923
u16
rx_ticks
;
member
/kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/bnx2x/
H
A
D
bnx2x_ethtool.c
1887
coal->rx_coalesce_usecs = bp->
rx_ticks
;
in bnx2x_get_coalesce()
1898
bp->
rx_ticks
= (u16)coal->rx_coalesce_usecs;
in bnx2x_set_coalesce()
1899
if (bp->
rx_ticks
> BNX2X_MAX_COALESCE_TOUT)
in bnx2x_set_coalesce()
1900
bp->
rx_ticks
= BNX2X_MAX_COALESCE_TOUT;
in bnx2x_set_coalesce()
H
A
D
bnx2x_vfpf.c
640
req->rxq.hc_rate = bp->
rx_ticks
? 1000000/bp->
rx_ticks
: 0;
in bnx2x_vfpf_setup_q()
H
A
D
bnx2x.h
1573
u16
rx_ticks
;
member
H
A
D
bnx2x_main.c
6126
bp->tx_ticks, bp->
rx_ticks
);
in bnx2x_update_coalesce()
8758
init_params->rx.hc_rate = bp->
rx_ticks
?
in bnx2x_pf_q_prep_init()
8759
(1000000 / bp->
rx_ticks
) : 0;
in bnx2x_pf_q_prep_init()
12416
bp->
rx_ticks
= (25 / BNX2X_BTR) * BNX2X_BTR;
in bnx2x_init_bp()
/kernel/linux/linux-6.6/drivers/net/ethernet/broadcom/bnx2x/
H
A
D
bnx2x_ethtool.c
1889
coal->rx_coalesce_usecs = bp->
rx_ticks
;
in bnx2x_get_coalesce()
1902
bp->
rx_ticks
= (u16)coal->rx_coalesce_usecs;
in bnx2x_set_coalesce()
1903
if (bp->
rx_ticks
> BNX2X_MAX_COALESCE_TOUT)
in bnx2x_set_coalesce()
1904
bp->
rx_ticks
= BNX2X_MAX_COALESCE_TOUT;
in bnx2x_set_coalesce()
H
A
D
bnx2x_vfpf.c
642
req->rxq.hc_rate = bp->
rx_ticks
? 1000000/bp->
rx_ticks
: 0;
in bnx2x_vfpf_setup_q()
H
A
D
bnx2x.h
1574
u16
rx_ticks
;
member
H
A
D
bnx2x_main.c
6124
bp->tx_ticks, bp->
rx_ticks
);
in bnx2x_update_coalesce()
8756
init_params->rx.hc_rate = bp->
rx_ticks
?
in bnx2x_pf_q_prep_init()
8757
(1000000 / bp->
rx_ticks
) : 0;
in bnx2x_pf_q_prep_init()
12371
bp->
rx_ticks
= (25 / BNX2X_BTR) * BNX2X_BTR;
in bnx2x_init_bp()
Completed in 120 milliseconds