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_ENTRIES
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/cirrus/
H
A
D
ep93xx_eth.c
29
#define
TX_QUEUE_ENTRIES
8
macro
146
struct ep93xx_tdesc tdesc[
TX_QUEUE_ENTRIES
];
148
struct ep93xx_tstat tstat[
TX_QUEUE_ENTRIES
];
161
void *tx_buf[
TX_QUEUE_ENTRIES
];
343
ep->tx_pointer = (ep->tx_pointer + 1) & (
TX_QUEUE_ENTRIES
- 1);
in ep93xx_xmit()
357
if (ep->tx_pending ==
TX_QUEUE_ENTRIES
)
in ep93xx_xmit()
408
ep->tx_clean_pointer = (entry + 1) & (
TX_QUEUE_ENTRIES
- 1);
in ep93xx_tx_complete()
409
if (ep->tx_pending ==
TX_QUEUE_ENTRIES
)
in ep93xx_tx_complete()
462
for (i = 0; i <
TX_QUEUE_ENTRIES
; i++) {
in ep93xx_free_buffers()
506
for (i = 0; i <
TX_QUEUE_ENTRIES
;
in ep93xx_alloc_buffers()
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/cirrus/
H
A
D
ep93xx_eth.c
29
#define
TX_QUEUE_ENTRIES
8
macro
146
struct ep93xx_tdesc tdesc[
TX_QUEUE_ENTRIES
];
148
struct ep93xx_tstat tstat[
TX_QUEUE_ENTRIES
];
161
void *tx_buf[
TX_QUEUE_ENTRIES
];
343
ep->tx_pointer = (ep->tx_pointer + 1) & (
TX_QUEUE_ENTRIES
- 1);
in ep93xx_xmit()
357
if (ep->tx_pending ==
TX_QUEUE_ENTRIES
)
in ep93xx_xmit()
408
ep->tx_clean_pointer = (entry + 1) & (
TX_QUEUE_ENTRIES
- 1);
in ep93xx_tx_complete()
409
if (ep->tx_pending ==
TX_QUEUE_ENTRIES
)
in ep93xx_tx_complete()
462
for (i = 0; i <
TX_QUEUE_ENTRIES
; i++) {
in ep93xx_free_buffers()
506
for (i = 0; i <
TX_QUEUE_ENTRIES
;
in ep93xx_alloc_buffers()
[all...]
/kernel/linux/linux-5.10/drivers/net/ethernet/faraday/
H
A
D
ftmac100.c
28
#define
TX_QUEUE_ENTRIES
16 /* must be power of 2 */
macro
46
struct ftmac100_txdes txdes[
TX_QUEUE_ENTRIES
];
549
return (pointer + 1) & (
TX_QUEUE_ENTRIES
- 1);
in ftmac100_next_tx_pointer()
644
if (priv->tx_pending ==
TX_QUEUE_ENTRIES
)
in ftmac100_xmit()
703
for (i = 0; i <
TX_QUEUE_ENTRIES
; i++) {
in ftmac100_free_buffers()
740
ftmac100_txdes_set_end_of_ring(&priv->descs->txdes[
TX_QUEUE_ENTRIES
- 1]);
in ftmac100_alloc_buffers()
/kernel/linux/linux-6.6/drivers/net/ethernet/faraday/
H
A
D
ftmac100.c
30
#define
TX_QUEUE_ENTRIES
16 /* must be power of 2 */
macro
48
struct ftmac100_txdes txdes[
TX_QUEUE_ENTRIES
];
587
return (pointer + 1) & (
TX_QUEUE_ENTRIES
- 1);
in ftmac100_next_tx_pointer()
682
if (priv->tx_pending ==
TX_QUEUE_ENTRIES
)
in ftmac100_xmit()
741
for (i = 0; i <
TX_QUEUE_ENTRIES
; i++) {
in ftmac100_free_buffers()
778
ftmac100_txdes_set_end_of_ring(&priv->descs->txdes[
TX_QUEUE_ENTRIES
- 1]);
in ftmac100_alloc_buffers()
Completed in 6 milliseconds