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:wqebb_size_shift
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/huawei/hinic/
H
A
D
hinic_hw_wq.c
84
<< (wq)->
wqebb_size_shift
);
in WQE_PAGE_OFF()
511
u16
wqebb_size_shift
;
in hinic_wq_allocate()
local
529
wqebb_size_shift
= ilog2(wqebb_size);
in hinic_wq_allocate()
531
>>
wqebb_size_shift
;
in hinic_wq_allocate()
552
wq->
wqebb_size_shift
=
wqebb_size_shift
;
in hinic_wq_allocate()
608
u16
wqebb_size_shift
;
in hinic_wqs_cmdq_alloc()
local
626
wqebb_size_shift
= ilog2(wqebb_size);
in hinic_wqs_cmdq_alloc()
628
>>
wqebb_size_shift
;
in hinic_wqs_cmdq_alloc()
655
wq[i].
wqebb_size_shift
in hinic_wqs_cmdq_alloc()
[all...]
H
A
D
hinic_hw_wq.h
34
u16
wqebb_size_shift
;
member
/kernel/linux/linux-6.6/drivers/net/ethernet/huawei/hinic/
H
A
D
hinic_hw_wq.c
84
<< (wq)->
wqebb_size_shift
);
in WQE_PAGE_OFF()
510
u16
wqebb_size_shift
;
in hinic_wq_allocate()
local
528
wqebb_size_shift
= ilog2(wqebb_size);
in hinic_wq_allocate()
530
>>
wqebb_size_shift
;
in hinic_wq_allocate()
551
wq->
wqebb_size_shift
=
wqebb_size_shift
;
in hinic_wq_allocate()
607
u16
wqebb_size_shift
;
in hinic_wqs_cmdq_alloc()
local
625
wqebb_size_shift
= ilog2(wqebb_size);
in hinic_wqs_cmdq_alloc()
627
>>
wqebb_size_shift
;
in hinic_wqs_cmdq_alloc()
654
wq[i].
wqebb_size_shift
in hinic_wqs_cmdq_alloc()
[all...]
H
A
D
hinic_hw_wq.h
34
u16
wqebb_size_shift
;
member
Completed in 3 milliseconds