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:ICE_RES_VALID_BIT
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/ice/
H
A
D
ice.h
83
#define
ICE_RES_VALID_BIT
0x8000
macro
84
#define ICE_RES_MISC_VEC_ID (
ICE_RES_VALID_BIT
- 1)
H
A
D
ice_lib.c
1071
id |=
ICE_RES_VALID_BIT
;
in ice_free_res()
1095
id |=
ICE_RES_VALID_BIT
;
in ice_search_res()
1099
if (res->list[end++] &
ICE_RES_VALID_BIT
) {
in ice_search_res()
1128
if (!(res->list[i] &
ICE_RES_VALID_BIT
))
in ice_get_free_res_count()
1149
if (!needed || needed > res->num_entries || id >=
ICE_RES_VALID_BIT
) {
in ice_get_res()
H
A
D
ice_virtchnl_pf.c
851
* first res->list entry with the
ICE_RES_VALID_BIT
set. This function is only
863
if (res->list[i] &
ICE_RES_VALID_BIT
)
in ice_get_max_valid_res_idx()
Completed in 9 milliseconds