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_buf_desc
(Results
1 - 9
of
9
) sorted by relevance
/kernel/linux/linux-5.10/drivers/staging/qlge/
H
A
D
qlge.h
1066
struct
tx_buf_desc
{
struct
1104
struct
tx_buf_desc
tbd[TX_DESC_PER_IOCB];
1149
struct
tx_buf_desc
tbd[TX_DESC_PER_IOCB];
1350
struct
tx_buf_desc
oal[TX_DESC_PER_OAL];
2340
void ql_dump_tx_desc(struct ql_adapter *qdev, struct
tx_buf_desc
*tbd);
H
A
D
qlge_dbg.c
1827
void ql_dump_tx_desc(struct ql_adapter *qdev, struct
tx_buf_desc
*tbd)
in ql_dump_tx_desc()
1858
struct
tx_buf_desc
*tbd;
in ql_dump_ob_mac_iocb()
H
A
D
qlge_main.c
1241
struct
tx_buf_desc
*tbd = mac_iocb_ptr->tbd;
in ql_map_send()
1316
cpu_to_le32((sizeof(struct
tx_buf_desc
) *
in ql_map_send()
1322
tbd = (struct
tx_buf_desc
*)&tx_ring_desc->oal;
in ql_map_send()
/kernel/linux/linux-6.6/drivers/staging/qlge/
H
A
D
qlge.h
1066
struct
tx_buf_desc
{
struct
1104
struct
tx_buf_desc
tbd[TX_DESC_PER_IOCB];
1149
struct
tx_buf_desc
tbd[TX_DESC_PER_IOCB];
1350
struct
tx_buf_desc
oal[TX_DESC_PER_OAL];
H
A
D
qlge_main.c
1236
struct
tx_buf_desc
*tbd = mac_iocb_ptr->tbd;
in qlge_map_send()
1311
cpu_to_le32((sizeof(struct
tx_buf_desc
) *
in qlge_map_send()
1317
tbd = (struct
tx_buf_desc
*)&tx_ring_desc->oal;
in qlge_map_send()
/kernel/linux/linux-5.10/drivers/atm/
H
A
D
iphase.c
1902
struct
tx_buf_desc
*buf_desc_ptr;
1966
buf_desc_ptr =(struct
tx_buf_desc
*)(iadev->seg_ram+TX_DESC_BASE);
2888
struct
tx_buf_desc
__iomem *buf_desc_ptr;
H
A
D
iphase.h
304
struct
tx_buf_desc
{
struct
/kernel/linux/linux-6.6/drivers/atm/
H
A
D
iphase.c
1903
struct
tx_buf_desc
*buf_desc_ptr;
1967
buf_desc_ptr =(struct
tx_buf_desc
*)(iadev->seg_ram+TX_DESC_BASE);
2889
struct
tx_buf_desc
__iomem *buf_desc_ptr;
H
A
D
iphase.h
303
struct
tx_buf_desc
{
struct
Completed in 40 milliseconds