OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:alloc_cmd
(Results
1 - 6
of
6
) sorted by null
/hardware/broadcom/wlan/bcmdhd/wifi_hal/
common.h
144
int
alloc_cmd
; // number of commands allocated
member in struct:__anon39366
common.cpp
149
if (info->num_cmd < info->
alloc_cmd
) {
wifi_hal.cpp
151
info->
alloc_cmd
= DEFAULT_CMD_SIZE;
/hardware/qcom/wlan/qcwcn/wifi_hal/
common.h
93
int
alloc_cmd
; // number of commands allocated
member in struct:__anon41575
common.cpp
153
if (info->num_cmd < info->
alloc_cmd
) {
wifi_hal.cpp
194
info->
alloc_cmd
= DEFAULT_CMD_SIZE;
Completed in 136 milliseconds