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_descr
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/drivers/atm/
H
A
D
ambassador.c
436
tx_simple *
tx_descr
= bus_to_virt (tx->handle);
in tx_complete()
local
437
struct sk_buff * skb =
tx_descr
->skb;
in tx_complete()
445
kfree (
tx_descr
);
in tx_complete()
1299
tx_simple *
tx_descr
;
in amb_send()
local
1331
tx_descr
= kmalloc (sizeof(tx_simple), GFP_KERNEL);
in amb_send()
1332
if (!
tx_descr
) {
in amb_send()
1336
if (check_area (
tx_descr
, sizeof(tx_simple))) {
in amb_send()
1337
kfree (
tx_descr
);
in amb_send()
1340
PRINTD (DBG_TX, "fragment list allocated at %p",
tx_descr
);
in amb_send()
1342
tx_descr
in amb_send()
[all...]
H
A
D
ambassador.h
433
}
tx_descr
;
/kernel/linux/linux-5.10/drivers/net/fddi/skfp/h/
H
A
D
hwmtm.h
138
u_long
tx_descr
; /* tx descriptor for FORMAC+ */
member
H
A
D
supern_2.h
158
union
tx_descr
{
union
201
unsigned int tp_pointer:16 ; /* pointer to
tx_descr
(low/high) */
207
unsigned int tp_pointer:16 ; /* pointer to
tx_descr
(low/high) */
/kernel/linux/linux-6.6/drivers/net/fddi/skfp/h/
H
A
D
hwmtm.h
138
u_long
tx_descr
; /* tx descriptor for FORMAC+ */
member
H
A
D
supern_2.h
158
union
tx_descr
{
union
201
unsigned int tp_pointer:16 ; /* pointer to
tx_descr
(low/high) */
207
unsigned int tp_pointer:16 ; /* pointer to
tx_descr
(low/high) */
/kernel/linux/linux-5.10/drivers/net/fddi/skfp/
H
A
D
hwmtm.c
1547
smc->os.hwm.
tx_descr
= TX_DESCRIPTOR | (((u_long)(frame_len-1)&3)<<27) ;
in hwm_tx_init()
1642
t->txd_txdscr = cpu_to_le32(smc->os.hwm.
tx_descr
) ;
in hwm_tx_frag()
/kernel/linux/linux-6.6/drivers/net/fddi/skfp/
H
A
D
hwmtm.c
1547
smc->os.hwm.
tx_descr
= TX_DESCRIPTOR | (((u_long)(frame_len-1)&3)<<27) ;
in hwm_tx_init()
1642
t->txd_txdscr = cpu_to_le32(smc->os.hwm.
tx_descr
) ;
in hwm_tx_frag()
Completed in 16 milliseconds