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:msg_cmd
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/hisilicon/hns3/hns3pf/
H
A
D
hclge_mbx.c
370
struct hclge_vf_vlan_cfg *
msg_cmd
;
in hclge_set_vf_vlan_cfg()
local
373
msg_cmd
= (struct hclge_vf_vlan_cfg *)&mbx_req->msg;
in hclge_set_vf_vlan_cfg()
374
if (
msg_cmd
->subcode == HCLGE_MBX_VLAN_FILTER) {
in hclge_set_vf_vlan_cfg()
379
is_kill = !!
msg_cmd
->is_kill;
in hclge_set_vf_vlan_cfg()
380
vlan =
msg_cmd
->vlan;
in hclge_set_vf_vlan_cfg()
381
proto =
msg_cmd
->proto;
in hclge_set_vf_vlan_cfg()
384
} else if (
msg_cmd
->subcode == HCLGE_MBX_VLAN_RX_OFF_CFG) {
in hclge_set_vf_vlan_cfg()
386
bool en =
msg_cmd
->is_kill ? true : false;
in hclge_set_vf_vlan_cfg()
389
} else if (
msg_cmd
->subcode == HCLGE_MBX_PORT_BASE_VLAN_CFG) {
in hclge_set_vf_vlan_cfg()
398
} else if (
msg_cmd
in hclge_set_vf_vlan_cfg()
682
struct hclge_vf_vlan_cfg *
msg_cmd
;
hclge_handle_vf_tbl()
local
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/hisilicon/hns3/hns3pf/
H
A
D
hclge_mbx.c
444
struct hclge_vf_vlan_cfg *
msg_cmd
;
in hclge_set_vf_vlan_cfg()
local
448
msg_cmd
= (struct hclge_vf_vlan_cfg *)&mbx_req->msg;
in hclge_set_vf_vlan_cfg()
449
switch (
msg_cmd
->subcode) {
in hclge_set_vf_vlan_cfg()
451
proto = cpu_to_be16(le16_to_cpu(
msg_cmd
->proto));
in hclge_set_vf_vlan_cfg()
452
vlan_id = le16_to_cpu(
msg_cmd
->vlan);
in hclge_set_vf_vlan_cfg()
454
msg_cmd
->is_kill);
in hclge_set_vf_vlan_cfg()
456
return hclge_en_hw_strip_rxvtag(handle,
msg_cmd
->enable);
in hclge_set_vf_vlan_cfg()
470
return hclge_enable_vport_vlan_filter(vport,
msg_cmd
->enable);
in hclge_set_vf_vlan_cfg()
821
struct hclge_vf_vlan_cfg *
msg_cmd
;
in hclge_handle_vf_tbl()
local
823
msg_cmd
in hclge_handle_vf_tbl()
[all...]
/kernel/linux/linux-5.10/sound/soc/sof/
H
A
D
ipc.c
22
static void ipc_stream_message(struct snd_sof_dev *sdev, u32
msg_cmd
);
498
static void ipc_stream_message(struct snd_sof_dev *sdev, u32
msg_cmd
)
in ipc_stream_message()
argument
501
u32 msg_type =
msg_cmd
& SOF_CMD_TYPE_MASK;
in ipc_stream_message()
502
u32 msg_id = SOF_IPC_MESSAGE_ID(
msg_cmd
);
in ipc_stream_message()
Completed in 5 milliseconds