Searched refs:ptp_tx (Results 1 – 6 of 6) sorted by relevance
70 struct aq_ring_s ptp_tx; member638 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()963 err = aq_ring_tx_alloc(&aq_ptp->ptp_tx, aq_nic, in aq_ptp_ring_alloc()1000 aq_ring_free(&aq_ptp->ptp_tx); in aq_ptp_ring_alloc()[all …]
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()1195 pf->ptp_tx = false; in i40e_ptp_set_timestamp_mode()1198 pf->ptp_tx = true; in i40e_ptp_set_timestamp_mode()1266 if (pf->ptp_tx) in i40e_ptp_set_timestamp_mode()1273 if (pf->ptp_tx) in i40e_ptp_set_timestamp_mode()1548 pf->ptp_tx = false; in i40e_ptp_stop()
676 bool ptp_tx; member
3220 if (pf->ptp_tx && in i40e_tsyn()
315 s32 ptp_tx; member745 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()
319 s32 ptp_tx; member732 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()
Completed in 30 milliseconds