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:mhi_netdev
(Results
1 - 1
of
1
) sorted by relevance
/kernel/linux/linux-6.6/drivers/net/
H
A
D
mhi_net.c
49
struct mhi_net_dev *
mhi_netdev
= netdev_priv(ndev);
in mhi_ndo_open()
local
52
schedule_delayed_work(&
mhi_netdev
->rx_refill, 0);
in mhi_ndo_open()
64
struct mhi_net_dev *
mhi_netdev
= netdev_priv(ndev);
in mhi_ndo_stop()
local
68
cancel_delayed_work_sync(&
mhi_netdev
->rx_refill);
in mhi_ndo_stop()
75
struct mhi_net_dev *
mhi_netdev
= netdev_priv(ndev);
in mhi_ndo_xmit()
local
76
struct mhi_device *mdev =
mhi_netdev
->mdev;
in mhi_ndo_xmit()
93
u64_stats_update_begin(&
mhi_netdev
->stats.tx_syncp);
in mhi_ndo_xmit()
94
u64_stats_inc(&
mhi_netdev
->stats.tx_dropped);
in mhi_ndo_xmit()
95
u64_stats_update_end(&
mhi_netdev
->stats.tx_syncp);
in mhi_ndo_xmit()
103
struct mhi_net_dev *
mhi_netdev
in mhi_ndo_get_stats64()
local
143
mhi_net_skb_agg(struct mhi_net_dev *
mhi_netdev
, struct sk_buff *skb)
mhi_net_skb_agg()
argument
172
struct mhi_net_dev *
mhi_netdev
= dev_get_drvdata(&mhi_dev->dev);
mhi_net_dl_callback()
local
239
struct mhi_net_dev *
mhi_netdev
= dev_get_drvdata(&mhi_dev->dev);
mhi_net_ul_callback()
local
270
struct mhi_net_dev *
mhi_netdev
= container_of(work, struct mhi_net_dev,
mhi_net_rx_refill_work()
local
306
struct mhi_net_dev *
mhi_netdev
;
mhi_net_newlink()
local
338
struct mhi_net_dev *
mhi_netdev
= netdev_priv(ndev);
mhi_net_dellink()
local
376
struct mhi_net_dev *
mhi_netdev
= dev_get_drvdata(&mhi_dev->dev);
mhi_net_remove()
local
[all...]
Completed in 2 milliseconds