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:skb_arr
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/marvell/mwifiex/
H
A
D
sdio.h
180
struct sk_buff **
skb_arr
;
member
382
card->mpa_rx.
skb_arr
[card->mpa_rx.pkt_cnt] = NULL;
in mp_rx_aggr_setup()
H
A
D
sdio.c
2530
card->mpa_rx.
skb_arr
= kcalloc(card->mp_agg_pkt_limit, sizeof(void *),
in mwifiex_init_sdio()
2532
if (!card->mpa_rx.
skb_arr
) {
in mwifiex_init_sdio()
2542
kfree(card->mpa_rx.
skb_arr
);
in mwifiex_init_sdio()
2597
kfree(card->mpa_rx.
skb_arr
);
in mwifiex_cleanup_sdio()
/kernel/linux/linux-6.6/drivers/net/wireless/marvell/mwifiex/
H
A
D
sdio.h
168
struct sk_buff **
skb_arr
;
member
377
card->mpa_rx.
skb_arr
[card->mpa_rx.pkt_cnt] = NULL;
in mp_rx_aggr_setup()
H
A
D
sdio.c
2578
card->mpa_rx.
skb_arr
= kcalloc(card->mp_agg_pkt_limit, sizeof(void *),
in mwifiex_init_sdio()
2580
if (!card->mpa_rx.
skb_arr
) {
in mwifiex_init_sdio()
2590
kfree(card->mpa_rx.
skb_arr
);
in mwifiex_init_sdio()
2645
kfree(card->mpa_rx.
skb_arr
);
in mwifiex_cleanup_sdio()
/kernel/linux/linux-5.10/drivers/net/ethernet/ibm/ehea/
H
A
D
ehea_main.c
444
struct sk_buff **
skb_arr
= q_skba->arr;
in ehea_refill_rq_def()
local
476
skb_arr
[index] = skb;
in ehea_refill_rq_def()
/kernel/linux/linux-6.6/drivers/net/ethernet/ibm/ehea/
H
A
D
ehea_main.c
448
struct sk_buff **
skb_arr
= q_skba->arr;
in ehea_refill_rq_def()
local
480
skb_arr
[index] = skb;
in ehea_refill_rq_def()
Completed in 19 milliseconds