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:fifoh
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/neterion/vxge/
H
A
D
vxge-traffic.h
2013
struct __vxge_hw_fifo *
fifoh
,
2032
struct __vxge_hw_fifo *
fifoh
,
2037
struct __vxge_hw_fifo *
fifoh
,
2042
struct __vxge_hw_fifo *
fifoh
,
2229
struct __vxge_hw_fifo *
fifoh
,
H
A
D
vxge-config.c
437
vpath->
fifoh
= (struct __vxge_hw_fifo *)channel;
in __vxge_hw_channel_initialize()
3373
struct __vxge_hw_fifo *fifo = vp->vpath->
fifoh
;
in __vxge_hw_fifo_delete()
3380
vp->vpath->
fifoh
= NULL;
in __vxge_hw_fifo_delete()
3465
vpath->
fifoh
= fifo;
in __vxge_hw_fifo_create()
4048
if (vpath->
fifoh
)
in __vxge_hw_vpath_sw_reset()
4049
status = __vxge_hw_fifo_reset(vpath->
fifoh
);
in __vxge_hw_vpath_sw_reset()
4622
vpath->
fifoh
= NULL;
in __vxge_hw_vp_terminate()
4831
vpath->
fifoh
->tx_intr_num =
in vxge_hw_vpath_open()
4866
attr->fifo_attr.userdata = vpath->
fifoh
;
in vxge_hw_vpath_open()
4875
if (vpath->
fifoh
!
in vxge_hw_vpath_open()
[all...]
H
A
D
vxge-config.h
665
* @
fifoh
: FIFO Queue
697
struct __vxge_hw_fifo *____cacheline_aligned
fifoh
;
member
H
A
D
vxge-traffic.c
1396
* @
fifoh
: Handle to the fifo object used for non offload send
1398
u32 vxge_hw_fifo_free_txdl_count_get(struct __vxge_hw_fifo *
fifoh
)
in vxge_hw_fifo_free_txdl_count_get()
argument
1400
return vxge_hw_channel_dtr_count(&
fifoh
->channel);
in vxge_hw_fifo_free_txdl_count_get()
Completed in 16 milliseconds