Searched refs:ptp_tx (Results 1 – 7 of 7) sorted by relevance
/linux-6.12.1/drivers/net/ethernet/aquantia/atlantic/ |
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() 933 aq_nic->aq_hw_ops->hw_ring_tx_stop(aq_nic->aq_hw, &aq_ptp->ptp_tx); in aq_ptp_ring_stop() [all …]
|
/linux-6.12.1/drivers/net/ethernet/intel/i40e/ |
D | i40e_ptp.c | 736 if (!test_bit(I40E_FLAG_PTP_ENA, pf->flags) || !pf->ptp_tx) in i40e_ptp_tx_hang() 774 if (!test_bit(I40E_FLAG_PTP_ENA, pf->flags) || !pf->ptp_tx) in i40e_ptp_tx_hwtstamp() 1192 pf->ptp_tx = false; in i40e_ptp_set_timestamp_mode() 1195 pf->ptp_tx = true; in i40e_ptp_set_timestamp_mode() 1263 if (pf->ptp_tx) in i40e_ptp_set_timestamp_mode() 1270 if (pf->ptp_tx) in i40e_ptp_set_timestamp_mode() 1545 pf->ptp_tx = false; in i40e_ptp_stop()
|
D | i40e.h | 673 bool ptp_tx; member
|
D | i40e_txrx.c | 3219 if (pf->ptp_tx && in i40e_tsyn()
|
/linux-6.12.1/drivers/net/ethernet/sfc/ |
D | ptp.c | 319 s32 ptp_tx; member 732 efx->ptp_data->ts_corrections.ptp_tx = MCDI_DWORD(outbuf, in efx_ptp_get_timestamp_corrections() 750 efx->ptp_data->ts_corrections.ptp_tx; in efx_ptp_get_timestamp_corrections() 755 efx->ptp_data->ts_corrections.ptp_tx = 0; in efx_ptp_get_timestamp_corrections() 1158 ptp_data->ts_corrections.ptp_tx); in efx_ptp_xmit_skb_mc()
|
/linux-6.12.1/drivers/net/ethernet/sfc/siena/ |
D | ptp.c | 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()
|
/linux-6.12.1/Documentation/networking/device_drivers/ethernet/mellanox/mlx5/ |
D | counters.rst | 118 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
|