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:trailer_present
(Results
1 - 7
of
7
) sorted by relevance
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath11k/
H
A
D
htc.c
295
bool
trailer_present
;
in ath11k_htc_rx_completion_handler()
local
324
trailer_present
= (FIELD_GET(HTC_HDR_FLAGS, hdr->htc_info)) &
in ath11k_htc_rx_completion_handler()
327
ath11k_dbg(ab, ATH11K_DBG_HTC, "rx ep %d skb %p
trailer_present
%d\n",
in ath11k_htc_rx_completion_handler()
328
eid, skb,
trailer_present
);
in ath11k_htc_rx_completion_handler()
330
if (
trailer_present
) {
in ath11k_htc_rx_completion_handler()
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath11k/
H
A
D
htc.c
245
bool
trailer_present
;
in ath11k_htc_rx_completion_handler()
local
274
trailer_present
= (FIELD_GET(HTC_HDR_FLAGS, hdr->htc_info)) &
in ath11k_htc_rx_completion_handler()
277
if (
trailer_present
) {
in ath11k_htc_rx_completion_handler()
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath12k/
H
A
D
htc.c
258
bool
trailer_present
;
in ath12k_htc_rx_completion_handler()
local
287
trailer_present
= le32_get_bits(hdr->htc_info, HTC_HDR_FLAGS) &
in ath12k_htc_rx_completion_handler()
290
if (
trailer_present
) {
in ath12k_htc_rx_completion_handler()
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath10k/
H
A
D
htc.c
437
bool
trailer_present
;
in ath10k_htc_rx_completion_handler()
local
473
trailer_present
= hdr->flags & ATH10K_HTC_FLAG_TRAILER_PRESENT;
in ath10k_htc_rx_completion_handler()
474
if (
trailer_present
) {
in ath10k_htc_rx_completion_handler()
H
A
D
sdio.c
387
bool
trailer_present
= htc_hdr->flags & ATH10K_HTC_FLAG_TRAILER_PRESENT;
in ath10k_sdio_mbox_rx_process_packet()
local
392
if (
trailer_present
) {
in ath10k_sdio_mbox_rx_process_packet()
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath10k/
H
A
D
htc.c
446
bool
trailer_present
;
in ath10k_htc_rx_completion_handler()
local
486
trailer_present
= hdr->flags & ATH10K_HTC_FLAG_TRAILER_PRESENT;
in ath10k_htc_rx_completion_handler()
487
if (
trailer_present
) {
in ath10k_htc_rx_completion_handler()
H
A
D
sdio.c
387
bool
trailer_present
= htc_hdr->flags & ATH10K_HTC_FLAG_TRAILER_PRESENT;
in ath10k_sdio_mbox_rx_process_packet()
local
392
if (
trailer_present
) {
in ath10k_sdio_mbox_rx_process_packet()
Completed in 13 milliseconds