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:closed_rb_num
(Results
1 - 12
of
12
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/
H
A
D
iwl-fh.h
627
* @
closed_rb_num
[0:11] - Indicates the index of the RB which was closed
635
__le16
closed_rb_num
;
member
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/
H
A
D
iwl-fh.h
573
* @
closed_rb_num
[0:11] - Indicates the index of the RB which was closed
581
__le16
closed_rb_num
;
member
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/pcie/
H
A
D
internal.h
258
return READ_ONCE(rb_stts->
closed_rb_num
);
in iwl_get_closed_rb_stts()
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/pcie/
H
A
D
internal.h
203
return READ_ONCE(rb_stts->
closed_rb_num
);
in iwl_get_closed_rb_stts()
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlegacy/
H
A
D
common.h
2372
* @
closed_rb_num
[0:11] - Indicates the idx of the RB which was closed
2380
__le16
closed_rb_num
;
member
H
A
D
debug.c
876
scnprintf(buf + pos, bufsz - pos, "
closed_rb_num
: %u\n",
in il_dbgfs_rx_queue_read()
878
closed_rb_num
) & 0x0FFF);
in il_dbgfs_rx_queue_read()
882
"
closed_rb_num
: Not Allocated\n");
in il_dbgfs_rx_queue_read()
H
A
D
3945-mac.c
1192
r = le16_to_cpu(rxq->rb_stts->
closed_rb_num
) & 0x0FFF;
in il3945_rx_handle()
H
A
D
4965-mac.c
4219
r = le16_to_cpu(rxq->rb_stts->
closed_rb_num
) & 0x0FFF;
in il4965_rx_handle()
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlegacy/
H
A
D
common.h
2373
* @
closed_rb_num
[0:11] - Indicates the idx of the RB which was closed
2381
__le16
closed_rb_num
;
member
H
A
D
debug.c
876
scnprintf(buf + pos, bufsz - pos, "
closed_rb_num
: %u\n",
in il_dbgfs_rx_queue_read()
878
closed_rb_num
) & 0x0FFF);
in il_dbgfs_rx_queue_read()
882
"
closed_rb_num
: Not Allocated\n");
in il_dbgfs_rx_queue_read()
H
A
D
3945-mac.c
1190
r = le16_to_cpu(rxq->rb_stts->
closed_rb_num
) & 0x0FFF;
in il3945_rx_handle()
H
A
D
4965-mac.c
4218
r = le16_to_cpu(rxq->rb_stts->
closed_rb_num
) & 0x0FFF;
in il4965_rx_handle()
Completed in 47 milliseconds