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
(Results
1 - 14
of
14
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/aquantia/atlantic/
H
A
D
aq_ptp.c
70
struct aq_ring_s
ptp_tx
;
member
638
return &aq_ptp->
ptp_tx
== ring ||
in aq_ptp_ring()
666
&aq_ptp->
ptp_tx
);
in aq_ptp_poll()
670
if (aq_ptp->
ptp_tx
.sw_head != aq_ptp->
ptp_tx
.hw_head) {
in aq_ptp_poll()
671
aq_ring_tx_clean(&aq_ptp->
ptp_tx
);
in aq_ptp_poll()
749
struct aq_ring_s *ring = &aq_ptp->
ptp_tx
;
in aq_ptp_xmit()
851
err = aq_ring_init(&aq_ptp->
ptp_tx
, ATL_RING_TX);
in aq_ptp_ring_init()
855
&aq_ptp->
ptp_tx
,
in aq_ptp_ring_init()
907
err = aq_nic->aq_hw_ops->hw_ring_tx_start(aq_nic->aq_hw, &aq_ptp->
ptp_tx
);
in aq_ptp_ring_start()
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/aquantia/atlantic/
H
A
D
aq_ptp.c
70
struct aq_ring_s
ptp_tx
;
member
638
return &aq_ptp->
ptp_tx
== ring ||
in aq_ptp_ring()
666
&aq_ptp->
ptp_tx
);
in aq_ptp_poll()
670
if (aq_ptp->
ptp_tx
.sw_head != aq_ptp->
ptp_tx
.hw_head) {
in aq_ptp_poll()
671
aq_ring_tx_clean(&aq_ptp->
ptp_tx
);
in aq_ptp_poll()
749
struct aq_ring_s *ring = &aq_ptp->
ptp_tx
;
in aq_ptp_xmit()
851
err = aq_ring_init(&aq_ptp->
ptp_tx
, ATL_RING_TX);
in aq_ptp_ring_init()
855
&aq_ptp->
ptp_tx
,
in aq_ptp_ring_init()
907
err = aq_nic->aq_hw_ops->hw_ring_tx_start(aq_nic->aq_hw, &aq_ptp->
ptp_tx
);
in aq_ptp_ring_start()
[all...]
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/i40e/
H
A
D
i40e_ptp.c
332
if (!(pf->flags & I40E_FLAG_PTP) || !pf->
ptp_tx
)
in i40e_ptp_tx_hang()
370
if (!(pf->flags & I40E_FLAG_PTP) || !pf->
ptp_tx
)
in i40e_ptp_tx_hwtstamp()
554
pf->
ptp_tx
= false;
in i40e_ptp_set_timestamp_mode()
557
pf->
ptp_tx
= true;
in i40e_ptp_set_timestamp_mode()
625
if (pf->
ptp_tx
)
in i40e_ptp_set_timestamp_mode()
632
if (pf->
ptp_tx
)
in i40e_ptp_set_timestamp_mode()
858
pf->
ptp_tx
= false;
in i40e_ptp_stop()
H
A
D
i40e.h
647
bool
ptp_tx
;
member
H
A
D
i40e_txrx.c
3037
if (pf->
ptp_tx
&&
in i40e_tsyn()
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/i40e/
H
A
D
i40e_ptp.c
735
if (!(pf->flags & I40E_FLAG_PTP) || !pf->
ptp_tx
)
in i40e_ptp_tx_hang()
773
if (!(pf->flags & I40E_FLAG_PTP) || !pf->
ptp_tx
)
in i40e_ptp_tx_hwtstamp()
1191
pf->
ptp_tx
= false;
in i40e_ptp_set_timestamp_mode()
1194
pf->
ptp_tx
= true;
in i40e_ptp_set_timestamp_mode()
1262
if (pf->
ptp_tx
)
in i40e_ptp_set_timestamp_mode()
1269
if (pf->
ptp_tx
)
in i40e_ptp_set_timestamp_mode()
1542
pf->
ptp_tx
= false;
in i40e_ptp_stop()
H
A
D
i40e.h
755
bool
ptp_tx
;
member
H
A
D
i40e_txrx.c
3233
if (pf->
ptp_tx
&&
in i40e_tsyn()
/kernel/linux/linux-5.10/drivers/net/ethernet/sfc/
H
A
D
ptp.c
248
* @ts_corrections.
ptp_tx
: Required driver correction of PTP packet transmit
316
s32
ptp_tx
;
member
752
efx->ptp_data->ts_corrections.
ptp_tx
= MCDI_DWORD(outbuf,
in efx_ptp_get_timestamp_corrections()
770
efx->ptp_data->ts_corrections.
ptp_tx
;
in efx_ptp_get_timestamp_corrections()
775
efx->ptp_data->ts_corrections.
ptp_tx
= 0;
in efx_ptp_get_timestamp_corrections()
1169
ptp_data->ts_corrections.
ptp_tx
);
in efx_ptp_xmit_skb_mc()
/kernel/linux/linux-6.6/drivers/net/ethernet/sfc/
H
A
D
ptp.c
250
* @ts_corrections.
ptp_tx
: Required driver correction of PTP packet transmit
313
s32
ptp_tx
;
member
726
efx->ptp_data->ts_corrections.
ptp_tx
= MCDI_DWORD(outbuf,
in efx_ptp_get_timestamp_corrections()
744
efx->ptp_data->ts_corrections.
ptp_tx
;
in efx_ptp_get_timestamp_corrections()
749
efx->ptp_data->ts_corrections.
ptp_tx
= 0;
in efx_ptp_get_timestamp_corrections()
1152
ptp_data->ts_corrections.
ptp_tx
);
in efx_ptp_xmit_skb_mc()
/kernel/linux/linux-6.6/drivers/net/ethernet/sfc/siena/
H
A
D
ptp.c
247
* @ts_corrections.
ptp_tx
: Required driver correction of PTP packet transmit
315
s32
ptp_tx
;
member
745
efx->ptp_data->ts_corrections.
ptp_tx
= MCDI_DWORD(outbuf,
in efx_ptp_get_timestamp_corrections()
763
efx->ptp_data->ts_corrections.
ptp_tx
;
in efx_ptp_get_timestamp_corrections()
768
efx->ptp_data->ts_corrections.
ptp_tx
= 0;
in efx_ptp_get_timestamp_corrections()
1140
ptp_data->ts_corrections.
ptp_tx
);
in efx_ptp_xmit_skb_mc()
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/ice/
H
A
D
ice_txrx.h
384
u8
ptp_tx
;
member
H
A
D
ice_ptp.c
277
vsi->tx_rings[i]->
ptp_tx
= on;
in ice_set_tx_tstamp()
H
A
D
ice_txrx.c
2308
if (!tx_ring->
ptp_tx
)
in ice_tstamp()
Completed in 39 milliseconds