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:ptp_rx_lock
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/i40e/
H
A
D
i40e_ptp.c
229
* expected to be called only while under the
ptp_rx_lock
.
282
spin_lock_bh(&pf->
ptp_rx_lock
);
in i40e_ptp_rx_hang()
302
spin_unlock_bh(&pf->
ptp_rx_lock
);
in i40e_ptp_rx_hang()
422
spin_lock_bh(&pf->
ptp_rx_lock
);
in i40e_ptp_rx_hwtstamp()
429
spin_unlock_bh(&pf->
ptp_rx_lock
);
in i40e_ptp_rx_hwtstamp()
439
spin_unlock_bh(&pf->
ptp_rx_lock
);
in i40e_ptp_rx_hwtstamp()
613
spin_lock_bh(&pf->
ptp_rx_lock
);
in i40e_ptp_set_timestamp_mode()
621
spin_unlock_bh(&pf->
ptp_rx_lock
);
in i40e_ptp_set_timestamp_mode()
814
spin_lock_init(&pf->
ptp_rx_lock
);
in i40e_ptp_init()
H
A
D
i40e.h
645
spinlock_t
ptp_rx_lock
; /* Used to protect Rx timestamp registers. */
member
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/i40e/
H
A
D
i40e_ptp.c
228
spin_lock_bh(&pf->
ptp_rx_lock
);
in i40_ptp_reset_timing_events()
243
spin_unlock_bh(&pf->
ptp_rx_lock
);
in i40_ptp_reset_timing_events()
632
* expected to be called only while under the
ptp_rx_lock
.
685
spin_lock_bh(&pf->
ptp_rx_lock
);
in i40e_ptp_rx_hang()
705
spin_unlock_bh(&pf->
ptp_rx_lock
);
in i40e_ptp_rx_hang()
825
spin_lock_bh(&pf->
ptp_rx_lock
);
in i40e_ptp_rx_hwtstamp()
832
spin_unlock_bh(&pf->
ptp_rx_lock
);
in i40e_ptp_rx_hwtstamp()
842
spin_unlock_bh(&pf->
ptp_rx_lock
);
in i40e_ptp_rx_hwtstamp()
1250
spin_lock_bh(&pf->
ptp_rx_lock
);
in i40e_ptp_set_timestamp_mode()
1258
spin_unlock_bh(&pf->
ptp_rx_lock
);
in i40e_ptp_set_timestamp_mode()
[all...]
H
A
D
i40e.h
752
spinlock_t
ptp_rx_lock
; /* Used to protect Rx timestamp registers. */
member
Completed in 10 milliseconds