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:send_section_cnt
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/hyperv/
H
A
D
netvsc.c
201
if (net_device->
send_section_cnt
) {
in netvsc_revoke_send_buf()
235
net_device->
send_section_cnt
= 0;
in netvsc_revoke_send_buf()
480
net_device->
send_section_cnt
= buf_size / net_device->send_section_size;
in netvsc_init_buf()
483
net_device->send_section_size, net_device->
send_section_cnt
);
in netvsc_init_buf()
486
map_words = DIV_ROUND_UP(net_device->
send_section_cnt
, BITS_PER_LONG);
in netvsc_init_buf()
818
for_each_clear_bit(i, map_addr, net_device->
send_section_cnt
) {
in netvsc_get_next_send_section()
H
A
D
netvsc_drv.c
991
dev_info->send_sections = nvdev->
send_section_cnt
;
in netvsc_devinfo_get()
1837
ring->tx_pending = nvdev->
send_section_cnt
;
in __netvsc_get_ringparam()
H
A
D
hyperv_net.h
1026
u32
send_section_cnt
;
member
/kernel/linux/linux-6.6/drivers/net/hyperv/
H
A
D
netvsc.c
238
if (net_device->
send_section_cnt
) {
in netvsc_revoke_send_buf()
272
net_device->
send_section_cnt
= 0;
in netvsc_revoke_send_buf()
525
net_device->
send_section_cnt
= buf_size / net_device->send_section_size;
in netvsc_init_buf()
528
net_device->send_section_size, net_device->
send_section_cnt
);
in netvsc_init_buf()
531
net_device->send_section_map = bitmap_zalloc(net_device->
send_section_cnt
,
in netvsc_init_buf()
924
for_each_clear_bit(i, map_addr, net_device->
send_section_cnt
) {
in netvsc_get_next_send_section()
H
A
D
netvsc_drv.c
976
dev_info->send_sections = nvdev->
send_section_cnt
;
in netvsc_devinfo_get()
1828
ring->tx_pending = nvdev->
send_section_cnt
;
in __netvsc_get_ringparam()
H
A
D
hyperv_net.h
1156
u32
send_section_cnt
;
member
Completed in 19 milliseconds