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:xmt_comp
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/fddi/
H
A
D
defxx.c
3434
if (prod == bp->rcv_xmt_reg.index.
xmt_comp
)
in dfx_xmt_queue_pkt()
3511
while (bp->rcv_xmt_reg.index.
xmt_comp
!= p_type_2_cons->index.xmt_cons)
in dfx_xmt_done()
3515
p_xmt_drv_descr = &(bp->xmt_drv_descr_blk[bp->rcv_xmt_reg.index.
xmt_comp
]);
in dfx_xmt_done()
3523
comp = bp->rcv_xmt_reg.index.
xmt_comp
;
in dfx_xmt_done()
3541
bp->rcv_xmt_reg.index.
xmt_comp
+= 1;
in dfx_xmt_done()
3641
while (bp->rcv_xmt_reg.index.
xmt_comp
!= bp->rcv_xmt_reg.index.xmt_prod)
in dfx_xmt_flush()
3645
p_xmt_drv_descr = &(bp->xmt_drv_descr_blk[bp->rcv_xmt_reg.index.
xmt_comp
]);
in dfx_xmt_flush()
3648
comp = bp->rcv_xmt_reg.index.
xmt_comp
;
in dfx_xmt_flush()
3670
bp->rcv_xmt_reg.index.
xmt_comp
+= 1;
in dfx_xmt_flush()
H
A
D
defxx.h
1375
PI_UINT8
xmt_comp
;
member
1434
PI_UINT8
xmt_comp
;
member
/kernel/linux/linux-6.6/drivers/net/fddi/
H
A
D
defxx.c
3423
if (prod == bp->rcv_xmt_reg.index.
xmt_comp
)
in dfx_xmt_queue_pkt()
3500
while (bp->rcv_xmt_reg.index.
xmt_comp
!= p_type_2_cons->index.xmt_cons)
in dfx_xmt_done()
3504
p_xmt_drv_descr = &(bp->xmt_drv_descr_blk[bp->rcv_xmt_reg.index.
xmt_comp
]);
in dfx_xmt_done()
3512
comp = bp->rcv_xmt_reg.index.
xmt_comp
;
in dfx_xmt_done()
3530
bp->rcv_xmt_reg.index.
xmt_comp
+= 1;
in dfx_xmt_done()
3630
while (bp->rcv_xmt_reg.index.
xmt_comp
!= bp->rcv_xmt_reg.index.xmt_prod)
in dfx_xmt_flush()
3634
p_xmt_drv_descr = &(bp->xmt_drv_descr_blk[bp->rcv_xmt_reg.index.
xmt_comp
]);
in dfx_xmt_flush()
3637
comp = bp->rcv_xmt_reg.index.
xmt_comp
;
in dfx_xmt_flush()
3659
bp->rcv_xmt_reg.index.
xmt_comp
+= 1;
in dfx_xmt_flush()
H
A
D
defxx.h
1376
PI_UINT8
xmt_comp
;
member
1435
PI_UINT8
xmt_comp
;
member
Completed in 17 milliseconds