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:tx_desc_cnt
(Results
1 - 19
of
19
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/atheros/atl1e/
H
A
D
atl1e_param.c
44
ATL1E_PARAM(
tx_desc_cnt
, "Transmit description count");
191
val =
tx_desc_cnt
[bd];
in atl1e_check_options()
/kernel/linux/linux-5.10/drivers/net/ethernet/qualcomm/emac/
H
A
D
emac-ethtool.c
143
ring->tx_pending = adpt->
tx_desc_cnt
;
in emac_get_ringparam()
157
adpt->
tx_desc_cnt
=
in emac_set_ringparam()
H
A
D
emac.h
343
unsigned int
tx_desc_cnt
;
member
H
A
D
emac.c
406
adpt->
tx_desc_cnt
= EMAC_DEF_TX_DESCS;
in emac_init_adapter()
H
A
D
emac-mac.c
753
unsigned int num_tx_descs = adpt->
tx_desc_cnt
;
in emac_mac_rx_tx_rings_alloc_all()
757
adpt->tx_q.tpd.count = adpt->
tx_desc_cnt
;
in emac_mac_rx_tx_rings_alloc_all()
/kernel/linux/linux-6.6/drivers/net/ethernet/atheros/atl1e/
H
A
D
atl1e_param.c
44
ATL1E_PARAM(
tx_desc_cnt
, "Transmit description count");
191
val =
tx_desc_cnt
[bd];
in atl1e_check_options()
/kernel/linux/linux-6.6/drivers/net/ethernet/google/gve/
H
A
D
gve_adminq.c
536
comp_ring_size = priv->
tx_desc_cnt
;
in gve_adminq_create_tx_queue()
540
cpu_to_be16(priv->
tx_desc_cnt
);
in gve_adminq_create_tx_queue()
699
priv->
tx_desc_cnt
= be16_to_cpu(descriptor->tx_queue_entries);
in gve_set_desc_cnt()
700
if (priv->
tx_desc_cnt
* sizeof(priv->tx->desc[0]) < PAGE_SIZE) {
in gve_set_desc_cnt()
702
priv->
tx_desc_cnt
);
in gve_set_desc_cnt()
720
priv->
tx_desc_cnt
= be16_to_cpu(descriptor->tx_queue_entries);
in gve_set_desc_cnt_dqo()
H
A
D
gve_ethtool.c
480
cmd->tx_max_pending = priv->
tx_desc_cnt
;
in gve_get_ringparam()
482
cmd->tx_pending = priv->
tx_desc_cnt
;
in gve_get_ringparam()
H
A
D
gve_tx.c
209
gve_clean_tx_done(priv, tx, priv->
tx_desc_cnt
, false);
in gve_tx_free_ring()
212
gve_clean_xdp_done(priv, tx, priv->
tx_desc_cnt
);
in gve_tx_free_ring()
239
u32 slots = priv->
tx_desc_cnt
;
in gve_tx_alloc_ring()
H
A
D
gve.h
647
u16
tx_desc_cnt
; /* num desc per ring */
member
H
A
D
gve_tx_dqo.c
271
tx->mask = priv->
tx_desc_cnt
- 1;
in gve_tx_alloc_ring_dqo()
/kernel/linux/linux-6.6/drivers/net/ethernet/qualcomm/emac/
H
A
D
emac-ethtool.c
145
ring->tx_pending = adpt->
tx_desc_cnt
;
in emac_get_ringparam()
161
adpt->
tx_desc_cnt
=
in emac_set_ringparam()
H
A
D
emac.h
343
unsigned int
tx_desc_cnt
;
member
H
A
D
emac.c
405
adpt->
tx_desc_cnt
= EMAC_DEF_TX_DESCS;
in emac_init_adapter()
H
A
D
emac-mac.c
753
unsigned int num_tx_descs = adpt->
tx_desc_cnt
;
in emac_mac_rx_tx_rings_alloc_all()
757
adpt->tx_q.tpd.count = adpt->
tx_desc_cnt
;
in emac_mac_rx_tx_rings_alloc_all()
/kernel/linux/linux-5.10/drivers/net/ethernet/google/gve/
H
A
D
gve_adminq.c
487
priv->
tx_desc_cnt
= be16_to_cpu(descriptor->tx_queue_entries);
in gve_adminq_describe_device()
488
if (priv->
tx_desc_cnt
* sizeof(priv->tx->desc[0]) < PAGE_SIZE) {
in gve_adminq_describe_device()
489
dev_err(&priv->pdev->dev, "Tx desc count %d too low\n", priv->
tx_desc_cnt
);
in gve_adminq_describe_device()
H
A
D
gve_ethtool.c
413
cmd->tx_max_pending = priv->
tx_desc_cnt
;
in gve_get_ringparam()
415
cmd->tx_pending = priv->
tx_desc_cnt
;
in gve_get_ringparam()
H
A
D
gve.h
196
u16
tx_desc_cnt
; /* num desc per ring */
member
H
A
D
gve_tx.c
189
u32 slots = priv->
tx_desc_cnt
;
in gve_tx_alloc_ring()
Completed in 24 milliseconds