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:reset_tx
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/arch/um/drivers/
H
A
D
vector_kern.h
83
struct work_struct
reset_tx
;
member
H
A
D
vector_kern.c
1210
container_of(work, struct vector_private,
reset_tx
);
in vector_reset_tx()
1344
schedule_work(&vp->
reset_tx
);
in vector_net_tx_timeout()
1634
INIT_WORK(&vp->
reset_tx
, vector_reset_tx);
in vector_eth_configure()
/kernel/linux/linux-6.6/arch/um/drivers/
H
A
D
vector_kern.h
85
struct work_struct
reset_tx
;
member
H
A
D
vector_kern.c
1199
container_of(work, struct vector_private,
reset_tx
);
in vector_reset_tx()
1337
schedule_work(&vp->
reset_tx
);
in vector_net_tx_timeout()
1633
INIT_WORK(&vp->
reset_tx
, vector_reset_tx);
in vector_eth_configure()
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx5/core/
H
A
D
en_ethtool.c
612
bool reset_rx,
reset_tx
;
in mlx5e_ethtool_set_coalesce()
local
654
reset_tx
= !!coal->use_adaptive_tx_coalesce != priv->channels.params.tx_dim_enabled;
in mlx5e_ethtool_set_coalesce()
665
reset_tx
= true;
in mlx5e_ethtool_set_coalesce()
674
if (
reset_tx
) {
in mlx5e_ethtool_set_coalesce()
684
if (!reset_rx && !
reset_tx
&& test_bit(MLX5E_STATE_OPENED, &priv->state)) {
in mlx5e_ethtool_set_coalesce()
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx5/core/
H
A
D
en_ethtool.c
562
bool reset_rx,
reset_tx
;
in mlx5e_ethtool_set_coalesce()
local
596
reset_tx
= !!coal->use_adaptive_tx_coalesce != priv->channels.params.tx_dim_enabled;
in mlx5e_ethtool_set_coalesce()
604
if (
reset_tx
) {
in mlx5e_ethtool_set_coalesce()
616
if (!reset_rx && !
reset_tx
) {
in mlx5e_ethtool_set_coalesce()
/kernel/linux/linux-5.10/drivers/net/ethernet/dlink/
H
A
D
sundance.c
431
static int
reset_tx
(struct net_device *dev);
886
reset_tx
(dev);
in netdev_open()
996
reset_tx
(dev);
in tx_timeout()
1134
reset_tx
(struct net_device *dev)
in reset_tx()
function
/kernel/linux/linux-6.6/drivers/net/ethernet/dlink/
H
A
D
sundance.c
431
static int
reset_tx
(struct net_device *dev);
888
reset_tx
(dev);
in netdev_open()
998
reset_tx
(dev);
in tx_timeout()
1136
reset_tx
(struct net_device *dev)
in reset_tx()
function
Completed in 17 milliseconds