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:WLAN_SKB_BUF_NUM
(Results
1 - 4
of
4
) sorted by relevance
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/
H
A
D
dhd_custom_memprealloc.c
109
#define
WLAN_SKB_BUF_NUM
((WLAN_SKB_1_2PAGE_BUF_NUM) + \
macro
134
static struct sk_buff *wlan_static_skb[
WLAN_SKB_BUF_NUM
];
475
i =
WLAN_SKB_BUF_NUM
;
in dhd_init_wlan_mem()
555
for (i = 0; i <
WLAN_SKB_BUF_NUM
; i++) {
in dhd_exit_wlan_mem()
H
A
D
dhd_static_buf.c
100
*
WLAN_SKB_BUF_NUM
=> STATIC_PKT_MAX_NUM
104
#define
WLAN_SKB_BUF_NUM
((WLAN_SKB_1_2PAGE_BUF_NUM) + (DHD_SKB_4PAGE_BUF_NUM))
macro
125
static struct sk_buff *wlan_static_skb[
WLAN_SKB_BUF_NUM
];
481
i =
WLAN_SKB_BUF_NUM
;
in dhd_init_wlan_mem()
/device/soc/rockchip/common/vendor/drivers/net/
H
A
D
rfkill-wlan.c
83
#define
WLAN_SKB_BUF_NUM
16
macro
94
static struct sk_buff *wlan_static_skb[
WLAN_SKB_BUF_NUM
+ 1];
111
for (i = 0; i <
WLAN_SKB_BUF_NUM
; i++) {
in rockchip_init_wifi_mem()
112
wlan_static_skb[i] = dev_alloc_skb(((i < (
WLAN_SKB_BUF_NUM
/ 0x02)) ? (PAGE_SIZE * 1) : (PAGE_SIZE * 0x02)));
in rockchip_init_wifi_mem()
138
i =
WLAN_SKB_BUF_NUM
;
in rockchip_init_wifi_mem()
/device/soc/rockchip/rk3588/kernel/net/rfkill/
H
A
D
rfkill-wlan.c
87
#define
WLAN_SKB_BUF_NUM
16
macro
98
static struct sk_buff *wlan_static_skb[
WLAN_SKB_BUF_NUM
+ 1];
117
for (i = 0; i <
WLAN_SKB_BUF_NUM
; i++) {
in rockchip_init_wifi_mem()
119
dev_alloc_skb(((i < (
WLAN_SKB_BUF_NUM
/ 2)) ?
in rockchip_init_wifi_mem()
144
i =
WLAN_SKB_BUF_NUM
;
in rockchip_init_wifi_mem()
Completed in 5 milliseconds