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:new_app
(Results
1 - 5
of
5
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/ice/
H
A
D
ice_dcb_nl.c
694
struct ice_dcb_app_priority_table
new_app
;
in ice_dcbnl_setapp()
local
717
new_app
.selector = app->selector;
in ice_dcbnl_setapp()
718
new_app
.prot_id = app->protocol;
in ice_dcbnl_setapp()
719
new_app
.priority = app->priority;
in ice_dcbnl_setapp()
720
if (ice_dcbnl_find_app(old_cfg, &
new_app
)) {
in ice_dcbnl_setapp()
725
new_cfg->app[new_cfg->numapps++] =
new_app
;
in ice_dcbnl_setapp()
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/i40e/
H
A
D
i40e_dcb_nl.c
197
struct i40e_dcb_app_priority_table
new_app
;
in i40e_dcbnl_ieee_setapp()
local
213
new_app
.selector = app->selector;
in i40e_dcbnl_ieee_setapp()
214
new_app
.protocolid = app->protocol;
in i40e_dcbnl_ieee_setapp()
215
new_app
.priority = app->priority;
in i40e_dcbnl_ieee_setapp()
217
if (i40e_dcbnl_find_app(old_cfg, &
new_app
))
in i40e_dcbnl_ieee_setapp()
223
pf->tmp_cfg.app[pf->tmp_cfg.numapps++] =
new_app
;
in i40e_dcbnl_ieee_setapp()
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/ice/
H
A
D
ice_dcb_nl.c
736
struct ice_dcb_app_priority_table
new_app
;
in ice_dcbnl_setapp()
local
795
new_app
.selector = app->selector;
in ice_dcbnl_setapp()
796
new_app
.prot_id = app->protocol;
in ice_dcbnl_setapp()
797
new_app
.priority = app->priority;
in ice_dcbnl_setapp()
846
new_cfg->app[new_cfg->numapps++] =
new_app
;
in ice_dcbnl_setapp()
/kernel/linux/linux-5.10/drivers/net/ethernet/qlogic/qlcnic/
H
A
D
qlcnic_dcb.c
716
struct dcb_app
new_app
;
in qlcnic_dcb_fill_cee_app_params()
local
725
new_app
.selector = app->selector;
in qlcnic_dcb_fill_cee_app_params()
727
new_app
.protocol = app->protocol;
in qlcnic_dcb_fill_cee_app_params()
735
new_app
.priority = cnt;
in qlcnic_dcb_fill_cee_app_params()
738
dcb_setapp(adapter->netdev, &
new_app
);
in qlcnic_dcb_fill_cee_app_params()
/kernel/linux/linux-6.6/drivers/net/ethernet/qlogic/qlcnic/
H
A
D
qlcnic_dcb.c
716
struct dcb_app
new_app
;
in qlcnic_dcb_fill_cee_app_params()
local
725
new_app
.selector = app->selector;
in qlcnic_dcb_fill_cee_app_params()
727
new_app
.protocol = app->protocol;
in qlcnic_dcb_fill_cee_app_params()
735
new_app
.priority = cnt;
in qlcnic_dcb_fill_cee_app_params()
738
dcb_setapp(adapter->netdev, &
new_app
);
in qlcnic_dcb_fill_cee_app_params()
Completed in 8 milliseconds