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:vp_config
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/neterion/vxge/
H
A
D
vxge-config.c
1244
__vxge_hw_device_vpath_config_check(struct vxge_hw_vp_config *
vp_config
)
in __vxge_hw_device_vpath_config_check()
argument
1248
if ((
vp_config
->min_bandwidth < VXGE_HW_VPATH_BANDWIDTH_MIN) ||
in __vxge_hw_device_vpath_config_check()
1249
(
vp_config
->min_bandwidth > VXGE_HW_VPATH_BANDWIDTH_MAX))
in __vxge_hw_device_vpath_config_check()
1252
status = __vxge_hw_device_fifo_config_check(&
vp_config
->fifo);
in __vxge_hw_device_vpath_config_check()
1256
if ((
vp_config
->mtu != VXGE_HW_VPATH_USE_FLASH_DEFAULT_INITIAL_MTU) &&
in __vxge_hw_device_vpath_config_check()
1257
((
vp_config
->mtu < VXGE_HW_VPATH_MIN_INITIAL_MTU) ||
in __vxge_hw_device_vpath_config_check()
1258
(
vp_config
->mtu > VXGE_HW_VPATH_MAX_INITIAL_MTU)))
in __vxge_hw_device_vpath_config_check()
1261
if ((
vp_config
->rpa_strip_vlan_tag !=
in __vxge_hw_device_vpath_config_check()
1263
(
vp_config
->rpa_strip_vlan_tag !=
in __vxge_hw_device_vpath_config_check()
1265
(
vp_config
in __vxge_hw_device_vpath_config_check()
4064
struct vxge_hw_
vp_config
*
vp_config
;
__vxge_hw_vpath_prc_configure()
local
4209
struct vxge_hw_
vp_config
*
vp_config
;
__vxge_hw_vpath_mac_configure()
local
[all...]
H
A
D
vxge-main.c
2036
vcfg = &vdev->devh->config.
vp_config
[vpath->device_id];
in vxge_open_vpaths()
3720
device_config->
vp_config
[i].min_bandwidth = bw_percentage[i];
in vxge_config_vpaths()
3723
device_config->
vp_config
[i].vp_id = i;
in vxge_config_vpaths()
3724
device_config->
vp_config
[i].mtu = VXGE_HW_DEFAULT_MTU;
in vxge_config_vpaths()
3746
device_config->
vp_config
[i].fifo.enable =
in vxge_config_vpaths()
3748
device_config->
vp_config
[i].fifo.max_frags =
in vxge_config_vpaths()
3750
device_config->
vp_config
[i].fifo.memblock_size =
in vxge_config_vpaths()
3753
txdl_size = device_config->
vp_config
[i].fifo.max_frags *
in vxge_config_vpaths()
3757
device_config->
vp_config
[i].fifo.fifo_blocks =
in vxge_config_vpaths()
3760
device_config->
vp_config
[
in vxge_config_vpaths()
[all...]
H
A
D
vxge-config.h
397
* @
vp_config
: Configuration for virtual paths
458
struct vxge_hw_vp_config
vp_config
[VXGE_HW_MAX_VIRTUAL_PATHS];
member
655
* @
vp_config
: Virtual Path Config
682
struct vxge_hw_vp_config *
vp_config
;
member
Completed in 11 milliseconds