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:rs_more
(Results
1 - 16
of
16
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath9k/
H
A
D
recv.c
767
rs->
rs_more
= true;
in ath_get_next_rx_buf()
852
if (rx_stats->
rs_more
)
in ath9k_rx_skb_preprocess()
949
sc->rx.discard_next = rx_stats->
rs_more
;
in ath9k_rx_skb_preprocess()
1153
if (!rs.
rs_more
)
in ath_rx_tasklet()
1157
if (rs.
rs_more
) {
in ath_rx_tasklet()
1160
*
rs_more
indicates chained descriptors which can be
in ath_rx_tasklet()
H
A
D
mac.h
135
u8
rs_more
;
member
164
u8
rs_more
;
member
H
A
D
htc_drv_txrx.c
957
rx_stats->
rs_more
= rxstatus->
rs_more
;
in rx_status_htc_to_ath()
H
A
D
ar9003_mac.c
518
rxs->
rs_more
= (rxsp->status2 & AR_RxMore) ? 1 : 0;
in ath9k_hw_process_rxdesc_edma()
H
A
D
mac.c
573
rs->
rs_more
= (ads.ds_rxstatus1 & AR_RxMore) ? 1 : 0;
in ath9k_hw_rxprocdesc()
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath9k/
H
A
D
recv.c
767
rs->
rs_more
= true;
in ath_get_next_rx_buf()
852
if (rx_stats->
rs_more
)
in ath9k_rx_skb_preprocess()
949
sc->rx.discard_next = rx_stats->
rs_more
;
in ath9k_rx_skb_preprocess()
1153
if (!rs.
rs_more
)
in ath_rx_tasklet()
1157
if (rs.
rs_more
) {
in ath_rx_tasklet()
1160
*
rs_more
indicates chained descriptors which can be
in ath_rx_tasklet()
H
A
D
mac.h
137
u8
rs_more
;
member
166
u8
rs_more
;
member
H
A
D
htc_drv_txrx.c
958
rx_stats->
rs_more
= rxstatus->
rs_more
;
in rx_status_htc_to_ath()
H
A
D
ar9003_mac.c
519
rxs->
rs_more
= (rxsp->status2 & AR_RxMore) ? 1 : 0;
in ath9k_hw_process_rxdesc_edma()
H
A
D
mac.c
573
rs->
rs_more
= (ads.ds_rxstatus1 & AR_RxMore) ? 1 : 0;
in ath9k_hw_rxprocdesc()
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath5k/
H
A
D
desc.c
625
rs->
rs_more
= !!(rx_status->rx_status_0 &
in ath5k_hw_proc_5210_rx_status()
722
rs->
rs_more
= !!(rxstat0 & AR5K_5212_RX_DESC_STATUS0_MORE);
in ath5k_hw_proc_5212_rx_status()
H
A
D
ath5k.h
712
* @
rs_more
: Indicates this is a frame fragment (Fast frames)
723
u8
rs_more
;
member
H
A
D
base.c
1512
if (unlikely(rs->
rs_more
)) {
in ath5k_receive_frame_ok()
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath5k/
H
A
D
desc.c
625
rs->
rs_more
= !!(rx_status->rx_status_0 &
in ath5k_hw_proc_5210_rx_status()
722
rs->
rs_more
= !!(rxstat0 & AR5K_5212_RX_DESC_STATUS0_MORE);
in ath5k_hw_proc_5212_rx_status()
H
A
D
ath5k.h
712
* @
rs_more
: Indicates this is a frame fragment (Fast frames)
723
u8
rs_more
;
member
H
A
D
base.c
1557
if (unlikely(rs->
rs_more
)) {
in ath5k_receive_frame_ok()
Completed in 29 milliseconds