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:pri_mask
(Results
1 - 8
of
8
) sorted by relevance
/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
245
pri_mask
|= 1 << pri;
in bnxt_hwrm_queue_pfc_cfg()
270
req.flags = cpu_to_le32(
pri_mask
);
in bnxt_hwrm_queue_pfc_cfg()
278
u8
pri_mask
;
in bnxt_hwrm_queue_pfc_qcfg()
local
290
pri_mask
= le32_to_cpu(resp->flags);
in bnxt_hwrm_queue_pfc_qcfg()
291
pfc->pfc_en =
pri_mask
;
in bnxt_hwrm_queue_pfc_qcfg()
/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
265
pri_mask
|= 1 << pri;
in bnxt_hwrm_queue_pfc_cfg()
293
req->flags = cpu_to_le32(
pri_mask
);
in bnxt_hwrm_queue_pfc_cfg()
301
u8
pri_mask
;
in bnxt_hwrm_queue_pfc_qcfg()
local
315
pri_mask
= le32_to_cpu(resp->flags);
in bnxt_hwrm_queue_pfc_qcfg()
316
pfc->pfc_en =
pri_mask
;
in bnxt_hwrm_queue_pfc_qcfg()
/kernel/linux/linux-5.10/drivers/target/iscsi/cxgbit/
H
A
D
cxgbit_cm.c
855
static int cxgbit_select_priority(int
pri_mask
)
in cxgbit_select_priority()
argument
857
if (!
pri_mask
)
in cxgbit_select_priority()
860
return (ffs(
pri_mask
) - 1);
in cxgbit_select_priority()
/kernel/linux/linux-6.6/drivers/target/iscsi/cxgbit/
H
A
D
cxgbit_cm.c
857
static int cxgbit_select_priority(int
pri_mask
)
in cxgbit_select_priority()
argument
859
if (!
pri_mask
)
in cxgbit_select_priority()
862
return (ffs(
pri_mask
) - 1);
in cxgbit_select_priority()
/kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/bnx2x/
H
A
D
bnx2x_dcb.c
178
u32
pri_mask
;
in bnx2x_dcbx_get_ap_priority()
local
183
pri_mask
= 1 << index;
in bnx2x_dcbx_get_ap_priority()
184
if (GET_FLAGS(pri_bitmap,
pri_mask
))
in bnx2x_dcbx_get_ap_priority()
/kernel/linux/linux-5.10/drivers/scsi/cxgbi/cxgb4i/
H
A
D
cxgb4i.c
1727
static int select_priority(int
pri_mask
)
in select_priority()
argument
1729
if (!
pri_mask
)
in select_priority()
1731
return (ffs(
pri_mask
) - 1);
in select_priority()
/kernel/linux/linux-6.6/drivers/net/ethernet/broadcom/bnx2x/
H
A
D
bnx2x_dcb.c
178
u32
pri_mask
;
in bnx2x_dcbx_get_ap_priority()
local
183
pri_mask
= 1 << index;
in bnx2x_dcbx_get_ap_priority()
184
if (GET_FLAGS(pri_bitmap,
pri_mask
))
in bnx2x_dcbx_get_ap_priority()
/kernel/linux/linux-6.6/drivers/scsi/cxgbi/cxgb4i/
H
A
D
cxgb4i.c
1728
static int select_priority(int
pri_mask
)
in select_priority()
argument
1730
if (!
pri_mask
)
in select_priority()
1732
return (ffs(
pri_mask
) - 1);
in select_priority()
Completed in 20 milliseconds