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:minor_max
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/sfc/
H
A
D
ptp.c
236
* @nic_time.
minor_max
: Wrap point for NIC minor times
308
u32
minor_max
;
member
670
ptp->nic_time.
minor_max
= 1 << 27;
in efx_ptp_get_attributes()
676
ptp->nic_time.
minor_max
= 1000000000;
in efx_ptp_get_attributes()
682
ptp->nic_time.
minor_max
= 4000000000UL;
in efx_ptp_get_attributes()
695
ptp->nic_time.sync_event_diff_min = ptp->nic_time.
minor_max
in efx_ptp_get_attributes()
696
- (ptp->nic_time.
minor_max
/ 10);
in efx_ptp_get_attributes()
697
ptp->nic_time.sync_event_diff_max = (ptp->nic_time.
minor_max
/ 4)
in efx_ptp_get_attributes()
698
+ (ptp->nic_time.
minor_max
/ 10);
in efx_ptp_get_attributes()
2055
diff += ptp->nic_time.
minor_max
;
in __efx_rx_skb_attach_timestamp()
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/sfc/siena/
H
A
D
ptp.c
235
* @nic_time.
minor_max
: Wrap point for NIC minor times
307
u32
minor_max
;
member
663
ptp->nic_time.
minor_max
= 1 << 27;
in efx_ptp_get_attributes()
669
ptp->nic_time.
minor_max
= 1000000000;
in efx_ptp_get_attributes()
675
ptp->nic_time.
minor_max
= 4000000000UL;
in efx_ptp_get_attributes()
688
ptp->nic_time.sync_event_diff_min = ptp->nic_time.
minor_max
in efx_ptp_get_attributes()
689
- (ptp->nic_time.
minor_max
/ 10);
in efx_ptp_get_attributes()
690
ptp->nic_time.sync_event_diff_max = (ptp->nic_time.
minor_max
/ 4)
in efx_ptp_get_attributes()
691
+ (ptp->nic_time.
minor_max
/ 10);
in efx_ptp_get_attributes()
2009
diff += ptp->nic_time.
minor_max
;
in __efx_siena_rx_skb_attach_timestamp()
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/sfc/
H
A
D
ptp.c
238
* @nic_time.
minor_max
: Wrap point for NIC minor times
305
u32
minor_max
;
member
650
ptp->nic_time.
minor_max
= 1 << 27;
in efx_ptp_get_attributes()
656
ptp->nic_time.
minor_max
= 4000000000UL;
in efx_ptp_get_attributes()
669
ptp->nic_time.sync_event_diff_min = ptp->nic_time.
minor_max
in efx_ptp_get_attributes()
670
- (ptp->nic_time.
minor_max
/ 10);
in efx_ptp_get_attributes()
671
ptp->nic_time.sync_event_diff_max = (ptp->nic_time.
minor_max
/ 4)
in efx_ptp_get_attributes()
672
+ (ptp->nic_time.
minor_max
/ 10);
in efx_ptp_get_attributes()
2057
diff += ptp->nic_time.
minor_max
;
in __efx_rx_skb_attach_timestamp()
2060
carry = (channel->sync_timestamp_minor >= ptp->nic_time.
minor_max
in __efx_rx_skb_attach_timestamp()
[all...]
Completed in 9 milliseconds