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:device_ctx
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/hyperv/
H
A
D
netvsc_drv.c
1030
struct hv_device *hdev = ndev_ctx->
device_ctx
;
in netvsc_detach()
1069
struct hv_device *hdev = ndev_ctx->
device_ctx
;
in netvsc_attach()
2053
struct hv_device *device_obj = ndev_ctx->
device_ctx
;
in netvsc_link_change()
2268
struct net_device *ndev = hv_get_drvdata(ndev_ctx->
device_ctx
);
in netvsc_vf_setup()
2314
return hv_get_drvdata(ndev_ctx->
device_ctx
);
in get_netvsc_byslot()
2325
ndev = hv_get_drvdata(ndev_ctx->
device_ctx
);
in get_netvsc_byslot()
2490
net_device_ctx->
device_ctx
= dev;
in netvsc_probe()
H
A
D
netvsc.c
36
struct hv_device *dev = net_device_ctx->
device_ctx
;
in netvsc_switch_datapath()
970
struct hv_device *device = ndev_ctx->
device_ctx
;
in netvsc_send()
H
A
D
hyperv_net.h
943
struct hv_device *
device_ctx
;
member
H
A
D
rndis_filter.c
1195
struct hv_device *hv_dev = ndev_ctx->
device_ctx
;
in rndis_set_subchannel()
/kernel/linux/linux-6.6/drivers/net/hyperv/
H
A
D
netvsc_drv.c
1015
struct hv_device *hdev = ndev_ctx->
device_ctx
;
in netvsc_detach()
1054
struct hv_device *hdev = ndev_ctx->
device_ctx
;
in netvsc_attach()
2049
struct hv_device *device_obj = ndev_ctx->
device_ctx
;
in netvsc_link_change()
2265
struct net_device *ndev = hv_get_drvdata(ndev_ctx->
device_ctx
);
in netvsc_vf_setup()
2313
ndev = hv_get_drvdata(ndev_ctx->
device_ctx
);
in get_netvsc_byslot()
2331
ndev = hv_get_drvdata(ndev_ctx->
device_ctx
);
in get_netvsc_byslot()
2533
net_device_ctx->
device_ctx
= dev;
in netvsc_probe()
H
A
D
netvsc.c
38
struct hv_device *dev = net_device_ctx->
device_ctx
;
in netvsc_switch_datapath()
787
netvsc_dma_unmap(ndev_ctx->
device_ctx
, packet);
in netvsc_send_tx_complete()
1092
ret = netvsc_dma_map(ndev_ctx->
device_ctx
, packet, pb);
in netvsc_send_pkt()
1104
netvsc_dma_unmap(ndev_ctx->
device_ctx
, packet);
in netvsc_send_pkt()
1185
struct hv_device *device = ndev_ctx->
device_ctx
;
in netvsc_send()
H
A
D
rndis_filter.c
368
netdev_priv(ndev))->
device_ctx
, &request->pkt);
in rndis_filter_receive_response()
1292
struct hv_device *hv_dev = ndev_ctx->
device_ctx
;
in rndis_set_subchannel()
H
A
D
hyperv_net.h
1019
struct hv_device *
device_ctx
;
member
Completed in 24 milliseconds