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:txq_max
(Results
1 - 16
of
16
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath5k/
H
A
D
mac80211-ops.c
744
*tx = ah->txqs[AR5K_TX_QUEUE_ID_DATA_MIN].
txq_max
;
in ath5k_get_ringparam()
771
ah->txqs[qnum].
txq_max
= tx;
in ath5k_set_ringparam()
772
if (ah->txqs[qnum].txq_len >= ah->txqs[qnum].
txq_max
)
in ath5k_set_ringparam()
H
A
D
base.c
1018
txq->
txq_max
= ATH5K_TXQ_LEN_MAX;
in ath5k_txq_setup()
1631
if (txq->txq_len >= txq->
txq_max
&&
in ath5k_tx_queue()
2020
if (ah->cabq->txq_len >= ah->cabq->
txq_max
)
in ath5k_beacon_send()
H
A
D
ath5k.h
618
* @
txq_max
: Max allowed num of queued buffers
636
int
txq_max
;
member
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath5k/
H
A
D
mac80211-ops.c
745
*tx = ah->txqs[AR5K_TX_QUEUE_ID_DATA_MIN].
txq_max
;
in ath5k_get_ringparam()
772
ah->txqs[qnum].
txq_max
= tx;
in ath5k_set_ringparam()
773
if (ah->txqs[qnum].txq_len >= ah->txqs[qnum].
txq_max
)
in ath5k_set_ringparam()
H
A
D
base.c
1063
txq->
txq_max
= ATH5K_TXQ_LEN_MAX;
in ath5k_txq_setup()
1676
if (txq->txq_len >= txq->
txq_max
&&
in ath5k_tx_queue()
2065
if (ah->cabq->txq_len >= ah->cabq->
txq_max
)
in ath5k_beacon_send()
H
A
D
ath5k.h
618
* @
txq_max
: Max allowed num of queued buffers
636
int
txq_max
;
member
/kernel/linux/linux-5.10/drivers/scsi/lpfc/
H
A
D
lpfc_sli.h
237
uint16_t
txq_max
; /* max length */
member
H
A
D
lpfc_attr.c
3544
pring ? pring->
txq_max
: 0);
in lpfc_txq_hw_show()
H
A
D
lpfc_sli.c
20050
if (txq_cnt > pring->
txq_max
)
in lpfc_drain_txq()
20051
pring->
txq_max
= txq_cnt;
in lpfc_drain_txq()
/kernel/linux/linux-6.6/drivers/scsi/lpfc/
H
A
D
lpfc_sli.h
269
uint16_t
txq_max
; /* max length */
member
H
A
D
lpfc_attr.c
3667
pring ? pring->
txq_max
: 0);
in lpfc_txq_hw_show()
H
A
D
lpfc_sli.c
21138
if (txq_cnt > pring->
txq_max
)
in lpfc_drain_txq()
21139
pring->
txq_max
= txq_cnt;
in lpfc_drain_txq()
/kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/
H
A
D
tg3.c
11513
tp->txq_cnt = min(tp->rxq_cnt, tp->
txq_max
);
in tg3_enable_msix()
12737
channel->max_tx = tp->
txq_max
;
in tg3_get_channels()
12751
channel->tx_count = min(deflt_qs, tp->
txq_max
);
in tg3_get_channels()
12764
channel->tx_count > tp->
txq_max
)
in tg3_set_channels()
16469
tp->
txq_max
= 1;
in tg3_get_invariants()
16477
tp->
txq_max
= tp->irq_max - 1;
in tg3_get_invariants()
H
A
D
tg3.h
3202
u32
txq_max
;
member
/kernel/linux/linux-6.6/drivers/net/ethernet/broadcom/
H
A
D
tg3.c
11493
tp->txq_cnt = min(tp->rxq_cnt, tp->
txq_max
);
in tg3_enable_msix()
12723
channel->max_tx = tp->
txq_max
;
in tg3_get_channels()
12737
channel->tx_count = min(deflt_qs, tp->
txq_max
);
in tg3_get_channels()
12750
channel->tx_count > tp->
txq_max
)
in tg3_set_channels()
16393
tp->
txq_max
= 1;
in tg3_get_invariants()
16401
tp->
txq_max
= tp->irq_max - 1;
in tg3_get_invariants()
H
A
D
tg3.h
3202
u32
txq_max
;
member
Completed in 138 milliseconds