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:resp_desc
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/3com/
H
A
D
typhoon.c
82
#define RESPONSE_RING_SIZE (RESPONSE_ENTRIES * sizeof(struct
resp_desc
))
248
struct
resp_desc
resp[RESPONSE_ENTRIES] __3xp_aligned;
450
typhoon_media_status(struct net_device *dev, struct
resp_desc
*resp)
in typhoon_media_status()
481
struct
resp_desc
*resp_save)
in typhoon_process_response()
484
struct
resp_desc
*resp;
in typhoon_process_response()
493
resp = (struct
resp_desc
*)(base + cleared);
in typhoon_process_response()
576
int num_resp, struct
resp_desc
*resp)
in typhoon_issue_command()
580
struct
resp_desc
local_resp;
in typhoon_issue_command()
902
struct
resp_desc
xp_resp[7];
in typhoon_do_get_stats()
973
struct
resp_desc
xp_res
in typhoon_get_drvinfo()
[all...]
H
A
D
typhoon.h
354
struct
resp_desc
{
struct
/kernel/linux/linux-6.6/drivers/net/ethernet/3com/
H
A
D
typhoon.c
82
#define RESPONSE_RING_SIZE (RESPONSE_ENTRIES * sizeof(struct
resp_desc
))
243
struct
resp_desc
resp[RESPONSE_ENTRIES] __3xp_aligned;
445
typhoon_media_status(struct net_device *dev, struct
resp_desc
*resp)
in typhoon_media_status()
476
struct
resp_desc
*resp_save)
in typhoon_process_response()
479
struct
resp_desc
*resp;
in typhoon_process_response()
488
resp = (struct
resp_desc
*)(base + cleared);
in typhoon_process_response()
571
int num_resp, struct
resp_desc
*resp)
in typhoon_issue_command()
575
struct
resp_desc
local_resp;
in typhoon_issue_command()
897
struct
resp_desc
xp_resp[7];
in typhoon_do_get_stats()
968
struct
resp_desc
xp_res
in typhoon_get_drvinfo()
[all...]
H
A
D
typhoon.h
354
struct
resp_desc
{
struct
Completed in 9 milliseconds