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:pg_tcs
(Results
1 - 12
of
12
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/ixgbe/
H
A
D
ixgbe_dcb.h
102
u8
pg_tcs
;
member
H
A
D
ixgbe_dcb_nl.c
141
state ? adapter->dcb_cfg.num_tcs.
pg_tcs
: 0);
in ixgbe_dcbnl_set_state()
429
*num = adapter->dcb_cfg.num_tcs.
pg_tcs
;
in ixgbe_dcbnl_getnumtcs()
493
ets->ets_cap = adapter->dcb_cfg.num_tcs.
pg_tcs
;
in ixgbe_dcbnl_ieee_getets()
546
if (max_tc > adapter->dcb_cfg.num_tcs.
pg_tcs
)
in ixgbe_dcbnl_ieee_setets()
H
A
D
ixgbe_dcb.c
216
u8 tc = cfg->num_tcs.
pg_tcs
;
in ixgbe_dcb_get_tc_from_up()
H
A
D
ixgbe_sriov.c
83
adapter->dcb_cfg.num_tcs.
pg_tcs
= MAX_TRAFFIC_CLASS;
in __ixgbe_enable_sriov()
86
adapter->dcb_cfg.num_tcs.
pg_tcs
= 4;
in __ixgbe_enable_sriov()
89
adapter->dcb_cfg.num_tcs.
pg_tcs
= 1;
in __ixgbe_enable_sriov()
H
A
D
ixgbe_lib.c
1195
adapter->dcb_cfg.num_tcs.
pg_tcs
= 1;
in ixgbe_set_interrupt_capability()
H
A
D
ixgbe_main.c
6215
adapter->dcb_cfg.num_tcs.
pg_tcs
= MAX_TRAFFIC_CLASS;
in ixgbe_init_dcb()
6220
adapter->dcb_cfg.num_tcs.
pg_tcs
= X540_TRAFFIC_CLASS;
in ixgbe_init_dcb()
6226
adapter->dcb_cfg.num_tcs.
pg_tcs
= DEF_TRAFFIC_CLASS;
in ixgbe_init_dcb()
9138
if (tc > adapter->dcb_cfg.num_tcs.
pg_tcs
)
in ixgbe_setup_tc()
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/ixgbe/
H
A
D
ixgbe_dcb.h
102
u8
pg_tcs
;
member
H
A
D
ixgbe_dcb_nl.c
139
state ? adapter->dcb_cfg.num_tcs.
pg_tcs
: 0);
in ixgbe_dcbnl_set_state()
427
*num = adapter->dcb_cfg.num_tcs.
pg_tcs
;
in ixgbe_dcbnl_getnumtcs()
491
ets->ets_cap = adapter->dcb_cfg.num_tcs.
pg_tcs
;
in ixgbe_dcbnl_ieee_getets()
544
if (max_tc > adapter->dcb_cfg.num_tcs.
pg_tcs
)
in ixgbe_dcbnl_ieee_setets()
H
A
D
ixgbe_dcb.c
216
u8 tc = cfg->num_tcs.
pg_tcs
;
in ixgbe_dcb_get_tc_from_up()
H
A
D
ixgbe_sriov.c
83
adapter->dcb_cfg.num_tcs.
pg_tcs
= MAX_TRAFFIC_CLASS;
in __ixgbe_enable_sriov()
86
adapter->dcb_cfg.num_tcs.
pg_tcs
= 4;
in __ixgbe_enable_sriov()
89
adapter->dcb_cfg.num_tcs.
pg_tcs
= 1;
in __ixgbe_enable_sriov()
H
A
D
ixgbe_lib.c
1199
adapter->dcb_cfg.num_tcs.
pg_tcs
= 1;
in ixgbe_set_interrupt_capability()
H
A
D
ixgbe_main.c
6249
adapter->dcb_cfg.num_tcs.
pg_tcs
= MAX_TRAFFIC_CLASS;
in ixgbe_init_dcb()
6254
adapter->dcb_cfg.num_tcs.
pg_tcs
= X540_TRAFFIC_CLASS;
in ixgbe_init_dcb()
6260
adapter->dcb_cfg.num_tcs.
pg_tcs
= DEF_TRAFFIC_CLASS;
in ixgbe_init_dcb()
9229
if (tc > adapter->dcb_cfg.num_tcs.
pg_tcs
)
in ixgbe_setup_tc()
Completed in 38 milliseconds