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:resp_pf_to_vf
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/hisilicon/hns3/hns3pf/
H
A
D
hclge_mbx.c
34
struct hclge_mbx_pf_to_vf_cmd *
resp_pf_to_vf
;
in hclge_gen_resp_to_vf()
local
40
resp_pf_to_vf
= (struct hclge_mbx_pf_to_vf_cmd *)desc.data;
in hclge_gen_resp_to_vf()
55
resp_pf_to_vf
->dest_vfid = vf_to_pf_req->mbx_src_vfid;
in hclge_gen_resp_to_vf()
56
resp_pf_to_vf
->msg_len = vf_to_pf_req->msg_len;
in hclge_gen_resp_to_vf()
57
resp_pf_to_vf
->match_id = vf_to_pf_req->match_id;
in hclge_gen_resp_to_vf()
59
resp_pf_to_vf
->msg.code = HCLGE_MBX_PF_VF_RESP;
in hclge_gen_resp_to_vf()
60
resp_pf_to_vf
->msg.vf_mbx_msg_code = vf_to_pf_req->msg.code;
in hclge_gen_resp_to_vf()
61
resp_pf_to_vf
->msg.vf_mbx_msg_subcode = vf_to_pf_req->msg.subcode;
in hclge_gen_resp_to_vf()
64
resp_pf_to_vf
->msg.resp_status = resp;
in hclge_gen_resp_to_vf()
69
resp_pf_to_vf
in hclge_gen_resp_to_vf()
89
struct hclge_mbx_pf_to_vf_cmd *
resp_pf_to_vf
;
hclge_send_mbx_msg()
local
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/hisilicon/hns3/hns3pf/
H
A
D
hclge_mbx.c
35
struct hclge_mbx_pf_to_vf_cmd *
resp_pf_to_vf
;
in hclge_gen_resp_to_vf()
local
41
resp_pf_to_vf
= (struct hclge_mbx_pf_to_vf_cmd *)desc.data;
in hclge_gen_resp_to_vf()
56
resp_pf_to_vf
->dest_vfid = vf_to_pf_req->mbx_src_vfid;
in hclge_gen_resp_to_vf()
57
resp_pf_to_vf
->msg_len = vf_to_pf_req->msg_len;
in hclge_gen_resp_to_vf()
58
resp_pf_to_vf
->match_id = vf_to_pf_req->match_id;
in hclge_gen_resp_to_vf()
60
resp_pf_to_vf
->msg.code = cpu_to_le16(HCLGE_MBX_PF_VF_RESP);
in hclge_gen_resp_to_vf()
61
resp_pf_to_vf
->msg.vf_mbx_msg_code =
in hclge_gen_resp_to_vf()
63
resp_pf_to_vf
->msg.vf_mbx_msg_subcode =
in hclge_gen_resp_to_vf()
67
resp_pf_to_vf
->msg.resp_status = cpu_to_le16(resp);
in hclge_gen_resp_to_vf()
72
resp_pf_to_vf
in hclge_gen_resp_to_vf()
94
struct hclge_mbx_pf_to_vf_cmd *
resp_pf_to_vf
;
hclge_send_mbx_msg()
local
[all...]
Completed in 2 milliseconds