OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:lat_ns
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/dev/pci/
if_wm.c
18041
int64_t
lat_ns
, value;
local in function:wm_platform_pm_pch_lpt
18081
lat_ns
= ((int64_t)rxa * 1024 -
18084
if (
lat_ns
< 0)
18085
lat_ns
= 0;
18087
lat_ns
/= speed;
18088
value =
lat_ns
;
18111
lat_ns
= __SHIFTOUT(lat_enc, PCI_LTR_MAXSNOOPLAT_VAL)
18117
if (
lat_ns
) {
18118
lat_ns
*= speed * 1000;
18119
lat_ns
/= 8
[
all
...]
if_wm.c
18041
int64_t
lat_ns
, value;
local in function:wm_platform_pm_pch_lpt
18081
lat_ns
= ((int64_t)rxa * 1024 -
18084
if (
lat_ns
< 0)
18085
lat_ns
= 0;
18087
lat_ns
/= speed;
18088
value =
lat_ns
;
18111
lat_ns
= __SHIFTOUT(lat_enc, PCI_LTR_MAXSNOOPLAT_VAL)
18117
if (
lat_ns
) {
18118
lat_ns
*= speed * 1000;
18119
lat_ns
/= 8
[
all
...]
Completed in 41 milliseconds
Indexes created Wed Oct 01 19:09:53 GMT 2025