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:ixgbe_ieee_pfc
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/ixgbe/
H
A
D
ixgbe_dcb_nl.c
564
struct ieee_pfc *my_pfc = adapter->
ixgbe_ieee_pfc
;
in ixgbe_dcbnl_ieee_getpfc()
596
if (!adapter->
ixgbe_ieee_pfc
) {
in ixgbe_dcbnl_ieee_setpfc()
597
adapter->
ixgbe_ieee_pfc
= kmalloc(sizeof(struct ieee_pfc),
in ixgbe_dcbnl_ieee_setpfc()
599
if (!adapter->
ixgbe_ieee_pfc
)
in ixgbe_dcbnl_ieee_setpfc()
604
memcpy(adapter->
ixgbe_ieee_pfc
, pfc, sizeof(*adapter->
ixgbe_ieee_pfc
));
in ixgbe_dcbnl_ieee_setpfc()
H
A
D
ixgbe.h
665
struct ieee_pfc *
ixgbe_ieee_pfc
;
member
H
A
D
ixgbe_main.c
966
if (adapter->
ixgbe_ieee_pfc
)
in ixgbe_update_xoff_received()
967
pfc_en |= !!(adapter->
ixgbe_ieee_pfc
->pfc_en);
in ixgbe_update_xoff_received()
3675
if (adapter->
ixgbe_ieee_pfc
)
in ixgbe_set_rx_drop_en()
3676
pfc_en |= !!(adapter->
ixgbe_ieee_pfc
->pfc_en);
in ixgbe_set_rx_drop_en()
5072
} else if (adapter->ixgbe_ieee_ets && adapter->
ixgbe_ieee_pfc
) {
in ixgbe_configure_dcb()
5077
adapter->
ixgbe_ieee_pfc
->pfc_en,
in ixgbe_configure_dcb()
7387
if (adapter->
ixgbe_ieee_pfc
)
in ixgbe_watchdog_update_link()
7388
pfc_en |= !!(adapter->
ixgbe_ieee_pfc
->pfc_en);
in ixgbe_watchdog_update_link()
11191
kfree(adapter->
ixgbe_ieee_pfc
);
in ixgbe_remove()
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/ixgbe/
H
A
D
ixgbe_dcb_nl.c
562
struct ieee_pfc *my_pfc = adapter->
ixgbe_ieee_pfc
;
in ixgbe_dcbnl_ieee_getpfc()
594
if (!adapter->
ixgbe_ieee_pfc
) {
in ixgbe_dcbnl_ieee_setpfc()
595
adapter->
ixgbe_ieee_pfc
= kmalloc(sizeof(struct ieee_pfc),
in ixgbe_dcbnl_ieee_setpfc()
597
if (!adapter->
ixgbe_ieee_pfc
)
in ixgbe_dcbnl_ieee_setpfc()
602
memcpy(adapter->
ixgbe_ieee_pfc
, pfc, sizeof(*adapter->
ixgbe_ieee_pfc
));
in ixgbe_dcbnl_ieee_setpfc()
H
A
D
ixgbe.h
708
struct ieee_pfc *
ixgbe_ieee_pfc
;
member
H
A
D
ixgbe_main.c
970
if (adapter->
ixgbe_ieee_pfc
)
in ixgbe_update_xoff_received()
971
pfc_en |= !!(adapter->
ixgbe_ieee_pfc
->pfc_en);
in ixgbe_update_xoff_received()
3665
if (adapter->
ixgbe_ieee_pfc
)
in ixgbe_set_rx_drop_en()
3666
pfc_en |= !!(adapter->
ixgbe_ieee_pfc
->pfc_en);
in ixgbe_set_rx_drop_en()
5064
} else if (adapter->ixgbe_ieee_ets && adapter->
ixgbe_ieee_pfc
) {
in ixgbe_configure_dcb()
5069
adapter->
ixgbe_ieee_pfc
->pfc_en,
in ixgbe_configure_dcb()
7458
if (adapter->
ixgbe_ieee_pfc
)
in ixgbe_watchdog_update_link()
7459
pfc_en |= !!(adapter->
ixgbe_ieee_pfc
->pfc_en);
in ixgbe_watchdog_update_link()
11333
kfree(adapter->
ixgbe_ieee_pfc
);
in ixgbe_remove()
Completed in 32 milliseconds