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:nix_shaping
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/marvell/octeontx2/af/
H
A
D
rvu.h
243
bool
nix_shaping
; /* Is shaping and coloring supported */
member
H
A
D
rvu.c
66
hw->cap.
nix_shaping
= true;
in rvu_setup_hw_capabilities()
75
hw->cap.
nix_shaping
= false;
in rvu_setup_hw_capabilities()
1605
rsp->
nix_shaping
= hw->cap.
nix_shaping
;
in rvu_mbox_handler_get_hw_cap()
H
A
D
mbox.h
322
u8
nix_shaping
; /* Is shaping and coloring supported */
member
H
A
D
rvu_nix.c
1786
if (hw->cap.
nix_shaping
)
in is_txschq_shaping_valid()
/kernel/linux/linux-6.6/drivers/net/ethernet/marvell/octeontx2/af/
H
A
D
rvu.c
67
hw->cap.
nix_shaping
= true;
in rvu_setup_hw_capabilities()
80
hw->cap.
nix_shaping
= false;
in rvu_setup_hw_capabilities()
2018
rsp->
nix_shaping
= hw->cap.
nix_shaping
;
in rvu_mbox_handler_get_hw_cap()
H
A
D
rvu.h
361
bool
nix_shaping
; /* Is shaping and coloring supported */
member
H
A
D
mbox.h
504
u8
nix_shaping
; /* Is shaping and coloring supported */
member
H
A
D
rvu_nix.c
1847
if (!hw->cap.
nix_shaping
)
in nix_clear_tx_xoff()
2516
if (hw->cap.
nix_shaping
)
in is_txschq_shaping_valid()
Completed in 28 milliseconds