Home
last modified time | relevance | path

Searched refs:ptp_tx (Results 1 – 10 of 10) sorted by relevance

/linux-6.3-rc2/drivers/net/ethernet/aquantia/atlantic/
A Daq_ptp.c70 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()
855 &aq_ptp->ptp_tx, in aq_ptp_ring_init()
948 aq_ring_tx_clean(&aq_ptp->ptp_tx); in aq_ptp_ring_deinit()
965 ring = aq_ring_tx_alloc(&aq_ptp->ptp_tx, aq_nic, in aq_ptp_ring_alloc()
1008 aq_ring_free(&aq_ptp->ptp_tx); in aq_ptp_ring_alloc()
[all …]
/linux-6.3-rc2/drivers/net/ethernet/intel/i40e/
A Di40e_ptp.c735 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()
A Di40e.h756 bool ptp_tx; member
A Di40e_txrx.c3167 if (pf->ptp_tx && in i40e_tsyn()
/linux-6.3-rc2/drivers/net/ethernet/sfc/siena/
A Dptp.c315 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()
/linux-6.3-rc2/drivers/net/ethernet/sfc/
A Dptp.c319 s32 ptp_tx; member
755 efx->ptp_data->ts_corrections.ptp_tx = MCDI_DWORD(outbuf, in efx_ptp_get_timestamp_corrections()
773 efx->ptp_data->ts_corrections.ptp_tx; in efx_ptp_get_timestamp_corrections()
778 efx->ptp_data->ts_corrections.ptp_tx = 0; in efx_ptp_get_timestamp_corrections()
1172 ptp_data->ts_corrections.ptp_tx); in efx_ptp_xmit_skb_mc()
/linux-6.3-rc2/drivers/net/ethernet/intel/ice/
A Dice_txrx.h386 u8 ptp_tx; member
A Dice_txrx.c2309 if (!tx_ring->ptp_tx) in ice_tstamp()
A Dice_ptp.c277 vsi->tx_rings[i]->ptp_tx = on; in ice_set_tx_tstamp()
/linux-6.3-rc2/Documentation/networking/device_drivers/ethernet/mellanox/mlx5/
A Dcounters.rst118 not be separately listed. For example, `ptp_tx[i]_packets` will not be
120 counters, except `ptp_tx[i]_packets` is only counted when precision time

Completed in 46 milliseconds