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:host_attr
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/amazon/ena/
H
A
D
ena_com.c
2709
struct ena_host_attribute *
host_attr
= &ena_dev->
host_attr
;
in ena_com_allocate_host_info()
local
2711
host_attr
->host_info =
in ena_com_allocate_host_info()
2713
&
host_attr
->host_info_dma_addr, GFP_KERNEL);
in ena_com_allocate_host_info()
2714
if (unlikely(!
host_attr
->host_info))
in ena_com_allocate_host_info()
2717
host_attr
->host_info->ena_spec_version = ((ENA_COMMON_SPEC_VERSION_MAJOR <<
in ena_com_allocate_host_info()
2727
struct ena_host_attribute *
host_attr
= &ena_dev->
host_attr
;
in ena_com_allocate_debug_area()
local
2729
host_attr
->debug_area_virt_addr =
in ena_com_allocate_debug_area()
2731
&
host_attr
in ena_com_allocate_debug_area()
2744
struct ena_
host_attr
ibute *
host_attr
= &ena_dev->
host_attr
;
ena_com_delete_host_info()
local
2755
struct ena_
host_attr
ibute *
host_attr
= &ena_dev->
host_attr
;
ena_com_delete_debug_area()
local
2767
struct ena_
host_attr
ibute *
host_attr
= &ena_dev->
host_attr
;
ena_com_set_host_attributes()
local
[all...]
H
A
D
ena_com.h
318
struct ena_host_attribute
host_attr
;
member
H
A
D
ena_admin_defs.h
990
struct ena_admin_set_feature_host_attr_desc
host_attr
;
member
H
A
D
ena_netdev.c
3089
host_info = ena_dev->
host_attr
.host_info;
in ena_config_host_info()
3869
u8 *debug_area = adapter->ena_dev->
host_attr
.debug_area_virt_addr;
in ena_timer_service()
3871
adapter->ena_dev->
host_attr
.host_info;
in ena_timer_service()
/kernel/linux/linux-6.6/drivers/net/ethernet/amazon/ena/
H
A
D
ena_com.c
2780
struct ena_host_attribute *
host_attr
= &ena_dev->
host_attr
;
in ena_com_allocate_host_info()
local
2782
host_attr
->host_info =
in ena_com_allocate_host_info()
2784
&
host_attr
->host_info_dma_addr, GFP_KERNEL);
in ena_com_allocate_host_info()
2785
if (unlikely(!
host_attr
->host_info))
in ena_com_allocate_host_info()
2788
host_attr
->host_info->ena_spec_version = ((ENA_COMMON_SPEC_VERSION_MAJOR <<
in ena_com_allocate_host_info()
2798
struct ena_host_attribute *
host_attr
= &ena_dev->
host_attr
;
in ena_com_allocate_debug_area()
local
2800
host_attr
->debug_area_virt_addr =
in ena_com_allocate_debug_area()
2802
&
host_attr
in ena_com_allocate_debug_area()
2815
struct ena_
host_attr
ibute *
host_attr
= &ena_dev->
host_attr
;
ena_com_delete_host_info()
local
2826
struct ena_
host_attr
ibute *
host_attr
= &ena_dev->
host_attr
;
ena_com_delete_debug_area()
local
2838
struct ena_
host_attr
ibute *
host_attr
= &ena_dev->
host_attr
;
ena_com_set_host_attributes()
local
[all...]
H
A
D
ena_admin_defs.h
1000
struct ena_admin_set_feature_host_attr_desc
host_attr
;
member
H
A
D
ena_com.h
320
struct ena_host_attribute
host_attr
;
member
H
A
D
ena_netdev.c
3254
host_info = ena_dev->
host_attr
.host_info;
in ena_config_host_info()
4157
u8 *debug_area = adapter->ena_dev->
host_attr
.debug_area_virt_addr;
in ena_timer_service()
4159
adapter->ena_dev->
host_attr
.host_info;
in ena_timer_service()
Completed in 25 milliseconds