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:mem_conf
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/ti/wl1251/
H
A
D
acx.c
872
struct wl1251_acx_config_memory *
mem_conf
;
in wl1251_acx_mem_cfg()
local
877
mem_conf
= kzalloc(sizeof(*
mem_conf
), GFP_KERNEL);
in wl1251_acx_mem_cfg()
878
if (!
mem_conf
)
in wl1251_acx_mem_cfg()
882
mem_conf
->mem_config.num_stations = cpu_to_le16(DEFAULT_NUM_STATIONS);
in wl1251_acx_mem_cfg()
883
mem_conf
->mem_config.rx_mem_block_num = 35;
in wl1251_acx_mem_cfg()
884
mem_conf
->mem_config.tx_min_mem_block_num = 64;
in wl1251_acx_mem_cfg()
885
mem_conf
->mem_config.num_tx_queues = MAX_TX_QUEUES;
in wl1251_acx_mem_cfg()
886
mem_conf
->mem_config.host_if_options = HOSTIF_PKT_RING;
in wl1251_acx_mem_cfg()
887
mem_conf
in wl1251_acx_mem_cfg()
[all...]
/kernel/linux/linux-6.6/drivers/net/wireless/ti/wl1251/
H
A
D
acx.c
872
struct wl1251_acx_config_memory *
mem_conf
;
in wl1251_acx_mem_cfg()
local
877
mem_conf
= kzalloc(sizeof(*
mem_conf
), GFP_KERNEL);
in wl1251_acx_mem_cfg()
878
if (!
mem_conf
)
in wl1251_acx_mem_cfg()
882
mem_conf
->mem_config.num_stations = cpu_to_le16(DEFAULT_NUM_STATIONS);
in wl1251_acx_mem_cfg()
883
mem_conf
->mem_config.rx_mem_block_num = 35;
in wl1251_acx_mem_cfg()
884
mem_conf
->mem_config.tx_min_mem_block_num = 64;
in wl1251_acx_mem_cfg()
885
mem_conf
->mem_config.num_tx_queues = MAX_TX_QUEUES;
in wl1251_acx_mem_cfg()
886
mem_conf
->mem_config.host_if_options = HOSTIF_PKT_RING;
in wl1251_acx_mem_cfg()
887
mem_conf
in wl1251_acx_mem_cfg()
[all...]
/kernel/linux/linux-5.10/drivers/net/wireless/ti/wlcore/
H
A
D
acx.c
958
struct wl12xx_acx_config_memory *
mem_conf
;
in wl12xx_acx_mem_cfg()
local
964
mem_conf
= kzalloc(sizeof(*
mem_conf
), GFP_KERNEL);
in wl12xx_acx_mem_cfg()
965
if (!
mem_conf
) {
in wl12xx_acx_mem_cfg()
973
mem_conf
->num_stations = mem->num_stations;
in wl12xx_acx_mem_cfg()
974
mem_conf
->rx_mem_block_num = mem->rx_block_num;
in wl12xx_acx_mem_cfg()
975
mem_conf
->tx_min_mem_block_num = mem->tx_min_block_num;
in wl12xx_acx_mem_cfg()
976
mem_conf
->num_ssid_profiles = mem->ssid_profiles;
in wl12xx_acx_mem_cfg()
977
mem_conf
->total_tx_descriptors = cpu_to_le32(wl->num_tx_desc);
in wl12xx_acx_mem_cfg()
978
mem_conf
in wl12xx_acx_mem_cfg()
[all...]
/kernel/linux/linux-6.6/drivers/net/wireless/ti/wlcore/
H
A
D
acx.c
958
struct wl12xx_acx_config_memory *
mem_conf
;
in wl12xx_acx_mem_cfg()
local
964
mem_conf
= kzalloc(sizeof(*
mem_conf
), GFP_KERNEL);
in wl12xx_acx_mem_cfg()
965
if (!
mem_conf
) {
in wl12xx_acx_mem_cfg()
973
mem_conf
->num_stations = mem->num_stations;
in wl12xx_acx_mem_cfg()
974
mem_conf
->rx_mem_block_num = mem->rx_block_num;
in wl12xx_acx_mem_cfg()
975
mem_conf
->tx_min_mem_block_num = mem->tx_min_block_num;
in wl12xx_acx_mem_cfg()
976
mem_conf
->num_ssid_profiles = mem->ssid_profiles;
in wl12xx_acx_mem_cfg()
977
mem_conf
->total_tx_descriptors = cpu_to_le32(wl->num_tx_desc);
in wl12xx_acx_mem_cfg()
978
mem_conf
in wl12xx_acx_mem_cfg()
[all...]
Completed in 6 milliseconds