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_tx_work
(Results
1 - 15
of
15
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/ixgbe/
H
A
D
ixgbe_ptp.c
797
cancel_work_sync(&adapter->
ptp_tx_work
);
in ixgbe_ptp_tx_hang()
847
ptp_tx_work
);
in ixgbe_ptp_tx_hwtstamp_work()
872
schedule_work(&adapter->
ptp_tx_work
);
in ixgbe_ptp_tx_hwtstamp_work()
1484
INIT_WORK(&adapter->
ptp_tx_work
, ixgbe_ptp_tx_hwtstamp_work);
in ixgbe_ptp_init()
1513
cancel_work_sync(&adapter->
ptp_tx_work
);
in ixgbe_ptp_suspend()
H
A
D
ixgbe.h
725
struct work_struct
ptp_tx_work
;
member
H
A
D
ixgbe_main.c
8702
schedule_work(&adapter->
ptp_tx_work
);
in ixgbe_xmit_frame_ring()
8784
cancel_work_sync(&adapter->
ptp_tx_work
);
in ixgbe_xmit_frame_ring()
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/ixgbe/
H
A
D
ixgbe_ptp.c
787
cancel_work_sync(&adapter->
ptp_tx_work
);
in ixgbe_ptp_tx_hang()
837
ptp_tx_work
);
in ixgbe_ptp_tx_hwtstamp_work()
862
schedule_work(&adapter->
ptp_tx_work
);
in ixgbe_ptp_tx_hwtstamp_work()
1471
INIT_WORK(&adapter->
ptp_tx_work
, ixgbe_ptp_tx_hwtstamp_work);
in ixgbe_ptp_init()
1500
cancel_work_sync(&adapter->
ptp_tx_work
);
in ixgbe_ptp_suspend()
H
A
D
ixgbe.h
768
struct work_struct
ptp_tx_work
;
member
H
A
D
ixgbe_main.c
8774
schedule_work(&adapter->
ptp_tx_work
);
in ixgbe_xmit_frame_ring()
8856
cancel_work_sync(&adapter->
ptp_tx_work
);
in ixgbe_xmit_frame_ring()
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/igc/
H
A
D
igc_ptp.c
418
ptp_tx_work
);
in igc_ptp_tx_work()
516
INIT_WORK(&adapter->
ptp_tx_work
, igc_ptp_tx_work);
in igc_ptp_init()
565
cancel_work_sync(&adapter->
ptp_tx_work
);
in igc_ptp_suspend()
H
A
D
igc.h
212
struct work_struct
ptp_tx_work
;
member
H
A
D
igc_main.c
4137
schedule_work(&adapter->
ptp_tx_work
);
in igc_tsync_interrupt()
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/igb/
H
A
D
igb_ptp.c
686
ptp_tx_work
);
in igb_ptp_tx_work()
712
schedule_work(&adapter->
ptp_tx_work
);
in igb_ptp_tx_work()
795
cancel_work_sync(&adapter->
ptp_tx_work
);
in igb_ptp_tx_hang()
1276
INIT_WORK(&adapter->
ptp_tx_work
, igb_ptp_tx_work);
in igb_ptp_init()
1304
cancel_work_sync(&adapter->
ptp_tx_work
);
in igb_ptp_suspend()
H
A
D
igb.h
619
struct work_struct
ptp_tx_work
;
member
H
A
D
igb_main.c
6397
schedule_work(&adapter->
ptp_tx_work
);
in igb_xmit_frame_ring()
6433
cancel_work_sync(&adapter->
ptp_tx_work
);
in igb_xmit_frame_ring()
6781
schedule_work(&adapter->
ptp_tx_work
);
in igb_tsync_interrupt()
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/igb/
H
A
D
igb_ptp.c
817
ptp_tx_work
);
in igb_ptp_tx_work()
843
schedule_work(&adapter->
ptp_tx_work
);
in igb_ptp_tx_work()
926
cancel_work_sync(&adapter->
ptp_tx_work
);
in igb_ptp_tx_hang()
1400
INIT_WORK(&adapter->
ptp_tx_work
, igb_ptp_tx_work);
in igb_ptp_init()
1445
cancel_work_sync(&adapter->
ptp_tx_work
);
in igb_ptp_suspend()
H
A
D
igb.h
619
struct work_struct
ptp_tx_work
;
member
H
A
D
igb_main.c
6505
schedule_work(&adapter->
ptp_tx_work
);
in igb_xmit_frame_ring()
6541
cancel_work_sync(&adapter->
ptp_tx_work
);
in igb_xmit_frame_ring()
6999
schedule_work(&adapter->
ptp_tx_work
);
in igb_tsync_interrupt()
Completed in 71 milliseconds