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:tfd_end
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/toshiba/
H
A
D
tc35815.c
425
unsigned int
tfd_end
;
member
930
lp->
tfd_end
= 0;
in tc35815_init_queues()
1118
lp->tfd_base, lp->tfd_start, lp->
tfd_end
);
in panic_queues()
1143
return (lp->tfd_start + 1) % TX_FD_NUM == lp->
tfd_end
;
in tc35815_tx_full()
1283
if ((lp->tfd_start + TX_FD_NUM - lp->
tfd_end
) % TX_FD_NUM >
in tc35815_send_packet()
1310
if (lp->tfd_start == lp->
tfd_end
) {
in tc35815_send_packet()
1739
txfd = &lp->tfd_base[lp->
tfd_end
];
in tc35815_txdone()
1740
while (lp->tfd_start != lp->
tfd_end
&&
in tc35815_txdone()
1756
if (lp->tx_skbs[lp->
tfd_end
].skb != skb) {
in tc35815_txdone()
1761
BUG_ON(lp->tx_skbs[lp->
tfd_end
]
in tc35815_txdone()
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/toshiba/
H
A
D
tc35815.c
425
unsigned int
tfd_end
;
member
931
lp->
tfd_end
= 0;
in tc35815_init_queues()
1119
lp->tfd_base, lp->tfd_start, lp->
tfd_end
);
in panic_queues()
1144
return (lp->tfd_start + 1) % TX_FD_NUM == lp->
tfd_end
;
in tc35815_tx_full()
1284
if ((lp->tfd_start + TX_FD_NUM - lp->
tfd_end
) % TX_FD_NUM >
in tc35815_send_packet()
1311
if (lp->tfd_start == lp->
tfd_end
) {
in tc35815_send_packet()
1740
txfd = &lp->tfd_base[lp->
tfd_end
];
in tc35815_txdone()
1741
while (lp->tfd_start != lp->
tfd_end
&&
in tc35815_txdone()
1757
if (lp->tx_skbs[lp->
tfd_end
].skb != skb) {
in tc35815_txdone()
1762
BUG_ON(lp->tx_skbs[lp->
tfd_end
]
in tc35815_txdone()
[all...]
Completed in 6 milliseconds