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:num_rxp_per_rx
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/brocade/bna/
H
A
D
bnad_ethtool.c
607
for (j = 0; j < bnad->
num_rxp_per_rx
; j++) {
in bnad_get_strings()
633
for (j = 0; j < bnad->
num_rxp_per_rx
; j++) {
in bnad_get_strings()
734
count += bnad->
num_rxp_per_rx
* BNAD_NUM_CQ_COUNTERS;
in bnad_get_stats_count_locked()
735
count += bnad->
num_rxp_per_rx
* BNAD_NUM_RXQ_COUNTERS;
in bnad_get_stats_count_locked()
736
for (j = 0; j < bnad->
num_rxp_per_rx
; j++)
in bnad_get_stats_count_locked()
761
for (j = 0; j < bnad->
num_rxp_per_rx
; j++)
in bnad_per_q_stats_fill()
786
for (j = 0; j < bnad->
num_rxp_per_rx
; j++)
in bnad_per_q_stats_fill()
H
A
D
bnad.h
97
#define BNAD_NUM_RXP (bnad->num_rx * bnad->
num_rxp_per_rx
)
296
u32
num_rxp_per_rx
;
member
H
A
D
bnad.c
837
for (j = 0; j < bnad->
num_rxp_per_rx
; j++) {
in bnad_isr()
1759
for (j = 0; j < bnad->
num_rxp_per_rx
; j++) {
in bnad_dim_timeout()
1892
for (i = 0; i < bnad->
num_rxp_per_rx
; i++) {
in bnad_napi_add()
1905
for (i = 0; i < bnad->
num_rxp_per_rx
; i++)
in bnad_napi_delete()
2031
rx_config->num_paths = bnad->
num_rxp_per_rx
;
in bnad_init_rx_config()
2034
if (bnad->
num_rxp_per_rx
> 1) {
in bnad_init_rx_config()
2042
bnad->
num_rxp_per_rx
- 1;
in bnad_init_rx_config()
2095
for (i = 0; i < bnad->
num_rxp_per_rx
; i++)
in bnad_rx_ctrl_init()
2391
for (j = 0; j < bnad->
num_rxp_per_rx
; j++) {
in bnad_netdev_qstats_fill()
2532
bnad->
num_rxp_per_rx
in bnad_q_num_init()
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/brocade/bna/
H
A
D
bnad_ethtool.c
632
for (j = 0; j < bnad->
num_rxp_per_rx
; j++)
in bnad_get_strings()
640
for (j = 0; j < bnad->
num_rxp_per_rx
; j++) {
in bnad_get_strings()
686
count += bnad->
num_rxp_per_rx
* BNAD_NUM_CQ_COUNTERS;
in bnad_get_stats_count_locked()
687
count += bnad->
num_rxp_per_rx
* BNAD_NUM_RXQ_COUNTERS;
in bnad_get_stats_count_locked()
688
for (j = 0; j < bnad->
num_rxp_per_rx
; j++)
in bnad_get_stats_count_locked()
713
for (j = 0; j < bnad->
num_rxp_per_rx
; j++)
in bnad_per_q_stats_fill()
738
for (j = 0; j < bnad->
num_rxp_per_rx
; j++)
in bnad_per_q_stats_fill()
H
A
D
bnad.h
97
#define BNAD_NUM_RXP (bnad->num_rx * bnad->
num_rxp_per_rx
)
296
u32
num_rxp_per_rx
;
member
H
A
D
bnad.c
837
for (j = 0; j < bnad->
num_rxp_per_rx
; j++) {
in bnad_isr()
1758
for (j = 0; j < bnad->
num_rxp_per_rx
; j++) {
in bnad_dim_timeout()
1890
for (i = 0; i < bnad->
num_rxp_per_rx
; i++) {
in bnad_napi_add()
1903
for (i = 0; i < bnad->
num_rxp_per_rx
; i++)
in bnad_napi_delete()
2029
rx_config->num_paths = bnad->
num_rxp_per_rx
;
in bnad_init_rx_config()
2032
if (bnad->
num_rxp_per_rx
> 1) {
in bnad_init_rx_config()
2040
bnad->
num_rxp_per_rx
- 1;
in bnad_init_rx_config()
2093
for (i = 0; i < bnad->
num_rxp_per_rx
; i++)
in bnad_rx_ctrl_init()
2389
for (j = 0; j < bnad->
num_rxp_per_rx
; j++) {
in bnad_netdev_qstats_fill()
2530
bnad->
num_rxp_per_rx
in bnad_q_num_init()
[all...]
Completed in 11 milliseconds