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:flower_en_feats
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/netronome/nfp/flower/
H
A
D
main.c
711
app_priv->
flower_en_feats
|= NFP_FL_ENABLE_LAG;
in nfp_flower_sync_feature_bits()
724
app_priv->
flower_en_feats
|= NFP_FL_ENABLE_FLOW_MERGE;
in nfp_flower_sync_feature_bits()
843
if (app_priv->
flower_en_feats
& NFP_FL_ENABLE_LAG)
in nfp_flower_init()
862
if (app_priv->
flower_en_feats
& NFP_FL_ENABLE_LAG)
in nfp_flower_clean()
865
if (app_priv->
flower_en_feats
& NFP_FL_ENABLE_FLOW_MERGE)
in nfp_flower_clean()
935
if (app_priv->
flower_en_feats
& NFP_FL_ENABLE_LAG) {
in nfp_flower_start()
972
if (app_priv->
flower_en_feats
& NFP_FL_ENABLE_LAG) {
in nfp_flower_netdev_event()
H
A
D
main.h
164
* @
flower_en_feats
: Bitmap of features enabled by HW
201
u8
flower_en_feats
;
member
375
if (!(app_priv->
flower_en_feats
& NFP_FL_ENABLE_FLOW_MERGE))
in nfp_flower_internal_port_can_offload()
H
A
D
cmsg.c
267
if (app_priv->
flower_en_feats
& NFP_FL_ENABLE_FLOW_MERGE) {
in nfp_flower_cmsg_process_one_rx()
288
if (app_priv->
flower_en_feats
& NFP_FL_ENABLE_LAG) {
in nfp_flower_cmsg_process_one_rx()
H
A
D
action.c
212
priv->
flower_en_feats
& NFP_FL_ENABLE_LAG) {
in nfp_fl_output()
959
if (priv->
flower_en_feats
& NFP_FL_ENABLE_LAG) {
in nfp_flower_output_action()
/kernel/linux/linux-6.6/drivers/net/ethernet/netronome/nfp/flower/
H
A
D
main.c
720
app_priv->
flower_en_feats
|= NFP_FL_ENABLE_LAG;
in nfp_flower_sync_feature_bits()
733
app_priv->
flower_en_feats
|= NFP_FL_ENABLE_FLOW_MERGE;
in nfp_flower_sync_feature_bits()
852
if (app_priv->
flower_en_feats
& NFP_FL_ENABLE_LAG)
in nfp_flower_init()
871
if (app_priv->
flower_en_feats
& NFP_FL_ENABLE_LAG)
in nfp_flower_clean()
874
if (app_priv->
flower_en_feats
& NFP_FL_ENABLE_FLOW_MERGE)
in nfp_flower_clean()
944
if (app_priv->
flower_en_feats
& NFP_FL_ENABLE_LAG) {
in nfp_flower_start()
981
if (app_priv->
flower_en_feats
& NFP_FL_ENABLE_LAG) {
in nfp_flower_netdev_event()
H
A
D
cmsg.c
269
if (app_priv->
flower_en_feats
& NFP_FL_ENABLE_FLOW_MERGE) {
in nfp_flower_cmsg_process_one_rx()
290
if (app_priv->
flower_en_feats
& NFP_FL_ENABLE_LAG) {
in nfp_flower_cmsg_process_one_rx()
H
A
D
main.h
262
* @
flower_en_feats
: Bitmap of features enabled by HW
308
u8
flower_en_feats
;
member
522
if (!(app_priv->
flower_en_feats
& NFP_FL_ENABLE_FLOW_MERGE))
in nfp_flower_internal_port_can_offload()
H
A
D
action.c
212
priv->
flower_en_feats
& NFP_FL_ENABLE_LAG) {
in nfp_fl_output()
1006
if (priv->
flower_en_feats
& NFP_FL_ENABLE_LAG) {
in nfp_flower_output_action()
Completed in 12 milliseconds