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:NFP_FL_MAX_A_SIZ
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-6.6/drivers/net/ethernet/netronome/nfp/flower/
H
A
D
action.c
146
if (act_len + act_size >
NFP_FL_MAX_A_SIZ
) {
in nfp_fl_pre_lag()
366
if (*list_len + tot_push_len >
NFP_FL_MAX_A_SIZ
) {
in nfp_fl_push_geneve_options()
952
if (*a_len + sizeof(struct nfp_fl_meter) >
NFP_FL_MAX_A_SIZ
) {
in nfp_flower_meter_action()
993
if (*a_len + sizeof(struct nfp_fl_output) >
NFP_FL_MAX_A_SIZ
) {
in nfp_flower_output_action()
1069
sizeof(struct nfp_fl_pop_vlan) >
NFP_FL_MAX_A_SIZ
) {
in nfp_flower_loop_action()
1082
sizeof(struct nfp_fl_push_vlan) >
NFP_FL_MAX_A_SIZ
) {
in nfp_flower_loop_action()
1112
sizeof(struct nfp_fl_set_tun) >
NFP_FL_MAX_A_SIZ
) {
in nfp_flower_loop_action()
1154
sizeof(struct nfp_fl_push_mpls) >
NFP_FL_MAX_A_SIZ
) {
in nfp_flower_loop_action()
1169
sizeof(struct nfp_fl_pop_mpls) >
NFP_FL_MAX_A_SIZ
) {
in nfp_flower_loop_action()
1182
sizeof(struct nfp_fl_set_mpls) >
NFP_FL_MAX_A_SIZ
) {
in nfp_flower_loop_action()
[all...]
H
A
D
cmsg.h
61
#define
NFP_FL_MAX_A_SIZ
1216
macro
H
A
D
offload.c
562
flow_pay->action_data = kmalloc(
NFP_FL_MAX_A_SIZ
, GFP_KERNEL);
in nfp_flower_allocate_new()
892
if (sub1_act_len + sub2_act_len >
NFP_FL_MAX_A_SIZ
)
in nfp_flower_merge_action()
/kernel/linux/linux-5.10/drivers/net/ethernet/netronome/nfp/flower/
H
A
D
action.c
146
if (act_len + act_size >
NFP_FL_MAX_A_SIZ
) {
in nfp_fl_pre_lag()
364
if (*list_len + tot_push_len >
NFP_FL_MAX_A_SIZ
) {
in nfp_fl_push_geneve_options()
946
if (*a_len + sizeof(struct nfp_fl_output) >
NFP_FL_MAX_A_SIZ
) {
in nfp_flower_output_action()
1021
sizeof(struct nfp_fl_pop_vlan) >
NFP_FL_MAX_A_SIZ
) {
in nfp_flower_loop_action()
1034
sizeof(struct nfp_fl_push_vlan) >
NFP_FL_MAX_A_SIZ
) {
in nfp_flower_loop_action()
1064
sizeof(struct nfp_fl_set_tun) >
NFP_FL_MAX_A_SIZ
) {
in nfp_flower_loop_action()
1106
sizeof(struct nfp_fl_push_mpls) >
NFP_FL_MAX_A_SIZ
) {
in nfp_flower_loop_action()
1121
sizeof(struct nfp_fl_pop_mpls) >
NFP_FL_MAX_A_SIZ
) {
in nfp_flower_loop_action()
1134
sizeof(struct nfp_fl_set_mpls) >
NFP_FL_MAX_A_SIZ
) {
in nfp_flower_loop_action()
1214
memset(nfp_flow->action_data, 0,
NFP_FL_MAX_A_SIZ
);
in nfp_flower_compile_action()
[all...]
H
A
D
cmsg.h
61
#define
NFP_FL_MAX_A_SIZ
1216
macro
H
A
D
offload.c
564
flow_pay->action_data = kmalloc(
NFP_FL_MAX_A_SIZ
, GFP_KERNEL);
in nfp_flower_allocate_new()
894
if (sub1_act_len + sub2_act_len >
NFP_FL_MAX_A_SIZ
)
in nfp_flower_merge_action()
Completed in 12 milliseconds