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:out_channel
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/hyperv/
H
A
D
netvsc.c
876
struct vmbus_channel *
out_channel
= nvchan->channel;
in netvsc_send_pkt()
local
882
u32 ring_avail = hv_get_avail_to_write_percent(&
out_channel
->outbound);
in netvsc_send_pkt()
898
if (
out_channel
->rescind)
in netvsc_send_pkt()
901
trace_nvsp_send_pkt(ndev,
out_channel
, rpkt);
in netvsc_send_pkt()
907
ret = vmbus_sendpacket_pagebuffer(
out_channel
,
in netvsc_send_pkt()
912
ret = vmbus_sendpacket(
out_channel
,
in netvsc_send_pkt()
/kernel/linux/linux-6.6/drivers/net/hyperv/
H
A
D
netvsc.c
1059
struct vmbus_channel *
out_channel
= nvchan->channel;
in netvsc_send_pkt()
local
1065
u32 ring_avail = hv_get_avail_to_write_percent(&
out_channel
->outbound);
in netvsc_send_pkt()
1082
if (
out_channel
->rescind)
in netvsc_send_pkt()
1085
trace_nvsp_send_pkt(ndev,
out_channel
, rpkt);
in netvsc_send_pkt()
1098
ret = vmbus_sendpacket_pagebuffer(
out_channel
,
in netvsc_send_pkt()
1106
ret = vmbus_sendpacket(
out_channel
,
in netvsc_send_pkt()
Completed in 5 milliseconds