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:pending_acks
(Results
1 - 7
of
7
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/microchip/wilc1000/
H
A
D
netdev.h
163
struct
pending_acks
{
struct
171
struct
pending_acks
pending_acks
[MAX_PENDING_ACKS];
member
H
A
D
wlan.c
125
f->
pending_acks
[i].ack_num = ack;
in add_tcp_pending_ack()
126
f->
pending_acks
[i].txqe = txqe;
in add_tcp_pending_ack()
127
f->
pending_acks
[i].session_index = session_index;
in add_tcp_pending_ack()
203
index = f->
pending_acks
[i].session_index;
in wilc_wlan_txq_filter_dup_tcp_ack()
210
if (f->
pending_acks
[i].ack_num < bigger_ack_num) {
in wilc_wlan_txq_filter_dup_tcp_ack()
213
tqe = f->
pending_acks
[i].txqe;
in wilc_wlan_txq_filter_dup_tcp_ack()
658
vif->ack_filter.
pending_acks
[tqe->ack_idx].txqe = NULL;
in wilc_wlan_handle_txq()
/kernel/linux/linux-6.6/drivers/net/wireless/microchip/wilc1000/
H
A
D
netdev.h
154
struct
pending_acks
{
struct
162
struct
pending_acks
pending_acks
[MAX_PENDING_ACKS];
member
H
A
D
wlan.c
131
f->
pending_acks
[i].ack_num = ack;
in add_tcp_pending_ack()
132
f->
pending_acks
[i].txqe = txqe;
in add_tcp_pending_ack()
133
f->
pending_acks
[i].session_index = session_index;
in add_tcp_pending_ack()
209
index = f->
pending_acks
[i].session_index;
in wilc_wlan_txq_filter_dup_tcp_ack()
216
if (f->
pending_acks
[i].ack_num < bigger_ack_num) {
in wilc_wlan_txq_filter_dup_tcp_ack()
219
tqe = f->
pending_acks
[i].txqe;
in wilc_wlan_txq_filter_dup_tcp_ack()
924
vif->ack_filter.
pending_acks
[tqe->ack_idx].txqe = NULL;
in wilc_wlan_handle_txq()
/kernel/linux/linux-6.6/arch/x86/kvm/
H
A
D
irq.h
52
unsigned
pending_acks
;
member
/kernel/linux/linux-5.10/arch/loongarch/kvm/intc/
H
A
D
ls7a_irq.h
77
unsigned
pending_acks
;
member
/kernel/linux/linux-5.10/arch/x86/kvm/
H
A
D
irq.h
52
unsigned
pending_acks
;
member
Completed in 7 milliseconds