Searched refs:ptp_tx (Results 1 – 8 of 8) 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()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 …]
754 if (!(pf->flags & I40E_FLAG_PTP) || !pf->ptp_tx) in i40e_ptp_tx_hang()792 if (!(pf->flags & I40E_FLAG_PTP) || !pf->ptp_tx) in i40e_ptp_tx_hwtstamp()1214 pf->ptp_tx = false; in i40e_ptp_set_timestamp_mode()1217 pf->ptp_tx = true; in i40e_ptp_set_timestamp_mode()1285 if (pf->ptp_tx) in i40e_ptp_set_timestamp_mode()1292 if (pf->ptp_tx) in i40e_ptp_set_timestamp_mode()1565 pf->ptp_tx = false; in i40e_ptp_stop()
739 bool ptp_tx; member
3147 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()
338 u8 ptp_tx; member
274 vsi->tx_rings[i]->ptp_tx = on; in ice_set_tx_tstamp()
2218 if (!tx_ring->ptp_tx) in ice_tstamp()
Completed in 29 milliseconds