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_txq_per_tx
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/brocade/bna/
H
A
D
bnad.h
96
#define BNAD_NUM_TXQ (bnad->num_tx * bnad->
num_txq_per_tx
)
295
u32
num_txq_per_tx
;
member
H
A
D
bnad.c
826
for (j = 0; j < bnad->
num_txq_per_tx
; j++) {
in bnad_isr()
951
for (tcb_id = 0; tcb_id < bnad->
num_txq_per_tx
;
in bnad_cb_ethport_link_status()
1474
(bnad->num_tx * bnad->
num_txq_per_tx
) +
in bnad_txrx_irq_alloc()
1928
bnad->
num_txq_per_tx
);
in bnad_destroy_tx()
1964
tx_config->num_txq = bnad->
num_txq_per_tx
;
in bnad_setup_tx()
1971
bna_tx_res_req(bnad->
num_txq_per_tx
,
in bnad_setup_tx()
1977
bnad->
num_txq_per_tx
, (sizeof(struct bnad_tx_unmap) *
in bnad_setup_tx()
2002
tx_id, bnad->
num_txq_per_tx
);
in bnad_setup_tx()
2411
for (j = 0; j < bnad->
num_txq_per_tx
; j++) {
in bnad_netdev_qstats_fill()
2533
bnad->
num_txq_per_tx
in bnad_q_num_init()
[all...]
H
A
D
bnad_ethtool.c
683
for (j = 0; j < bnad->
num_txq_per_tx
; j++) {
in bnad_get_strings()
746
count += bnad->
num_txq_per_tx
* BNAD_NUM_TXQ_COUNTERS;
in bnad_get_stats_count_locked()
824
for (j = 0; j < bnad->
num_txq_per_tx
; j++)
in bnad_per_q_stats_fill()
/kernel/linux/linux-6.6/drivers/net/ethernet/brocade/bna/
H
A
D
bnad.h
96
#define BNAD_NUM_TXQ (bnad->num_tx * bnad->
num_txq_per_tx
)
295
u32
num_txq_per_tx
;
member
H
A
D
bnad.c
826
for (j = 0; j < bnad->
num_txq_per_tx
; j++) {
in bnad_isr()
951
for (tcb_id = 0; tcb_id < bnad->
num_txq_per_tx
;
in bnad_cb_ethport_link_status()
1473
(bnad->num_tx * bnad->
num_txq_per_tx
) +
in bnad_txrx_irq_alloc()
1926
bnad->
num_txq_per_tx
);
in bnad_destroy_tx()
1962
tx_config->num_txq = bnad->
num_txq_per_tx
;
in bnad_setup_tx()
1969
bna_tx_res_req(bnad->
num_txq_per_tx
,
in bnad_setup_tx()
1975
bnad->
num_txq_per_tx
, (sizeof(struct bnad_tx_unmap) *
in bnad_setup_tx()
2000
tx_id, bnad->
num_txq_per_tx
);
in bnad_setup_tx()
2409
for (j = 0; j < bnad->
num_txq_per_tx
; j++) {
in bnad_netdev_qstats_fill()
2531
bnad->
num_txq_per_tx
in bnad_q_num_init()
[all...]
H
A
D
bnad_ethtool.c
653
for (j = 0; j < bnad->
num_txq_per_tx
; j++)
in bnad_get_strings()
698
count += bnad->
num_txq_per_tx
* BNAD_NUM_TXQ_COUNTERS;
in bnad_get_stats_count_locked()
776
for (j = 0; j < bnad->
num_txq_per_tx
; j++)
in bnad_per_q_stats_fill()
Completed in 12 milliseconds