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:fd_ctr_base
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/ice/
H
A
D
ice_type.h
585
u16
fd_ctr_base
; /* FD counter base index */
member
H
A
D
ice_main.c
5466
u16
fd_ctr_base
;
in ice_update_pf_stats()
local
5555
fd_ctr_base
= hw->
fd_ctr_base
;
in ice_update_pf_stats()
5558
GLSTAT_FD_CNT0L(ICE_FD_SB_STAT_IDX(
fd_ctr_base
)),
in ice_update_pf_stats()
H
A
D
ice_common.c
975
status = ice_alloc_fd_res_cntr(hw, &hw->
fd_ctr_base
);
in ice_init_hw()
1005
ice_free_fd_res_cntr(hw, hw->
fd_ctr_base
);
in ice_deinit_hw()
H
A
D
ice_ethtool_fdir.c
1513
input->cnt_index = ICE_FD_SB_STAT_IDX(hw->
fd_ctr_base
);
in ice_set_fdir_input_set()
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/ice/
H
A
D
ice_type.h
836
u16
fd_ctr_base
; /* FD counter base index */
member
H
A
D
ice_common.c
1207
status = ice_alloc_fd_res_cntr(hw, &hw->
fd_ctr_base
);
in ice_init_hw()
1237
ice_free_fd_res_cntr(hw, hw->
fd_ctr_base
);
in ice_deinit_hw()
H
A
D
ice_main.c
6676
u16
fd_ctr_base
;
in ice_update_pf_stats()
local
6768
fd_ctr_base
= hw->
fd_ctr_base
;
in ice_update_pf_stats()
6771
GLSTAT_FD_CNT0L(ICE_FD_SB_STAT_IDX(
fd_ctr_base
)),
in ice_update_pf_stats()
H
A
D
ice_ethtool_fdir.c
1743
input->cnt_index = ICE_FD_SB_STAT_IDX(hw->
fd_ctr_base
);
in ice_set_fdir_input_set()
Completed in 38 milliseconds