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:pfcen
(Results
1 - 11
of
11
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb4/
H
A
D
cxgb4_dcb.c
355
dcb->
pfcen
= fwdcb->pfc.
pfcen
;
in cxgb4_dcb_handle_fw_update()
641
*pfccfg = (pi->dcb.
pfcen
>> (7 - priority)) & 1;
in cxgb4_getpfccfg()
663
pcmd.u.dcb.pfc.
pfcen
= pi->dcb.
pfcen
;
in cxgb4_setpfccfg()
666
pcmd.u.dcb.pfc.
pfcen
|= (1 << (7 - priority));
in cxgb4_setpfccfg()
668
pcmd.u.dcb.pfc.
pfcen
&= (~(1 << (7 - priority)));
in cxgb4_setpfccfg()
676
pi->dcb.
pfcen
= pcmd.u.dcb.pfc.
pfcen
;
in cxgb4_setpfccfg()
769
return pi->dcb.
pfcen
!
in cxgb4_getpfcstate()
[all...]
H
A
D
cxgb4_dcb.h
107
u8
pfcen
; /* Priority Flow Control[0..7] */
member
H
A
D
cxgb4_debugfs.c
2461
int
pfcen
= (dcb->
pfcen
>> 1 * (7 - prio))
in dcb_info_show()
local
2463
seq_printf(seq, " %3d",
pfcen
);
in dcb_info_show()
2705
(ethqset2pinfo(adap, base_qset + i)->dcb.
pfcen
>>
in sge_qinfo_show()
H
A
D
t4fw_api.h
2863
__u8
pfcen
;
member
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/cxgb4/
H
A
D
cxgb4_dcb.c
355
dcb->
pfcen
= fwdcb->pfc.
pfcen
;
in cxgb4_dcb_handle_fw_update()
641
*pfccfg = (pi->dcb.
pfcen
>> (7 - priority)) & 1;
in cxgb4_getpfccfg()
663
pcmd.u.dcb.pfc.
pfcen
= pi->dcb.
pfcen
;
in cxgb4_setpfccfg()
666
pcmd.u.dcb.pfc.
pfcen
|= (1 << (7 - priority));
in cxgb4_setpfccfg()
668
pcmd.u.dcb.pfc.
pfcen
&= (~(1 << (7 - priority)));
in cxgb4_setpfccfg()
676
pi->dcb.
pfcen
= pcmd.u.dcb.pfc.
pfcen
;
in cxgb4_setpfccfg()
769
return pi->dcb.
pfcen
!
in cxgb4_getpfcstate()
[all...]
H
A
D
cxgb4_dcb.h
107
u8
pfcen
; /* Priority Flow Control[0..7] */
member
H
A
D
cxgb4_debugfs.c
2461
int
pfcen
= (dcb->
pfcen
>> 1 * (7 - prio))
in dcb_info_show()
local
2463
seq_printf(seq, " %3d",
pfcen
);
in dcb_info_show()
2705
(ethqset2pinfo(adap, base_qset + i)->dcb.
pfcen
>>
in sge_qinfo_show()
H
A
D
t4fw_api.h
2865
__u8
pfcen
;
member
/kernel/linux/linux-6.6/drivers/net/ethernet/stmicro/stmmac/
H
A
D
common.h
452
unsigned int
pfcen
;
member
H
A
D
dwxgmac2_dma.c
458
dma_cap->
pfcen
= (hw_cap & XGMAC_HWFEAT_PFCEN) >> 5;
in dwxgmac2_get_hw_feature()
H
A
D
stmmac_main.c
6374
priv->dma_cap.
pfcen
? "Y" : "N");
in stmmac_dma_cap_show()
Completed in 55 milliseconds