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:nvsp_version
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/hyperv/
H
A
D
rndis_filter.c
589
u32
nvsp_version
= nvdev->
nvsp_version
;
in rndis_filter_query_device()
local
593
if (
nvsp_version
>= NVSP_PROTOCOL_VERSION_5) {
in rndis_filter_query_device()
596
} else if (
nvsp_version
>= NVSP_PROTOCOL_VERSION_4) {
in rndis_filter_query_device()
782
u32 vsp_version = nvdev->
nvsp_version
;
in rndis_filter_set_offload_params()
1437
if (net_device->
nvsp_version
< NVSP_PROTOCOL_VERSION_5)
in rndis_filter_device_add()
H
A
D
netvsc.c
313
if (net_device->
nvsp_version
<= NVSP_PROTOCOL_VERSION_2)
in netvsc_init_buf()
585
net_device->
nvsp_version
= ver_list[i];
in netvsc_connect_vsp()
594
pr_debug("Negotiated NVSP version:%x\n", net_device->
nvsp_version
);
in netvsc_connect_vsp()
599
if (net_device->
nvsp_version
<= NVSP_PROTOCOL_VERSION_4)
in netvsc_connect_vsp()
1299
if (nvscdev->
nvsp_version
<= NVSP_PROTOCOL_VERSION_6 &&
in netvsc_send_table()
H
A
D
netvsc_drv.c
1144
if (nvdev->
nvsp_version
< NVSP_PROTOCOL_VERSION_5)
in netvsc_set_channels()
1839
if (nvdev->
nvsp_version
<= NVSP_PROTOCOL_VERSION_2)
in __netvsc_get_ringparam()
2568
if (nvdev->
nvsp_version
>= NVSP_PROTOCOL_VERSION_2)
in netvsc_probe()
H
A
D
hyperv_net.h
1009
u32
nvsp_version
;
member
/kernel/linux/linux-6.6/drivers/net/hyperv/
H
A
D
netvsc.c
347
if (net_device->
nvsp_version
<= NVSP_PROTOCOL_VERSION_2)
in netvsc_init_buf()
632
net_device->
nvsp_version
= ver_list[i];
in netvsc_connect_vsp()
641
if (hv_is_isolation_supported() && net_device->
nvsp_version
< NVSP_PROTOCOL_VERSION_61) {
in netvsc_connect_vsp()
643
net_device->
nvsp_version
, NVSP_PROTOCOL_VERSION_61);
in netvsc_connect_vsp()
648
pr_debug("Negotiated NVSP version:%x\n", net_device->
nvsp_version
);
in netvsc_connect_vsp()
653
if (net_device->
nvsp_version
<= NVSP_PROTOCOL_VERSION_4)
in netvsc_connect_vsp()
1527
if (nvscdev->
nvsp_version
<= NVSP_PROTOCOL_VERSION_6 &&
in netvsc_send_table()
H
A
D
rndis_filter.c
672
u32
nvsp_version
= nvdev->
nvsp_version
;
in rndis_filter_query_device()
local
676
if (
nvsp_version
>= NVSP_PROTOCOL_VERSION_5) {
in rndis_filter_query_device()
679
} else if (
nvsp_version
>= NVSP_PROTOCOL_VERSION_4) {
in rndis_filter_query_device()
876
u32 vsp_version = nvdev->
nvsp_version
;
in rndis_filter_set_offload_params()
1539
if (net_device->
nvsp_version
< NVSP_PROTOCOL_VERSION_5)
in rndis_filter_device_add()
H
A
D
netvsc_drv.c
1129
if (nvdev->
nvsp_version
< NVSP_PROTOCOL_VERSION_5)
in netvsc_set_channels()
1830
if (nvdev->
nvsp_version
<= NVSP_PROTOCOL_VERSION_2)
in __netvsc_get_ringparam()
2615
if (nvdev->
nvsp_version
>= NVSP_PROTOCOL_VERSION_2)
in netvsc_probe()
H
A
D
hyperv_net.h
1138
u32
nvsp_version
;
member
Completed in 23 milliseconds