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:fw_max
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-5.10/drivers/bluetooth/
H
A
D
hci_mrvl.c
275
const u8 *fw_ptr, *
fw_max
;
in mrvl_load_firmware()
local
285
fw_max
= fw->data + fw->size;
in mrvl_load_firmware()
291
while (fw_ptr <=
fw_max
) {
in mrvl_load_firmware()
313
if (fw_ptr ==
fw_max
) {
in mrvl_load_firmware()
327
if (fw_ptr + mrvl->tx_len >
fw_max
) {
in mrvl_load_firmware()
328
mrvl->tx_len =
fw_max
- fw_ptr;
in mrvl_load_firmware()
/kernel/linux/linux-6.6/drivers/bluetooth/
H
A
D
hci_mrvl.c
285
const u8 *fw_ptr, *
fw_max
;
in mrvl_load_firmware()
local
295
fw_max
= fw->data + fw->size;
in mrvl_load_firmware()
301
while (fw_ptr <=
fw_max
) {
in mrvl_load_firmware()
323
if (fw_ptr ==
fw_max
) {
in mrvl_load_firmware()
337
if (fw_ptr + mrvl->tx_len >
fw_max
) {
in mrvl_load_firmware()
338
mrvl->tx_len =
fw_max
- fw_ptr;
in mrvl_load_firmware()
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx5/core/esw/
H
A
D
qos.c
126
static u32 esw_qos_calc_bw_share(u32 min_rate, u32 divider, u32
fw_max
)
in esw_qos_calc_bw_share()
argument
129
return MLX5_RATE_TO_BW_SHARE(min_rate, divider,
fw_max
);
in esw_qos_calc_bw_share()
Completed in 3 milliseconds