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_section_cnt
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/hyperv/
H
A
D
netvsc.c
151
if (net_device->
recv_section_cnt
) {
in netvsc_revoke_recv_buf()
184
net_device->
recv_section_cnt
= 0;
in netvsc_revoke_recv_buf()
389
net_device->
recv_section_cnt
= resp->sections[0].num_sub_allocs;
in netvsc_init_buf()
393
(u64)net_device->
recv_section_cnt
> (u64)buf_size) {
in netvsc_init_buf()
401
* Add 1 to the
recv_section_cnt
because at least one entry in a
in netvsc_init_buf()
404
net_device->recv_completion_cnt = net_device->
recv_section_cnt
+ 1;
in netvsc_init_buf()
H
A
D
netvsc_drv.c
993
dev_info->recv_sections = nvdev->
recv_section_cnt
;
in netvsc_devinfo_get()
1836
ring->rx_pending = nvdev->
recv_section_cnt
;
in __netvsc_get_ringparam()
H
A
D
hyperv_net.h
1019
u32
recv_section_cnt
;
member
/kernel/linux/linux-6.6/drivers/net/hyperv/
H
A
D
netvsc.c
188
if (net_device->
recv_section_cnt
) {
in netvsc_revoke_recv_buf()
221
net_device->
recv_section_cnt
= 0;
in netvsc_revoke_recv_buf()
423
net_device->
recv_section_cnt
= resp->sections[0].num_sub_allocs;
in netvsc_init_buf()
427
(u64)net_device->
recv_section_cnt
> (u64)buf_size) {
in netvsc_init_buf()
445
* Add 1 to the
recv_section_cnt
because at least one entry in a
in netvsc_init_buf()
448
net_device->recv_completion_cnt = net_device->
recv_section_cnt
+ 1;
in netvsc_init_buf()
H
A
D
netvsc_drv.c
978
dev_info->recv_sections = nvdev->
recv_section_cnt
;
in netvsc_devinfo_get()
1827
ring->rx_pending = nvdev->
recv_section_cnt
;
in __netvsc_get_ringparam()
H
A
D
hyperv_net.h
1148
u32
recv_section_cnt
;
member
Completed in 20 milliseconds