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:pkg_format_ver
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/ice/
H
A
D
ice_ddp.c
41
if (pkg->
pkg_format_ver
.major != ICE_PKG_FMT_VER_MAJ ||
in ice_verify_pkg()
42
pkg->
pkg_format_ver
.minor != ICE_PKG_FMT_VER_MNR ||
in ice_verify_pkg()
43
pkg->
pkg_format_ver
.update != ICE_PKG_FMT_VER_UPD ||
in ice_verify_pkg()
44
pkg->
pkg_format_ver
.draft != ICE_PKG_FMT_VER_DFT)
in ice_verify_pkg()
1481
pkg_hdr->
pkg_format_ver
.major, pkg_hdr->
pkg_format_ver
.minor,
in ice_find_seg_in_pkg()
1482
pkg_hdr->
pkg_format_ver
.update,
in ice_find_seg_in_pkg()
1483
pkg_hdr->
pkg_format_ver
.draft);
in ice_find_seg_in_pkg()
H
A
D
ice_ddp.h
96
struct ice_pkg_ver
pkg_format_ver
;
member
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/ice/
H
A
D
ice_flex_type.h
23
struct ice_pkg_ver
pkg_format_ver
;
member
H
A
D
ice_flex_pipe.c
868
pkg_hdr->
pkg_format_ver
.major, pkg_hdr->
pkg_format_ver
.minor,
in ice_find_seg_in_pkg()
869
pkg_hdr->
pkg_format_ver
.update,
in ice_find_seg_in_pkg()
870
pkg_hdr->
pkg_format_ver
.draft);
in ice_find_seg_in_pkg()
1186
if (pkg->
pkg_format_ver
.major != ICE_PKG_FMT_VER_MAJ ||
in ice_verify_pkg()
1187
pkg->
pkg_format_ver
.minor != ICE_PKG_FMT_VER_MNR ||
in ice_verify_pkg()
1188
pkg->
pkg_format_ver
.update != ICE_PKG_FMT_VER_UPD ||
in ice_verify_pkg()
1189
pkg->
pkg_format_ver
.draft != ICE_PKG_FMT_VER_DFT)
in ice_verify_pkg()
Completed in 11 milliseconds