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:smac_tb
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/infiniband/hw/hns/
H
A
D
hns_roce_hw_v2.c
2714
struct hns_roce_cfg_smac_tb *
smac_tb
=
in hns_roce_v2_set_mac()
local
2724
roce_set_field(
smac_tb
->tb_idx_rsv, CFG_SMAC_TB_IDX_M,
in hns_roce_v2_set_mac()
2726
roce_set_field(
smac_tb
->vf_smac_h_rsv, CFG_SMAC_TB_VF_SMAC_H_M,
in hns_roce_v2_set_mac()
2728
smac_tb
->vf_smac_l = cpu_to_le32(reg_smac_l);
in hns_roce_v2_set_mac()
/kernel/linux/linux-6.6/drivers/infiniband/hw/hns/
H
A
D
hns_roce_hw_v2.c
3157
struct hns_roce_cfg_smac_tb *
smac_tb
=
in hns_roce_v2_set_mac()
local
3167
hr_reg_write(
smac_tb
, CFG_SMAC_TB_IDX, phy_port);
in hns_roce_v2_set_mac()
3168
hr_reg_write(
smac_tb
, CFG_SMAC_TB_VF_SMAC_H, reg_smac_h);
in hns_roce_v2_set_mac()
3169
smac_tb
->vf_smac_l = cpu_to_le32(reg_smac_l);
in hns_roce_v2_set_mac()
Completed in 16 milliseconds