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:xmtfifo_sz
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-6.6/drivers/net/wireless/broadcom/brcm80211/brcmsmac/
H
A
D
ampdu.c
366
uint
xmtfifo_sz
;
in brcms_c_ffpld_check_txfunfl()
local
385
if (brcms_b_xmtfifo_sz_get(wlc->hw, fid, &
xmtfifo_sz
))
in brcms_c_ffpld_check_txfunfl()
388
if ((TXFIFO_SIZE_UNIT * (u32)
xmtfifo_sz
) <= ampdu->ffpld_rsvd)
in brcms_c_ffpld_check_txfunfl()
391
max_pld_size = TXFIFO_SIZE_UNIT *
xmtfifo_sz
- ampdu->ffpld_rsvd;
in brcms_c_ffpld_check_txfunfl()
H
A
D
main.c
288
static const u16
xmtfifo_sz
[][NFIFO] = {
variable
2086
txfifo_endblk = txfifo_startblk + wlc_hw->
xmtfifo_sz
[fifo_nu];
in brcms_b_corerev_fifofixup()
2101
txfifo_startblk += wlc_hw->
xmtfifo_sz
[fifo_nu];
in brcms_b_corerev_fifofixup()
2108
wlc_hw->
xmtfifo_sz
[TX_AC_BE_FIFO]);
in brcms_b_corerev_fifofixup()
2110
wlc_hw->
xmtfifo_sz
[TX_AC_VI_FIFO]);
in brcms_b_corerev_fifofixup()
2112
((wlc_hw->
xmtfifo_sz
[TX_AC_VO_FIFO] << 8) | wlc_hw->
in brcms_b_corerev_fifofixup()
2113
xmtfifo_sz
[TX_AC_BK_FIFO]));
in brcms_b_corerev_fifofixup()
2115
((wlc_hw->
xmtfifo_sz
[TX_ATIM_FIFO] << 8) | wlc_hw->
in brcms_b_corerev_fifofixup()
2116
xmtfifo_sz
[TX_BCMC_FIFO]));
in brcms_b_corerev_fifofixup()
3226
if (buf[TX_AC_BE_FIFO] != wlc_hw->
xmtfifo_sz
[TX_AC_BE_FIF
in brcms_b_coreinit()
[all...]
H
A
D
main.h
352
const u16 *
xmtfifo_sz
; /* fifo size in 256B for each xmt fifo */
member
/kernel/linux/linux-5.10/drivers/net/wireless/broadcom/brcm80211/brcmsmac/
H
A
D
ampdu.c
366
uint
xmtfifo_sz
;
in brcms_c_ffpld_check_txfunfl()
local
385
if (brcms_b_xmtfifo_sz_get(wlc->hw, fid, &
xmtfifo_sz
))
in brcms_c_ffpld_check_txfunfl()
388
if ((TXFIFO_SIZE_UNIT * (u32)
xmtfifo_sz
) <= ampdu->ffpld_rsvd)
in brcms_c_ffpld_check_txfunfl()
391
max_pld_size = TXFIFO_SIZE_UNIT *
xmtfifo_sz
- ampdu->ffpld_rsvd;
in brcms_c_ffpld_check_txfunfl()
H
A
D
main.c
288
static const u16
xmtfifo_sz
[][NFIFO] = {
variable
2086
txfifo_endblk = txfifo_startblk + wlc_hw->
xmtfifo_sz
[fifo_nu];
in brcms_b_corerev_fifofixup()
2101
txfifo_startblk += wlc_hw->
xmtfifo_sz
[fifo_nu];
in brcms_b_corerev_fifofixup()
2108
wlc_hw->
xmtfifo_sz
[TX_AC_BE_FIFO]);
in brcms_b_corerev_fifofixup()
2110
wlc_hw->
xmtfifo_sz
[TX_AC_VI_FIFO]);
in brcms_b_corerev_fifofixup()
2112
((wlc_hw->
xmtfifo_sz
[TX_AC_VO_FIFO] << 8) | wlc_hw->
in brcms_b_corerev_fifofixup()
2113
xmtfifo_sz
[TX_AC_BK_FIFO]));
in brcms_b_corerev_fifofixup()
2115
((wlc_hw->
xmtfifo_sz
[TX_ATIM_FIFO] << 8) | wlc_hw->
in brcms_b_corerev_fifofixup()
2116
xmtfifo_sz
[TX_BCMC_FIFO]));
in brcms_b_corerev_fifofixup()
3228
if (buf[TX_AC_BE_FIFO] != wlc_hw->
xmtfifo_sz
[TX_AC_BE_FIF
in brcms_b_coreinit()
[all...]
H
A
D
main.h
352
const u16 *
xmtfifo_sz
; /* fifo size in 256B for each xmt fifo */
member
Completed in 20 milliseconds