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:dcbx_port_params
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/bnx2x/
H
A
D
bnx2x_dcb.c
78
bp->
dcbx_port_params
.ets.num_of_cos;
in bnx2x_pfc_set()
81
for (i = 0; i < bp->
dcbx_port_params
.ets.num_of_cos; i++)
in bnx2x_pfc_set()
88
bp->
dcbx_port_params
.ets.cos_params[i].pri_bitmask
in bnx2x_pfc_set()
179
u32 *ttp = bp->
dcbx_port_params
.app.traffic_type_priority;
in bnx2x_dcbx_get_ap_priority()
197
u32 *ttp = bp->
dcbx_port_params
.app.traffic_type_priority;
in bnx2x_dcbx_get_ap_feature()
212
bp->
dcbx_port_params
.app.enabled = true;
in bnx2x_dcbx_get_ap_feature()
268
bp->
dcbx_port_params
.app.enabled = false;
in bnx2x_dcbx_get_ap_feature()
281
bp->
dcbx_port_params
.ets.cos_params;
in bnx2x_dcbx_get_ets_feature()
292
for (i = 0; i < ARRAY_SIZE(bp->
dcbx_port_params
.ets.cos_params) ; i++) {
in bnx2x_dcbx_get_ets_feature()
299
if (bp->
dcbx_port_params
in bnx2x_dcbx_get_ets_feature()
[all...]
H
A
D
bnx2x_dcb.h
74
(bp)->
dcbx_port_params
.ets.enabled)
156
((bp)->
dcbx_port_params
.pfc.priority_non_pauseable_mask)
H
A
D
bnx2x.h
1780
struct bnx2x_dcbx_port_params
dcbx_port_params
;
member
H
A
D
bnx2x_main.c
3426
struct bnx2x_dcbx_app_params *app = &bp->
dcbx_port_params
.app;
in bnx2x_drv_info_fcoe_stat()
3528
struct bnx2x_dcbx_app_params *app = &bp->
dcbx_port_params
.app;
in bnx2x_drv_info_iscsi_stat()
10301
bnx2x_setup_tc(bp->dev, bp->
dcbx_port_params
.ets.num_of_cos);
in bnx2x_sp_rtnl_task()
/kernel/linux/linux-6.6/drivers/net/ethernet/broadcom/bnx2x/
H
A
D
bnx2x_dcb.c
78
bp->
dcbx_port_params
.ets.num_of_cos;
in bnx2x_pfc_set()
81
for (i = 0; i < bp->
dcbx_port_params
.ets.num_of_cos; i++)
in bnx2x_pfc_set()
88
bp->
dcbx_port_params
.ets.cos_params[i].pri_bitmask
in bnx2x_pfc_set()
179
u32 *ttp = bp->
dcbx_port_params
.app.traffic_type_priority;
in bnx2x_dcbx_get_ap_priority()
197
u32 *ttp = bp->
dcbx_port_params
.app.traffic_type_priority;
in bnx2x_dcbx_get_ap_feature()
212
bp->
dcbx_port_params
.app.enabled = true;
in bnx2x_dcbx_get_ap_feature()
268
bp->
dcbx_port_params
.app.enabled = false;
in bnx2x_dcbx_get_ap_feature()
281
bp->
dcbx_port_params
.ets.cos_params;
in bnx2x_dcbx_get_ets_feature()
292
for (i = 0; i < ARRAY_SIZE(bp->
dcbx_port_params
.ets.cos_params) ; i++) {
in bnx2x_dcbx_get_ets_feature()
299
if (bp->
dcbx_port_params
in bnx2x_dcbx_get_ets_feature()
[all...]
H
A
D
bnx2x_dcb.h
74
(bp)->
dcbx_port_params
.ets.enabled)
156
((bp)->
dcbx_port_params
.pfc.priority_non_pauseable_mask)
H
A
D
bnx2x.h
1781
struct bnx2x_dcbx_port_params
dcbx_port_params
;
member
H
A
D
bnx2x_main.c
3424
struct bnx2x_dcbx_app_params *app = &bp->
dcbx_port_params
.app;
in bnx2x_drv_info_fcoe_stat()
3526
struct bnx2x_dcbx_app_params *app = &bp->
dcbx_port_params
.app;
in bnx2x_drv_info_iscsi_stat()
10302
bnx2x_setup_tc(bp->dev, bp->
dcbx_port_params
.ets.num_of_cos);
in bnx2x_sp_rtnl_task()
Completed in 49 milliseconds