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_queue_cnt
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/dec/tulip/
H
A
D
dmfe.c
230
unsigned long
tx_queue_cnt
; /* wait to send packet count */
member
559
db->
tx_queue_cnt
= 0;
in dmfe_open()
690
if (db->
tx_queue_cnt
>= TX_FREE_DESC_CNT) {
in dmfe_start_xmit()
692
pr_err("No Tx resource %ld\n", db->
tx_queue_cnt
);
in dmfe_start_xmit()
708
if ( (!db->
tx_queue_cnt
) && (db->tx_packet_cnt < TX_MAX_SEND_CNT) ) {
in dmfe_start_xmit()
714
db->
tx_queue_cnt
++; /* queue TX packet */
in dmfe_start_xmit()
719
if ( db->
tx_queue_cnt
< TX_FREE_DESC_CNT )
in dmfe_start_xmit()
913
if ( (db->tx_packet_cnt < TX_MAX_SEND_CNT) && db->
tx_queue_cnt
) {
in dmfe_free_tx_pkt()
916
db->
tx_queue_cnt
--;
in dmfe_free_tx_pkt()
922
if ( db->
tx_queue_cnt
< TX_WAKE_DESC_CN
in dmfe_free_tx_pkt()
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/dec/tulip/
H
A
D
dmfe.c
230
unsigned long
tx_queue_cnt
; /* wait to send packet count */
member
558
db->
tx_queue_cnt
= 0;
in dmfe_open()
689
if (db->
tx_queue_cnt
>= TX_FREE_DESC_CNT) {
in dmfe_start_xmit()
691
pr_err("No Tx resource %ld\n", db->
tx_queue_cnt
);
in dmfe_start_xmit()
707
if ( (!db->
tx_queue_cnt
) && (db->tx_packet_cnt < TX_MAX_SEND_CNT) ) {
in dmfe_start_xmit()
713
db->
tx_queue_cnt
++; /* queue TX packet */
in dmfe_start_xmit()
718
if ( db->
tx_queue_cnt
< TX_FREE_DESC_CNT )
in dmfe_start_xmit()
912
if ( (db->tx_packet_cnt < TX_MAX_SEND_CNT) && db->
tx_queue_cnt
) {
in dmfe_free_tx_pkt()
915
db->
tx_queue_cnt
--;
in dmfe_free_tx_pkt()
921
if ( db->
tx_queue_cnt
< TX_WAKE_DESC_CN
in dmfe_free_tx_pkt()
[all...]
/kernel/linux/linux-5.10/drivers/net/ethernet/stmicro/stmmac/
H
A
D
stmmac_main.c
1322
u32
tx_queue_cnt
= priv->plat->tx_queues_to_use;
in stmmac_clear_descriptors()
local
1330
for (queue = 0; queue <
tx_queue_cnt
; queue++)
in stmmac_clear_descriptors()
1511
u32
tx_queue_cnt
= priv->plat->tx_queues_to_use;
in init_dma_tx_desc_rings()
local
1515
for (queue = 0; queue <
tx_queue_cnt
; queue++) {
in init_dma_tx_desc_rings()
1621
u32
tx_queue_cnt
= priv->plat->tx_queues_to_use;
in stmmac_free_tx_skbufs()
local
1624
for (queue = 0; queue <
tx_queue_cnt
; queue++)
in stmmac_free_tx_skbufs()
/kernel/linux/linux-6.6/drivers/net/ethernet/stmicro/stmmac/
H
A
D
stmmac_main.c
1422
u32
tx_queue_cnt
= priv->plat->tx_queues_to_use;
in stmmac_clear_descriptors()
local
1430
for (queue = 0; queue <
tx_queue_cnt
; queue++)
in stmmac_clear_descriptors()
1835
u32
tx_queue_cnt
;
in init_dma_tx_desc_rings()
local
1838
tx_queue_cnt
= priv->plat->tx_queues_to_use;
in init_dma_tx_desc_rings()
1840
for (queue = 0; queue <
tx_queue_cnt
; queue++)
in init_dma_tx_desc_rings()
1907
u32
tx_queue_cnt
= priv->plat->tx_queues_to_use;
in stmmac_free_tx_skbufs()
local
1910
for (queue = 0; queue <
tx_queue_cnt
; queue++)
in stmmac_free_tx_skbufs()
Completed in 18 milliseconds