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:i596_tbd
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/i825xx/
H
A
D
82596.c
117
#define WSWAPtbd(x) ((struct
i596_tbd
*) (((u32)(x)<<16) | ((((u32)(x)))>>16)))
134
#define WSWAPtbd(x) ((struct
i596_tbd
*)((long)x))
209
struct
i596_tbd
{
struct
212
struct
i596_tbd
*next;
235
struct
i596_tbd
*tbd;
335
struct
i596_tbd
tbds[TX_RING_SIZE];
1054
struct
i596_tbd
*tbd;
in i596_start_xmit()
H
A
D
lib82596.c
175
struct
i596_tbd
{
struct
311
struct
i596_tbd
tbds[TX_RING_SIZE] __attribute__((aligned(32)));
1001
struct
i596_tbd
*tbd;
in i596_start_xmit()
1046
dma_sync_dev(dev, tbd, sizeof(struct
i596_tbd
));
in i596_start_xmit()
1085
BUILD_BUG_ON(sizeof(struct
i596_tbd
) != 32);
in i82596_probe()
/kernel/linux/linux-6.6/drivers/net/ethernet/i825xx/
H
A
D
82596.c
116
#define WSWAPtbd(x) ((struct
i596_tbd
*) (((u32)(x)<<16) | ((((u32)(x)))>>16)))
133
#define WSWAPtbd(x) ((struct
i596_tbd
*)((long)x))
208
struct
i596_tbd
{
struct
211
struct
i596_tbd
*next;
234
struct
i596_tbd
*tbd;
334
struct
i596_tbd
tbds[TX_RING_SIZE];
1053
struct
i596_tbd
*tbd;
in i596_start_xmit()
H
A
D
lib82596.c
174
struct
i596_tbd
{
struct
310
struct
i596_tbd
tbds[TX_RING_SIZE] __attribute__((aligned(32)));
1000
struct
i596_tbd
*tbd;
in i596_start_xmit()
1045
dma_sync_dev(dev, tbd, sizeof(struct
i596_tbd
));
in i596_start_xmit()
1084
BUILD_BUG_ON(sizeof(struct
i596_tbd
) != 32);
in i82596_probe()
Completed in 9 milliseconds