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:dv_id
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/ixgbe/
H
A
D
ixgbe_main.c
5111
u32
dv_id
, rx_pba;
in ixgbe_hpbthresh()
local
5130
dv_id
= IXGBE_DV_X540(link, tc);
in ixgbe_hpbthresh()
5133
dv_id
= IXGBE_DV(link, tc);
in ixgbe_hpbthresh()
5139
dv_id
+= IXGBE_B2BT(tc);
in ixgbe_hpbthresh()
5142
kb = IXGBE_BT2KB(
dv_id
);
in ixgbe_hpbthresh()
5172
u32
dv_id
;
in ixgbe_lpbthresh()
local
5191
dv_id
= IXGBE_LOW_DV_X540(tc);
in ixgbe_lpbthresh()
5194
dv_id
= IXGBE_LOW_DV(tc);
in ixgbe_lpbthresh()
5199
return IXGBE_BT2KB(
dv_id
);
in ixgbe_lpbthresh()
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/ixgbe/
H
A
D
ixgbe_main.c
5103
u32
dv_id
, rx_pba;
in ixgbe_hpbthresh()
local
5122
dv_id
= IXGBE_DV_X540(link, tc);
in ixgbe_hpbthresh()
5125
dv_id
= IXGBE_DV(link, tc);
in ixgbe_hpbthresh()
5131
dv_id
+= IXGBE_B2BT(tc);
in ixgbe_hpbthresh()
5134
kb = IXGBE_BT2KB(
dv_id
);
in ixgbe_hpbthresh()
5164
u32
dv_id
;
in ixgbe_lpbthresh()
local
5183
dv_id
= IXGBE_LOW_DV_X540(tc);
in ixgbe_lpbthresh()
5186
dv_id
= IXGBE_LOW_DV(tc);
in ixgbe_lpbthresh()
5191
return IXGBE_BT2KB(
dv_id
);
in ixgbe_lpbthresh()
Completed in 25 milliseconds