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:sb_ops
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlxsw/
H
A
D
spectrum.c
2751
mlxsw_sp->
sb_ops
= &mlxsw_sp1_sb_ops;
in mlxsw_sp1_init()
2780
mlxsw_sp->
sb_ops
= &mlxsw_sp2_sb_ops;
in mlxsw_sp2_init()
2807
mlxsw_sp->
sb_ops
= &mlxsw_sp3_sb_ops;
in mlxsw_sp3_init()
H
A
D
spectrum.h
176
const struct mlxsw_sp_sb_ops *
sb_ops
;
member
H
A
D
spectrum_buffers.c
367
u32 buffsize = mlxsw_sp->
sb_ops
->int_buf_size_get(speed, mtu);
in mlxsw_sp_hdroom_int_buf_size_get()
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlxsw/
H
A
D
spectrum.c
3338
mlxsw_sp->
sb_ops
= &mlxsw_sp1_sb_ops;
in mlxsw_sp1_init()
3372
mlxsw_sp->
sb_ops
= &mlxsw_sp2_sb_ops;
in mlxsw_sp2_init()
3406
mlxsw_sp->
sb_ops
= &mlxsw_sp3_sb_ops;
in mlxsw_sp3_init()
3440
mlxsw_sp->
sb_ops
= &mlxsw_sp3_sb_ops;
in mlxsw_sp4_init()
H
A
D
spectrum.h
199
const struct mlxsw_sp_sb_ops *
sb_ops
;
member
H
A
D
spectrum_buffers.c
382
u32 buffsize = mlxsw_sp->
sb_ops
->int_buf_size_get(mtu, speed);
in mlxsw_sp_hdroom_int_buf_size_get()
Completed in 23 milliseconds