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:tx_aggr
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/marvell/mwifiex/
H
A
D
usb.c
894
* write complete, delete the
tx_aggr
timer
in mwifiex_usb_prepare_tx_aggr_skb()
896
if (port->
tx_aggr
.timer_cnxt.is_hold_timer_set) {
in mwifiex_usb_prepare_tx_aggr_skb()
897
del_timer(&port->
tx_aggr
.timer_cnxt.hold_timer);
in mwifiex_usb_prepare_tx_aggr_skb()
898
port->
tx_aggr
.timer_cnxt.is_hold_timer_set = false;
in mwifiex_usb_prepare_tx_aggr_skb()
899
port->
tx_aggr
.timer_cnxt.hold_tmo_msecs = 0;
in mwifiex_usb_prepare_tx_aggr_skb()
902
skb_aggr = mwifiex_alloc_dma_align_buf(port->
tx_aggr
.aggr_len,
in mwifiex_usb_prepare_tx_aggr_skb()
908
while ((skb_tmp = skb_dequeue(&port->
tx_aggr
.aggr_list)))
in mwifiex_usb_prepare_tx_aggr_skb()
911
port->
tx_aggr
.aggr_num = 0;
in mwifiex_usb_prepare_tx_aggr_skb()
912
port->
tx_aggr
.aggr_len = 0;
in mwifiex_usb_prepare_tx_aggr_skb()
919
while ((skb_tmp = skb_dequeue(&port->
tx_aggr
in mwifiex_usb_prepare_tx_aggr_skb()
[all...]
H
A
D
usb.h
92
struct usb_tx_aggr
tx_aggr
;
member
/kernel/linux/linux-6.6/drivers/net/wireless/marvell/mwifiex/
H
A
D
usb.c
882
* write complete, delete the
tx_aggr
timer
in mwifiex_usb_prepare_tx_aggr_skb()
884
if (port->
tx_aggr
.timer_cnxt.is_hold_timer_set) {
in mwifiex_usb_prepare_tx_aggr_skb()
885
del_timer(&port->
tx_aggr
.timer_cnxt.hold_timer);
in mwifiex_usb_prepare_tx_aggr_skb()
886
port->
tx_aggr
.timer_cnxt.is_hold_timer_set = false;
in mwifiex_usb_prepare_tx_aggr_skb()
887
port->
tx_aggr
.timer_cnxt.hold_tmo_msecs = 0;
in mwifiex_usb_prepare_tx_aggr_skb()
890
skb_aggr = mwifiex_alloc_dma_align_buf(port->
tx_aggr
.aggr_len,
in mwifiex_usb_prepare_tx_aggr_skb()
896
while ((skb_tmp = skb_dequeue(&port->
tx_aggr
.aggr_list)))
in mwifiex_usb_prepare_tx_aggr_skb()
899
port->
tx_aggr
.aggr_num = 0;
in mwifiex_usb_prepare_tx_aggr_skb()
900
port->
tx_aggr
.aggr_len = 0;
in mwifiex_usb_prepare_tx_aggr_skb()
907
while ((skb_tmp = skb_dequeue(&port->
tx_aggr
in mwifiex_usb_prepare_tx_aggr_skb()
[all...]
H
A
D
usb.h
80
struct usb_tx_aggr
tx_aggr
;
member
Completed in 5 milliseconds