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:tc_mask
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx4/
H
A
D
en_dcb_nl.c
172
u8
tc_mask
= 1 << tc;
in mlx4_en_dcbnl_set_all()
local
176
tx_ppp &= ~
tc_mask
;
in mlx4_en_dcbnl_set_all()
177
rx_ppp &= ~
tc_mask
;
in mlx4_en_dcbnl_set_all()
180
tx_ppp |=
tc_mask
;
in mlx4_en_dcbnl_set_all()
181
rx_ppp |=
tc_mask
;
in mlx4_en_dcbnl_set_all()
184
tx_ppp |=
tc_mask
;
in mlx4_en_dcbnl_set_all()
185
rx_ppp &= ~
tc_mask
;
in mlx4_en_dcbnl_set_all()
188
tx_ppp &= ~
tc_mask
;
in mlx4_en_dcbnl_set_all()
189
rx_ppp |=
tc_mask
;
in mlx4_en_dcbnl_set_all()
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx4/
H
A
D
en_dcb_nl.c
172
u8
tc_mask
= 1 << tc;
in mlx4_en_dcbnl_set_all()
local
176
tx_ppp &= ~
tc_mask
;
in mlx4_en_dcbnl_set_all()
177
rx_ppp &= ~
tc_mask
;
in mlx4_en_dcbnl_set_all()
180
tx_ppp |=
tc_mask
;
in mlx4_en_dcbnl_set_all()
181
rx_ppp |=
tc_mask
;
in mlx4_en_dcbnl_set_all()
184
tx_ppp |=
tc_mask
;
in mlx4_en_dcbnl_set_all()
185
rx_ppp &= ~
tc_mask
;
in mlx4_en_dcbnl_set_all()
188
tx_ppp &= ~
tc_mask
;
in mlx4_en_dcbnl_set_all()
189
rx_ppp |=
tc_mask
;
in mlx4_en_dcbnl_set_all()
/kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/bnxt/
H
A
D
bnxt_dcb.c
234
unsigned int
tc_mask
= 0, pri_mask = 0;
in bnxt_hwrm_queue_pfc_cfg()
local
246
tc_mask
|= 1 << i;
in bnxt_hwrm_queue_pfc_cfg()
249
if (
tc_mask
& (1 << i))
in bnxt_hwrm_queue_pfc_cfg()
256
if (
tc_mask
& (1 << i)) {
in bnxt_hwrm_queue_pfc_cfg()
267
bnxt_queue_remap(bp,
tc_mask
);
in bnxt_hwrm_queue_pfc_cfg()
/kernel/linux/linux-6.6/drivers/net/ethernet/broadcom/bnxt/
H
A
D
bnxt_dcb.c
253
unsigned int
tc_mask
= 0, pri_mask = 0;
in bnxt_hwrm_queue_pfc_cfg()
local
266
tc_mask
|= 1 << i;
in bnxt_hwrm_queue_pfc_cfg()
269
if (
tc_mask
& (1 << i))
in bnxt_hwrm_queue_pfc_cfg()
276
if (
tc_mask
& (1 << i)) {
in bnxt_hwrm_queue_pfc_cfg()
287
bnxt_queue_remap(bp,
tc_mask
);
in bnxt_hwrm_queue_pfc_cfg()
/kernel/linux/linux-5.10/net/sched/
H
A
D
sch_taprio.c
1197
static u32 tc_map_to_queue_mask(struct net_device *dev, u32
tc_mask
)
in tc_map_to_queue_mask()
argument
1204
if (!(
tc_mask
& BIT(i)))
in tc_map_to_queue_mask()
/kernel/linux/linux-6.6/net/sched/
H
A
D
sch_taprio.c
1434
static u32 tc_map_to_queue_mask(struct net_device *dev, u32
tc_mask
)
in tc_map_to_queue_mask()
argument
1441
if (!(
tc_mask
& BIT(i)))
in tc_map_to_queue_mask()
Completed in 12 milliseconds