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:rxq_entry_t
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/microchip/wilc1000/
H
A
D
wlan.c
368
static void wilc_wlan_rxq_add(struct wilc *wilc, struct
rxq_entry_t
*rqe)
in wilc_wlan_rxq_add()
378
static struct
rxq_entry_t
*wilc_wlan_rxq_remove(struct wilc *wilc)
in wilc_wlan_rxq_remove()
380
struct
rxq_entry_t
*rqe = NULL;
in wilc_wlan_rxq_remove()
384
rqe = list_first_entry(&wilc->rxq_head.list, struct
rxq_entry_t
,
in wilc_wlan_rxq_remove()
732
struct
rxq_entry_t
*rqe;
in wilc_wlan_handle_rxq()
761
struct
rxq_entry_t
*rqe;
in wilc_wlan_handle_isr_ext()
958
struct
rxq_entry_t
*rqe;
in wilc_wlan_cleanup()
H
A
D
netdev.h
223
/* protect
rxq_entry_t
receiver queue */
251
struct
rxq_entry_t
rxq_head;
H
A
D
wlan.h
311
struct
rxq_entry_t
{
struct
/kernel/linux/linux-6.6/drivers/net/wireless/microchip/wilc1000/
H
A
D
wlan.c
539
static void wilc_wlan_rxq_add(struct wilc *wilc, struct
rxq_entry_t
*rqe)
in wilc_wlan_rxq_add()
549
static struct
rxq_entry_t
*wilc_wlan_rxq_remove(struct wilc *wilc)
in wilc_wlan_rxq_remove()
551
struct
rxq_entry_t
*rqe = NULL;
in wilc_wlan_rxq_remove()
555
rqe = list_first_entry(&wilc->rxq_head.list, struct
rxq_entry_t
,
in wilc_wlan_rxq_remove()
1001
struct
rxq_entry_t
*rqe;
in wilc_wlan_handle_rxq()
1030
struct
rxq_entry_t
*rqe;
in wilc_wlan_handle_isr_ext()
1238
struct
rxq_entry_t
*rqe;
in wilc_wlan_cleanup()
H
A
D
netdev.h
224
/* protect
rxq_entry_t
receiver queue */
254
struct
rxq_entry_t
rxq_head;
H
A
D
wlan.h
348
struct
rxq_entry_t
{
struct
Completed in 7 milliseconds