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_cap
(Results
1 - 25
of
40
) sorted by relevance
1
2
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/i40e/
H
A
D
i40e_dcb_nl.c
41
if (!(pf->
dcbx_cap
& DCB_CAP_DCBX_VER_IEEE))
in i40e_dcbnl_ieee_getets()
81
if (!(pf->
dcbx_cap
& DCB_CAP_DCBX_VER_IEEE))
in i40e_dcbnl_ieee_getpfc()
113
if (!(pf->
dcbx_cap
& DCB_CAP_DCBX_VER_IEEE) ||
in i40e_dcbnl_ieee_setets()
114
(pf->
dcbx_cap
& DCB_CAP_DCBX_LLD_MANAGED))
in i40e_dcbnl_ieee_setets()
161
if (!(pf->
dcbx_cap
& DCB_CAP_DCBX_VER_IEEE) ||
in i40e_dcbnl_ieee_setpfc()
162
(pf->
dcbx_cap
& DCB_CAP_DCBX_LLD_MANAGED))
in i40e_dcbnl_ieee_setpfc()
201
if (!(pf->
dcbx_cap
& DCB_CAP_DCBX_VER_IEEE) ||
in i40e_dcbnl_ieee_setapp()
202
(pf->
dcbx_cap
& DCB_CAP_DCBX_LLD_MANAGED))
in i40e_dcbnl_ieee_setapp()
252
if (!(pf->
dcbx_cap
& DCB_CAP_DCBX_VER_IEEE) ||
in i40e_dcbnl_ieee_delapp()
253
(pf->
dcbx_cap
in i40e_dcbnl_ieee_delapp()
[all...]
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/ice/
H
A
D
ice_dcb_nl.c
69
if ((pf->
dcbx_cap
& DCB_CAP_DCBX_LLD_MANAGED) ||
in ice_dcbnl_setets()
70
!(pf->
dcbx_cap
& DCB_CAP_DCBX_VER_IEEE))
in ice_dcbnl_setets()
147
return pf->
dcbx_cap
;
in ice_dcbnl_getdcbx()
171
if (mode == pf->
dcbx_cap
)
in ice_dcbnl_setdcbx()
174
pf->
dcbx_cap
= mode;
in ice_dcbnl_setdcbx()
255
if ((pf->
dcbx_cap
& DCB_CAP_DCBX_LLD_MANAGED) ||
in ice_dcbnl_setpfc()
256
!(pf->
dcbx_cap
& DCB_CAP_DCBX_VER_IEEE))
in ice_dcbnl_setpfc()
291
if ((pf->
dcbx_cap
& DCB_CAP_DCBX_LLD_MANAGED) ||
in ice_dcbnl_get_pfc_cfg()
292
!(pf->
dcbx_cap
& DCB_CAP_DCBX_VER_CEE))
in ice_dcbnl_get_pfc_cfg()
314
if ((pf->
dcbx_cap
in ice_dcbnl_set_pfc_cfg()
[all...]
H
A
D
ice_dcb_lib.c
728
pf->
dcbx_cap
= ice_dcb_get_mode(port_info, true);
in ice_init_pf_dcb()
735
pf->
dcbx_cap
= ice_dcb_get_mode(port_info, false);
in ice_init_pf_dcb()
841
if (pf->
dcbx_cap
& DCB_CAP_DCBX_HOST) {
in ice_dcb_process_lldp_set_mib_change()
892
pf->
dcbx_cap
= ice_dcb_get_mode(pi, false);
in ice_dcb_process_lldp_set_mib_change()
H
A
D
ice.h
446
u16
dcbx_cap
;
member
H
A
D
ice_ethtool.c
1244
pf->
dcbx_cap
&= ~DCB_CAP_DCBX_LLD_MANAGED;
in ice_set_priv_flags()
1245
pf->
dcbx_cap
|= DCB_CAP_DCBX_HOST;
in ice_set_priv_flags()
1288
pf->
dcbx_cap
&= ~DCB_CAP_DCBX_HOST;
in ice_set_priv_flags()
1289
pf->
dcbx_cap
|= DCB_CAP_DCBX_LLD_MANAGED;
in ice_set_priv_flags()
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/ice/
H
A
D
ice_dcb_nl.c
69
if ((pf->
dcbx_cap
& DCB_CAP_DCBX_LLD_MANAGED) ||
in ice_dcbnl_setets()
70
!(pf->
dcbx_cap
& DCB_CAP_DCBX_VER_IEEE))
in ice_dcbnl_setets()
151
return pf->
dcbx_cap
;
in ice_dcbnl_getdcbx()
175
if (mode == pf->
dcbx_cap
)
in ice_dcbnl_setdcbx()
189
pf->
dcbx_cap
= mode;
in ice_dcbnl_setdcbx()
270
if ((pf->
dcbx_cap
& DCB_CAP_DCBX_LLD_MANAGED) ||
in ice_dcbnl_setpfc()
271
!(pf->
dcbx_cap
& DCB_CAP_DCBX_VER_IEEE))
in ice_dcbnl_setpfc()
311
if ((pf->
dcbx_cap
& DCB_CAP_DCBX_LLD_MANAGED) ||
in ice_dcbnl_get_pfc_cfg()
312
!(pf->
dcbx_cap
& DCB_CAP_DCBX_VER_CEE))
in ice_dcbnl_get_pfc_cfg()
334
if ((pf->
dcbx_cap
in ice_dcbnl_set_pfc_cfg()
[all...]
H
A
D
ice_dcb_lib.c
852
pf->
dcbx_cap
= ice_dcb_get_mode(port_info, true);
in ice_init_pf_dcb()
859
pf->
dcbx_cap
= ice_dcb_get_mode(port_info, false);
in ice_init_pf_dcb()
981
if (pf->
dcbx_cap
& DCB_CAP_DCBX_HOST) {
in ice_dcb_process_lldp_set_mib_change()
1049
pf->
dcbx_cap
= ice_dcb_get_mode(pi, false);
in ice_dcb_process_lldp_set_mib_change()
H
A
D
ice_ethtool.c
1403
pf->
dcbx_cap
&= ~DCB_CAP_DCBX_LLD_MANAGED;
in ice_set_priv_flags()
1404
pf->
dcbx_cap
|= DCB_CAP_DCBX_HOST;
in ice_set_priv_flags()
1454
pf->
dcbx_cap
&= ~DCB_CAP_DCBX_HOST;
in ice_set_priv_flags()
1455
pf->
dcbx_cap
|= DCB_CAP_DCBX_LLD_MANAGED;
in ice_set_priv_flags()
/kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/bnxt/
H
A
D
bnxt_dcb.c
480
if (bp->
dcbx_cap
& DCB_CAP_DCBX_HOST)
in bnxt_dcbnl_ieee_getets()
515
if (!(bp->
dcbx_cap
& DCB_CAP_DCBX_VER_IEEE) ||
in bnxt_dcbnl_ieee_setets()
516
!(bp->
dcbx_cap
& DCB_CAP_DCBX_HOST))
in bnxt_dcbnl_ieee_setets()
555
if (bp->
dcbx_cap
& DCB_CAP_DCBX_HOST)
in bnxt_dcbnl_ieee_getpfc()
590
if (!(bp->
dcbx_cap
& DCB_CAP_DCBX_VER_IEEE) ||
in bnxt_dcbnl_ieee_setpfc()
591
!(bp->
dcbx_cap
& DCB_CAP_DCBX_HOST))
in bnxt_dcbnl_ieee_setpfc()
623
if (!(bp->
dcbx_cap
& DCB_CAP_DCBX_VER_IEEE) ||
in bnxt_dcbnl_ieee_setapp()
624
!(bp->
dcbx_cap
& DCB_CAP_DCBX_HOST))
in bnxt_dcbnl_ieee_setapp()
652
if (!(bp->
dcbx_cap
& DCB_CAP_DCBX_VER_IEEE) ||
in bnxt_dcbnl_ieee_delapp()
653
!(bp->
dcbx_cap
in bnxt_dcbnl_ieee_delapp()
[all...]
H
A
D
bnxt_dcb.h
20
u8
dcbx_cap
;
member
/kernel/linux/linux-6.6/drivers/net/ethernet/broadcom/bnxt/
H
A
D
bnxt_dcb.c
527
if (bp->
dcbx_cap
& DCB_CAP_DCBX_HOST)
in bnxt_dcbnl_ieee_getets()
562
if (!(bp->
dcbx_cap
& DCB_CAP_DCBX_VER_IEEE) ||
in bnxt_dcbnl_ieee_setets()
563
!(bp->
dcbx_cap
& DCB_CAP_DCBX_HOST))
in bnxt_dcbnl_ieee_setets()
602
if (bp->
dcbx_cap
& DCB_CAP_DCBX_HOST)
in bnxt_dcbnl_ieee_getpfc()
637
if (!(bp->
dcbx_cap
& DCB_CAP_DCBX_VER_IEEE) ||
in bnxt_dcbnl_ieee_setpfc()
638
!(bp->
dcbx_cap
& DCB_CAP_DCBX_HOST) ||
in bnxt_dcbnl_ieee_setpfc()
671
if (!(bp->
dcbx_cap
& DCB_CAP_DCBX_VER_IEEE) ||
in bnxt_dcbnl_ieee_setapp()
672
!(bp->
dcbx_cap
& DCB_CAP_DCBX_HOST))
in bnxt_dcbnl_ieee_setapp()
700
if (!(bp->
dcbx_cap
& DCB_CAP_DCBX_VER_IEEE) ||
in bnxt_dcbnl_ieee_delapp()
701
!(bp->
dcbx_cap
in bnxt_dcbnl_ieee_delapp()
[all...]
H
A
D
bnxt_dcb.h
20
u8
dcbx_cap
;
member
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/ixgbe/
H
A
D
ixgbe_dcb_nl.c
133
if (!(adapter->
dcbx_cap
& DCB_CAP_DCBX_VER_CEE))
in ixgbe_dcbnl_set_state()
306
if (!(adapter->
dcbx_cap
& DCB_CAP_DCBX_VER_CEE))
in ixgbe_dcbnl_set_all()
412
*cap = adapter->
dcbx_cap
;
in ixgbe_dcbnl_getcap()
481
if (!(adapter->
dcbx_cap
& DCB_CAP_DCBX_VER_CEE))
in ixgbe_dcbnl_getapp()
516
if (!(adapter->
dcbx_cap
& DCB_CAP_DCBX_VER_IEEE))
in ixgbe_dcbnl_ieee_setets()
593
if (!(adapter->
dcbx_cap
& DCB_CAP_DCBX_VER_IEEE))
in ixgbe_dcbnl_ieee_setpfc()
623
if (!(adapter->
dcbx_cap
& DCB_CAP_DCBX_VER_IEEE))
in ixgbe_dcbnl_ieee_setapp()
668
if (!(adapter->
dcbx_cap
& DCB_CAP_DCBX_VER_IEEE))
in ixgbe_dcbnl_ieee_delapp()
710
return adapter->
dcbx_cap
;
in ixgbe_dcbnl_getdcbx()
726
if (mode == adapter->
dcbx_cap
)
in ixgbe_dcbnl_setdcbx()
[all...]
H
A
D
ixgbe.h
671
u8
dcbx_cap
;
member
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/ixgbe/
H
A
D
ixgbe_dcb_nl.c
131
if (!(adapter->
dcbx_cap
& DCB_CAP_DCBX_VER_CEE))
in ixgbe_dcbnl_set_state()
304
if (!(adapter->
dcbx_cap
& DCB_CAP_DCBX_VER_CEE))
in ixgbe_dcbnl_set_all()
410
*cap = adapter->
dcbx_cap
;
in ixgbe_dcbnl_getcap()
479
if (!(adapter->
dcbx_cap
& DCB_CAP_DCBX_VER_CEE))
in ixgbe_dcbnl_getapp()
514
if (!(adapter->
dcbx_cap
& DCB_CAP_DCBX_VER_IEEE))
in ixgbe_dcbnl_ieee_setets()
591
if (!(adapter->
dcbx_cap
& DCB_CAP_DCBX_VER_IEEE))
in ixgbe_dcbnl_ieee_setpfc()
621
if (!(adapter->
dcbx_cap
& DCB_CAP_DCBX_VER_IEEE))
in ixgbe_dcbnl_ieee_setapp()
666
if (!(adapter->
dcbx_cap
& DCB_CAP_DCBX_VER_IEEE))
in ixgbe_dcbnl_ieee_delapp()
708
return adapter->
dcbx_cap
;
in ixgbe_dcbnl_getdcbx()
724
if (mode == adapter->
dcbx_cap
)
in ixgbe_dcbnl_setdcbx()
[all...]
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx4/
H
A
D
en_dcb_nl.c
97
*cap = priv->
dcbx_cap
;
in mlx4_en_dcbnl_getcap()
163
if (!(priv->
dcbx_cap
& DCB_CAP_DCBX_VER_CEE))
in mlx4_en_dcbnl_set_all()
234
if (!(priv->
dcbx_cap
& DCB_CAP_DCBX_VER_CEE))
in mlx4_en_dcbnl_set_state()
264
if (!(priv->
dcbx_cap
& DCB_CAP_DCBX_VER_CEE))
in mlx4_en_dcbnl_getapp()
276
if (!(priv->
dcbx_cap
& DCB_CAP_DCBX_VER_CEE))
in mlx4_en_dcbnl_setapp()
454
return priv->
dcbx_cap
;
in mlx4_en_dcbnl_getdcbx()
463
if (mode == priv->
dcbx_cap
)
in mlx4_en_dcbnl_setdcbx()
472
priv->
dcbx_cap
= mode;
in mlx4_en_dcbnl_setdcbx()
H
A
D
mlx4_en.h
639
u8
dcbx_cap
;
member
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx4/
H
A
D
en_dcb_nl.c
97
*cap = priv->
dcbx_cap
;
in mlx4_en_dcbnl_getcap()
163
if (!(priv->
dcbx_cap
& DCB_CAP_DCBX_VER_CEE))
in mlx4_en_dcbnl_set_all()
234
if (!(priv->
dcbx_cap
& DCB_CAP_DCBX_VER_CEE))
in mlx4_en_dcbnl_set_state()
264
if (!(priv->
dcbx_cap
& DCB_CAP_DCBX_VER_CEE))
in mlx4_en_dcbnl_getapp()
276
if (!(priv->
dcbx_cap
& DCB_CAP_DCBX_VER_CEE))
in mlx4_en_dcbnl_setapp()
454
return priv->
dcbx_cap
;
in mlx4_en_dcbnl_getdcbx()
463
if (mode == priv->
dcbx_cap
)
in mlx4_en_dcbnl_setdcbx()
472
priv->
dcbx_cap
= mode;
in mlx4_en_dcbnl_setdcbx()
H
A
D
mlx4_en.h
631
u8
dcbx_cap
;
member
/kernel/linux/linux-5.10/drivers/net/ethernet/hisilicon/hns3/hns3pf/
H
A
D
hclge_dcb.c
277
if (!(hdev->
dcbx_cap
& DCB_CAP_DCBX_VER_IEEE) ||
in hclge_ieee_setets()
363
if (!(hdev->
dcbx_cap
& DCB_CAP_DCBX_VER_IEEE))
in hclge_ieee_setpfc()
416
return hdev->
dcbx_cap
;
in hclge_getdcbx()
433
hdev->
dcbx_cap
= mode;
in hclge_setdcbx()
506
hdev->
dcbx_cap
= DCB_CAP_DCBX_VER_IEEE | DCB_CAP_DCBX_HOST;
in hclge_dcb_ops_set()
H
A
D
hclge_main.h
766
u8
dcbx_cap
;
member
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/i40e/
H
A
D
i40e_dcb_nl.c
38
if (!(pf->
dcbx_cap
& DCB_CAP_DCBX_VER_IEEE))
in i40e_dcbnl_ieee_getets()
78
if (!(pf->
dcbx_cap
& DCB_CAP_DCBX_VER_IEEE))
in i40e_dcbnl_ieee_getpfc()
106
return pf->
dcbx_cap
;
in i40e_dcbnl_getdcbx()
/kernel/linux/linux-6.6/drivers/net/ethernet/hisilicon/hns3/hns3pf/
H
A
D
hclge_dcb.c
261
if (!(hdev->
dcbx_cap
& DCB_CAP_DCBX_VER_IEEE) ||
in hclge_ieee_setets()
335
if (!(hdev->
dcbx_cap
& DCB_CAP_DCBX_VER_IEEE))
in hclge_ieee_setpfc()
490
return hdev->
dcbx_cap
;
in hclge_getdcbx()
507
hdev->
dcbx_cap
= mode;
in hclge_setdcbx()
679
hdev->
dcbx_cap
= DCB_CAP_DCBX_VER_IEEE | DCB_CAP_DCBX_HOST;
in hclge_dcb_ops_set()
/kernel/linux/linux-5.10/drivers/net/ethernet/qlogic/qed/
H
A
D
qed_dcbx.h
72
u8
dcbx_cap
;
member
/kernel/linux/linux-6.6/drivers/net/ethernet/qlogic/qed/
H
A
D
qed_dcbx.h
72
u8
dcbx_cap
;
member
Completed in 36 milliseconds
1
2