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:max_flowrings
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
H
A
D
pcie.c
230
u16
max_flowrings
;
member
298
* @
max_flowrings
: maximum number of tx flow rings supported.
312
__le16
max_flowrings
;
member
1096
u16
max_flowrings
;
in brcmf_pcie_init_ringbuffers()
local
1104
max_flowrings
= le16_to_cpu(ringinfo.
max_flowrings
);
in brcmf_pcie_init_ringbuffers()
1107
max_submissionrings = le16_to_cpu(ringinfo.
max_flowrings
);
in brcmf_pcie_init_ringbuffers()
1108
max_flowrings
= max_submissionrings -
in brcmf_pcie_init_ringbuffers()
1112
if (
max_flowrings
> 512) {
in brcmf_pcie_init_ringbuffers()
1113
brcmf_err(bus, "invalid
max_flowrings
(
in brcmf_pcie_init_ringbuffers()
[all...]
H
A
D
msgbuf.c
235
u16
max_flowrings
;
member
778
for_each_set_bit(flowid, msgbuf->flow_map, msgbuf->
max_flowrings
) {
in brcmf_msgbuf_txflow_worker()
1383
msgbuf->
max_flowrings
) {
in brcmf_proto_msgbuf_rx_trigger()
1514
if (if_msgbuf->
max_flowrings
>= BRCMF_FLOWRING_HASHSIZE) {
in brcmf_proto_msgbuf_attach()
1516
if_msgbuf->
max_flowrings
);
in brcmf_proto_msgbuf_attach()
1517
if_msgbuf->
max_flowrings
= BRCMF_FLOWRING_HASHSIZE - 1;
in brcmf_proto_msgbuf_attach()
1530
count = BITS_TO_LONGS(if_msgbuf->
max_flowrings
);
in brcmf_proto_msgbuf_attach()
1567
msgbuf->
max_flowrings
= if_msgbuf->
max_flowrings
;
in brcmf_proto_msgbuf_attach()
1569
kcalloc(msgbuf->
max_flowrings
,
in brcmf_proto_msgbuf_attach()
[all...]
H
A
D
bus.h
94
* @
max_flowrings
: maximum number of tx flow rings supported.
103
u16
max_flowrings
;
member
/kernel/linux/linux-6.6/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
H
A
D
pcie.c
301
u16
max_flowrings
;
member
389
* @
max_flowrings
: maximum number of tx flow rings supported.
403
__le16
max_flowrings
;
member
1231
u16
max_flowrings
;
in brcmf_pcie_init_ringbuffers()
local
1239
max_flowrings
= le16_to_cpu(ringinfo.
max_flowrings
);
in brcmf_pcie_init_ringbuffers()
1242
max_submissionrings = le16_to_cpu(ringinfo.
max_flowrings
);
in brcmf_pcie_init_ringbuffers()
1243
max_flowrings
= max_submissionrings -
in brcmf_pcie_init_ringbuffers()
1247
if (
max_flowrings
> 512) {
in brcmf_pcie_init_ringbuffers()
1248
brcmf_err(bus, "invalid
max_flowrings
(
in brcmf_pcie_init_ringbuffers()
[all...]
H
A
D
msgbuf.c
236
u16
max_flowrings
;
member
778
for_each_set_bit(flowid, msgbuf->flow_map, msgbuf->
max_flowrings
) {
in brcmf_msgbuf_txflow_worker()
1387
msgbuf->
max_flowrings
) {
in brcmf_proto_msgbuf_rx_trigger()
1536
if (if_msgbuf->
max_flowrings
>= BRCMF_FLOWRING_HASHSIZE) {
in brcmf_proto_msgbuf_attach()
1538
if_msgbuf->
max_flowrings
);
in brcmf_proto_msgbuf_attach()
1539
if_msgbuf->
max_flowrings
= BRCMF_FLOWRING_HASHSIZE - 1;
in brcmf_proto_msgbuf_attach()
1552
count = BITS_TO_LONGS(if_msgbuf->
max_flowrings
);
in brcmf_proto_msgbuf_attach()
1589
msgbuf->
max_flowrings
= if_msgbuf->
max_flowrings
;
in brcmf_proto_msgbuf_attach()
1591
kcalloc(msgbuf->
max_flowrings
,
in brcmf_proto_msgbuf_attach()
[all...]
H
A
D
bus.h
120
* @
max_flowrings
: maximum number of tx flow rings supported.
129
u16
max_flowrings
;
member
Completed in 19 milliseconds