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:NFIFO
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/broadcom/brcm80211/brcmsmac/
H
A
D
main.h
130
#define
NFIFO
6 /* # tx/rx fifopairs */
macro
241
uint *txavail[
NFIFO
]; /* # tx descriptors available */
317
struct dma_pub *di[
NFIFO
]; /* dma handles, per fifo */
351
uint *txavail[
NFIFO
]; /* # tx descriptors available */
437
* fragthresh[
NFIFO
]: per-fifo fragmentation thresholds.
540
u16 fragthresh[
NFIFO
];
H
A
D
main.c
288
static const u16 xmtfifo_sz[][
NFIFO
] = {
837
uint queue =
NFIFO
;
in brcms_c_dotxstatus()
867
if (queue >=
NFIFO
) {
in brcms_c_dotxstatus()
868
brcms_err(wlc->hw->d11core, "queue %u >=
NFIFO
\n", queue);
in brcms_c_dotxstatus()
1007
if (dma && queue <
NFIFO
) {
in brcms_c_dotxstatus()
1174
for (i = 0; i <
NFIFO
; i++)
in brcms_b_attach_dmapio()
1191
for (j = 0; j <
NFIFO
; j++) {
in brcms_b_detach_dmapio()
2008
for (i = 0; i <
NFIFO
; i++)
in brcms_b_corereset()
2084
for (fifo_nu = 0; fifo_nu <
NFIFO
; fifo_nu++) {
in brcms_b_corerev_fifofixup()
2330
for (idx = 0; idx <
NFIFO
; id
in brcms_b_fifoerrors()
[all...]
/kernel/linux/linux-6.6/drivers/net/wireless/broadcom/brcm80211/brcmsmac/
H
A
D
main.h
130
#define
NFIFO
6 /* # tx/rx fifopairs */
macro
241
uint *txavail[
NFIFO
]; /* # tx descriptors available */
317
struct dma_pub *di[
NFIFO
]; /* dma handles, per fifo */
351
uint *txavail[
NFIFO
]; /* # tx descriptors available */
437
* fragthresh[
NFIFO
]: per-fifo fragmentation thresholds.
540
u16 fragthresh[
NFIFO
];
H
A
D
main.c
288
static const u16 xmtfifo_sz[][
NFIFO
] = {
837
uint queue =
NFIFO
;
in brcms_c_dotxstatus()
867
if (queue >=
NFIFO
) {
in brcms_c_dotxstatus()
868
brcms_err(wlc->hw->d11core, "queue %u >=
NFIFO
\n", queue);
in brcms_c_dotxstatus()
1007
if (dma && queue <
NFIFO
) {
in brcms_c_dotxstatus()
1174
for (i = 0; i <
NFIFO
; i++)
in brcms_b_attach_dmapio()
1191
for (j = 0; j <
NFIFO
; j++) {
in brcms_b_detach_dmapio()
2008
for (i = 0; i <
NFIFO
; i++)
in brcms_b_corereset()
2084
for (fifo_nu = 0; fifo_nu <
NFIFO
; fifo_nu++) {
in brcms_b_corerev_fifofixup()
2330
for (idx = 0; idx <
NFIFO
; id
in brcms_b_fifoerrors()
[all...]
Completed in 15 milliseconds