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:I40E_AQ_FLAG_RD
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/i40e/
H
A
D
i40e_common.c
258
desc.flags |= cpu_to_le16((u16)
I40E_AQ_FLAG_RD
);
in i40e_aq_get_set_rss_lut()
344
desc.flags |= cpu_to_le16((u16)
I40E_AQ_FLAG_RD
);
in i40e_aq_get_set_rss_key()
1782
desc.flags |= cpu_to_le16((u16)(I40E_AQ_FLAG_BUF |
I40E_AQ_FLAG_RD
));
in i40e_aq_add_vsi()
2172
desc.flags |= cpu_to_le16((u16)(I40E_AQ_FLAG_BUF |
I40E_AQ_FLAG_RD
));
in i40e_aq_update_vsi_params()
2319
desc.flags |= cpu_to_le16(I40E_AQ_FLAG_BUF |
I40E_AQ_FLAG_RD
);
in i40e_aq_send_driver_version()
2552
desc->flags |= cpu_to_le16((u16)(I40E_AQ_FLAG_BUF |
I40E_AQ_FLAG_RD
));
in i40e_prepare_add_macvlan()
2652
desc.flags |= cpu_to_le16((u16)(I40E_AQ_FLAG_BUF |
I40E_AQ_FLAG_RD
));
in i40e_aq_remove_macvlan()
2700
desc.flags |= cpu_to_le16((u16)(I40E_AQ_FLAG_BUF |
I40E_AQ_FLAG_RD
));
in i40e_aq_remove_macvlan_v2()
2751
I40E_AQ_FLAG_RD
));
in i40e_mirrorrule_op()
2866
I40E_AQ_FLAG_RD
));
in i40e_aq_send_msg_to_vf()
[all...]
H
A
D
i40e_adminq_cmd.h
68
#define
I40E_AQ_FLAG_RD
BIT(I40E_AQ_FLAG_RD_SHIFT) /* 0x400 */
macro
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/i40e/
H
A
D
i40e_common.c
404
desc.flags |= cpu_to_le16((u16)
I40E_AQ_FLAG_RD
);
in i40e_aq_get_set_rss_lut()
490
desc.flags |= cpu_to_le16((u16)
I40E_AQ_FLAG_RD
);
in i40e_aq_get_set_rss_key()
2012
desc.flags |= cpu_to_le16((u16)(I40E_AQ_FLAG_BUF |
I40E_AQ_FLAG_RD
));
in i40e_aq_add_vsi()
2398
desc.flags |= cpu_to_le16((u16)(I40E_AQ_FLAG_BUF |
I40E_AQ_FLAG_RD
));
in i40e_aq_update_vsi_params()
2544
desc.flags |= cpu_to_le16(I40E_AQ_FLAG_BUF |
I40E_AQ_FLAG_RD
);
in i40e_aq_send_driver_version()
2782
desc.flags |= cpu_to_le16((u16)(I40E_AQ_FLAG_BUF |
I40E_AQ_FLAG_RD
));
in i40e_aq_add_macvlan()
2824
desc.flags |= cpu_to_le16((u16)(I40E_AQ_FLAG_BUF |
I40E_AQ_FLAG_RD
));
in i40e_aq_remove_macvlan()
2877
I40E_AQ_FLAG_RD
));
in i40e_mirrorrule_op()
2990
I40E_AQ_FLAG_RD
));
in i40e_aq_send_msg_to_vf()
3566
desc.flags |= cpu_to_le16((u16)(I40E_AQ_FLAG_BUF |
I40E_AQ_FLAG_RD
));
in i40e_aq_update_nvm()
[all...]
H
A
D
i40e_adminq_cmd.h
68
#define
I40E_AQ_FLAG_RD
BIT(I40E_AQ_FLAG_RD_SHIFT) /* 0x400 */
macro
Completed in 22 milliseconds