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:nic_time
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/sfc/
H
A
D
ptp.c
235
* @
nic_time
: contains time details
236
* @
nic_time
.minor_max: Wrap point for NIC minor times
237
* @
nic_time
.sync_event_diff_min: Minimum acceptable difference between time
240
* @
nic_time
.sync_event_diff_max: Maximum acceptable difference between time
243
* @
nic_time
.sync_event_minor_shift: Shift required to make minor time from
312
}
nic_time
;
member
670
ptp->
nic_time
.minor_max = 1 << 27;
in efx_ptp_get_attributes()
671
ptp->
nic_time
.sync_event_minor_shift = 19;
in efx_ptp_get_attributes()
676
ptp->
nic_time
.minor_max = 1000000000;
in efx_ptp_get_attributes()
677
ptp->
nic_time
in efx_ptp_get_attributes()
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/sfc/siena/
H
A
D
ptp.c
234
* @
nic_time
: contains time details
235
* @
nic_time
.minor_max: Wrap point for NIC minor times
236
* @
nic_time
.sync_event_diff_min: Minimum acceptable difference between time
239
* @
nic_time
.sync_event_diff_max: Maximum acceptable difference between time
242
* @
nic_time
.sync_event_minor_shift: Shift required to make minor time from
311
}
nic_time
;
member
663
ptp->
nic_time
.minor_max = 1 << 27;
in efx_ptp_get_attributes()
664
ptp->
nic_time
.sync_event_minor_shift = 19;
in efx_ptp_get_attributes()
669
ptp->
nic_time
.minor_max = 1000000000;
in efx_ptp_get_attributes()
670
ptp->
nic_time
in efx_ptp_get_attributes()
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/sfc/
H
A
D
ptp.c
237
* @
nic_time
: contains time details
238
* @
nic_time
.minor_max: Wrap point for NIC minor times
239
* @
nic_time
.sync_event_diff_min: Minimum acceptable difference between time
242
* @
nic_time
.sync_event_diff_max: Maximum acceptable difference between time
245
* @
nic_time
.sync_event_minor_shift: Shift required to make minor time from
309
}
nic_time
;
member
650
ptp->
nic_time
.minor_max = 1 << 27;
in efx_ptp_get_attributes()
651
ptp->
nic_time
.sync_event_minor_shift = 19;
in efx_ptp_get_attributes()
656
ptp->
nic_time
.minor_max = 4000000000UL;
in efx_ptp_get_attributes()
657
ptp->
nic_time
in efx_ptp_get_attributes()
[all...]
Completed in 8 milliseconds