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:fvw
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/ice/
H
A
D
ice_flex_pipe.c
638
if (fv_idx >= hw->blk[blk].es.
fvw
)
in ice_find_prot_off()
641
fv_ext = hw->blk[blk].es.t + (prof * hw->blk[blk].es.
fvw
);
in ice_find_prot_off()
792
u16
fvw
; /* # field vector words */
member
1208
for (i = 0; i < hw->blk[blk].es.
fvw
; i++)
in ice_prof_has_mask()
1237
u16 off = i * es->
fvw
;
in ice_find_prof_id_with_mask()
1239
if (memcmp(&es->t[off], fv, es->
fvw
* sizeof(*fv)))
in ice_find_prof_id_with_mask()
1689
for (i = 0; i < hw->blk[blk].es.
fvw
; i++)
in ice_update_prof_masking()
1731
off = prof_id * hw->blk[blk].es.
fvw
;
in ice_write_es()
1734
hw->blk[blk].es.
fvw
* sizeof(*fv));
in ice_write_es()
1738
hw->blk[blk].es.
fvw
* sizeo
in ice_write_es()
[all...]
H
A
D
ice_flex_type.h
144
u16
fvw
;
member
H
A
D
ice_ddp.c
395
for (j = 0; j < hw->blk[ICE_BLK_SW].es.
fvw
; j++)
in ice_get_prof_index_max()
741
for (i = 0; i < hw->blk[ICE_BLK_SW].es.
fvw
; i++) {
in ice_get_sw_prof_type()
842
for (j = 0; j < hw->blk[ICE_BLK_SW].es.
fvw
; j++)
in ice_get_sw_fv_list()
847
if (j >= hw->blk[ICE_BLK_SW].es.
fvw
)
in ice_get_sw_fv_list()
H
A
D
ice_flow.c
904
u8 fv_words = hw->blk[params->blk].es.
fvw
;
in ice_flow_xtract_fld()
1119
fv_words = hw->blk[params->blk].es.
fvw
;
in ice_flow_xtract_raws()
H
A
D
ice_switch.c
4856
for (j = 0; j < hw->blk[ICE_BLK_SW].es.
fvw
; j++)
in ice_fill_fv_word_index()
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/ice/
H
A
D
ice_flex_pipe.c
2010
u16
fvw
; /* # field vector words */
member
2392
off = i * es->
fvw
;
in ice_find_prof_id()
2394
if (memcmp(&es->t[off], fv, es->
fvw
* sizeof(*fv)))
in ice_find_prof_id()
2559
off = prof_id * hw->blk[blk].es.
fvw
;
in ice_write_es()
2562
hw->blk[blk].es.
fvw
* sizeof(*fv));
in ice_write_es()
2566
hw->blk[blk].es.
fvw
* sizeof(*fv));
in ice_write_es()
2792
hw->blk[block_id].es.
fvw
) *
in ice_fill_tbl()
2796
hw->blk[block_id].es.
fvw
) *
in ice_fill_tbl()
3004
memset(es->t, 0, es->count * sizeof(*es->t) * es->
fvw
);
in ice_clear_hw_tbls()
3105
es->
fvw
in ice_init_hw_tbls()
[all...]
H
A
D
ice_flex_type.h
336
u16
fvw
;
member
H
A
D
ice_flow.c
365
u8 fv_words = hw->blk[params->blk].es.
fvw
;
in ice_flow_xtract_fld()
470
fv_words = hw->blk[params->blk].es.
fvw
;
in ice_flow_xtract_raws()
Completed in 25 milliseconds