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:txglom
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
H
A
D
sdio.c
526
bool
txglom
; /* host tx glomming enable flag */
member
1484
if (bus->
txglom
) {
in brcmf_sdio_hdpack()
1499
trace_brcmf_sdpcm_hdr(SDPCM_TX + !!(bus->
txglom
), header);
in brcmf_sdio_hdpack()
2208
if (bus->
txglom
&& pktq->qlen > 1) {
in brcmf_sdio_txpkt_prep()
2237
if (bus->
txglom
)
in brcmf_sdio_txpkt_prep()
2276
if (bus->
txglom
) {
in brcmf_sdio_txpkt_postp()
2336
if (bus->
txglom
)
in brcmf_sdio_sendfromq()
2425
if (bus->
txglom
)
in brcmf_sdio_tx_ctrlframe()
3536
* a device perspective, ie. bus:
txglom
affects the
in brcmf_sdio_bus_preinit()
3542
err = brcmf_iovar_data_set(dev, "bus:
txglom
",
in brcmf_sdio_bus_preinit()
[all...]
/kernel/linux/linux-6.6/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
H
A
D
sdio.c
524
bool
txglom
; /* host tx glomming enable flag */
member
1495
if (bus->
txglom
) {
in brcmf_sdio_hdpack()
1510
trace_brcmf_sdpcm_hdr(SDPCM_TX + !!(bus->
txglom
), header);
in brcmf_sdio_hdpack()
2219
if (bus->
txglom
&& pktq->qlen > 1) {
in brcmf_sdio_txpkt_prep()
2248
if (bus->
txglom
)
in brcmf_sdio_txpkt_prep()
2287
if (bus->
txglom
) {
in brcmf_sdio_txpkt_postp()
2347
if (bus->
txglom
)
in brcmf_sdio_sendfromq()
2436
if (bus->
txglom
)
in brcmf_sdio_tx_ctrlframe()
3549
* a device perspective, ie. bus:
txglom
affects the
in brcmf_sdio_bus_preinit()
3555
err = brcmf_iovar_data_set(dev, "bus:
txglom
",
in brcmf_sdio_bus_preinit()
[all...]
Completed in 20 milliseconds