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:recv_sections
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/hyperv/
H
A
D
netvsc_drv.c
993
dev_info->
recv_sections
= nvdev->recv_section_cnt;
in netvsc_devinfo_get()
1008
dev_info->
recv_sections
= NETVSC_DEFAULT_RX;
in netvsc_devinfo_get()
1892
device_info->
recv_sections
= new_rx;
in netvsc_set_ringparam()
1901
device_info->
recv_sections
= orig.rx_pending;
in netvsc_set_ringparam()
H
A
D
hyperv_net.h
141
u32
recv_sections
;
member
H
A
D
netvsc.c
309
buf_size = device_info->
recv_sections
* device_info->recv_section_size;
in netvsc_init_buf()
/kernel/linux/linux-6.6/drivers/net/hyperv/
H
A
D
netvsc_drv.c
978
dev_info->
recv_sections
= nvdev->recv_section_cnt;
in netvsc_devinfo_get()
993
dev_info->
recv_sections
= NETVSC_DEFAULT_RX;
in netvsc_devinfo_get()
1887
device_info->
recv_sections
= new_rx;
in netvsc_set_ringparam()
1896
device_info->
recv_sections
= orig.rx_pending;
in netvsc_set_ringparam()
H
A
D
hyperv_net.h
179
u32
recv_sections
;
member
H
A
D
netvsc.c
343
buf_size = device_info->
recv_sections
* device_info->recv_section_size;
in netvsc_init_buf()
Completed in 18 milliseconds