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:max_vlans
(Results
1 - 18
of
18
) sorted by relevance
/kernel/linux/linux-5.10/drivers/staging/fsl-dpaa2/ethsw/
H
A
D
dpsw-cmd.h
103
__le16
max_vlans
;
member
174
__le16
max_vlans
;
member
H
A
D
dpsw.h
142
* @
max_vlans
: Maximum Number of VLANs
160
u16
max_vlans
;
member
H
A
D
dpsw.c
345
attr->
max_vlans
= le16_to_cpu(rsp_params->
max_vlans
);
in dpsw_get_attributes()
H
A
D
ethsw.c
998
if (attr->
max_vlans
- attr->num_vlans < new_vlans)
in dpaa2_switch_port_vlans_add()
/kernel/linux/linux-6.6/drivers/net/ethernet/pensando/ionic/
H
A
D
ionic_rx_filter.c
341
* we start
max_vlans
at 0 until we hit the ENOSPC error.
in ionic_lif_filter_add()
347
if (lif->
max_vlans
&& lif->nvlans >= lif->
max_vlans
)
in ionic_lif_filter_add()
379
/* store the
max_vlans
limit that we found */
in ionic_lif_filter_add()
382
lif->
max_vlans
= lif->nvlans;
in ionic_lif_filter_add()
H
A
D
ionic_lif.h
208
unsigned int
max_vlans
;
member
H
A
D
ionic_lif.c
1387
(lif->
max_vlans
&& lif->nvlans >= lif->
max_vlans
)) {
in ionic_lif_rx_mode()
/kernel/linux/linux-6.6/drivers/net/ethernet/freescale/dpaa2/
H
A
D
dpsw-cmd.h
128
__le16
max_vlans
;
member
205
__le16
max_vlans
;
member
H
A
D
dpsw.h
134
* @
max_vlans
: Maximum Number of VLANs
154
u16
max_vlans
;
member
H
A
D
dpsw.c
318
attr->
max_vlans
= le16_to_cpu(rsp_params->
max_vlans
);
in dpsw_get_attributes()
H
A
D
dpaa2-switch.c
1788
if (attr->
max_vlans
- attr->num_vlans < 1)
in dpaa2_switch_port_vlans_add()
1798
if (attr->
max_vlans
- attr->num_vlans < 1)
in dpaa2_switch_port_vlans_add()
/kernel/linux/linux-5.10/drivers/net/ethernet/emulex/benet/
H
A
D
be.h
411
u16
max_vlans
; /* Number of vlans supported */
member
694
#define be_max_vlans(adapter) (adapter->res.
max_vlans
)
H
A
D
be_main.c
4107
if (res_mod.
max_vlans
== FIELD_MODIFIABLE)
in be_calculate_vf_res()
4108
vft_res->
max_vlans
= res.
max_vlans
/ (num_vfs + 1);
in be_calculate_vf_res()
4347
res->
max_vlans
= BE_NUM_VLANS_SUPPORTED/8;
in BEx_get_resources()
4352
res->
max_vlans
= (BE_NUM_VLANS_SUPPORTED / 4) - 1;
in BEx_get_resources()
4354
res->
max_vlans
= BE_NUM_VLANS_SUPPORTED;
in BEx_get_resources()
H
A
D
be_cmds.c
4326
res->
max_vlans
= le16_to_cpu(desc->vlan_count);
in be_copy_nic_desc()
4665
if (vft_res->
max_vlans
)
in be_cmd_set_sriov_config()
4666
desc.nic_vft.vlan_count = cpu_to_le16(vft_res->
max_vlans
);
in be_cmd_set_sriov_config()
/kernel/linux/linux-6.6/drivers/net/ethernet/emulex/benet/
H
A
D
be.h
410
u16
max_vlans
; /* Number of vlans supported */
member
693
#define be_max_vlans(adapter) (adapter->res.
max_vlans
)
H
A
D
be_main.c
4107
if (res_mod.
max_vlans
== FIELD_MODIFIABLE)
in be_calculate_vf_res()
4108
vft_res->
max_vlans
= res.
max_vlans
/ (num_vfs + 1);
in be_calculate_vf_res()
4347
res->
max_vlans
= BE_NUM_VLANS_SUPPORTED/8;
in BEx_get_resources()
4352
res->
max_vlans
= (BE_NUM_VLANS_SUPPORTED / 4) - 1;
in BEx_get_resources()
4354
res->
max_vlans
= BE_NUM_VLANS_SUPPORTED;
in BEx_get_resources()
H
A
D
be_cmds.c
4327
res->
max_vlans
= le16_to_cpu(desc->vlan_count);
in be_copy_nic_desc()
4666
if (vft_res->
max_vlans
)
in be_cmd_set_sriov_config()
4667
desc.nic_vft.vlan_count = cpu_to_le16(vft_res->
max_vlans
);
in be_cmd_set_sriov_config()
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/iavf/
H
A
D
iavf_virtchnl.c
718
u16
max_vlans
= adapter->vlan_v2_caps.filtering.max_filters;
in iavf_add_vlans()
local
724
if ((count + current_vlans) >
max_vlans
&&
in iavf_add_vlans()
725
current_vlans <
max_vlans
) {
in iavf_add_vlans()
726
count =
max_vlans
- iavf_get_num_vlans_added(adapter);
in iavf_add_vlans()
Completed in 60 milliseconds