Home
last modified time | relevance | path

Searched refs:ptp (Results 1 – 6 of 6) sorted by relevance

/dpdk/drivers/net/bnxt/
H A Dbnxt_ethdev.c1420 if (!ptp) in bnxt_ptp_get_current_time()
3460 ptp->rx_mapped_regs[i] = 0x5000 + (ptp->rx_regs[i] & 0xfff); in bnxt_map_ptp_regs()
3463 ptp->tx_mapped_regs[i] = 0x6000 + (ptp->tx_regs[i] & 0xfff); in bnxt_map_ptp_regs()
3576 if (!ptp) in bnxt_timesync_write_time()
3596 if (!ptp) in bnxt_timesync_read_time()
3618 if (!ptp) in bnxt_timesync_enable()
3659 if (!ptp) in bnxt_timesync_disable()
3664 ptp->rxctl = 0; in bnxt_timesync_disable()
3686 if (!ptp) in bnxt_timesync_read_rx_timestamp()
3709 if (!ptp) in bnxt_timesync_read_tx_timestamp()
[all …]
H A Dbnxt_hwrm.c709 if (!ptp) in bnxt_hwrm_ptp_cfg()
714 if (ptp->rx_filter) in bnxt_hwrm_ptp_cfg()
719 if (ptp->tx_tstamp_en) in bnxt_hwrm_ptp_cfg()
742 if (ptp) in bnxt_hwrm_ptp_qcfg()
764 ptp = rte_zmalloc("ptp_cfg", sizeof(*ptp), 0); in bnxt_hwrm_ptp_qcfg()
765 if (!ptp) in bnxt_hwrm_ptp_qcfg()
773 ptp->rx_regs[BNXT_PTP_RX_SEQ] = in bnxt_hwrm_ptp_qcfg()
783 ptp->tx_regs[BNXT_PTP_TX_SEQ] = in bnxt_hwrm_ptp_qcfg()
789 ptp->bp = bp; in bnxt_hwrm_ptp_qcfg()
790 bp->ptp_cfg = ptp; in bnxt_hwrm_ptp_qcfg()
[all …]
H A Dbnxt_rxr.c696 struct bnxt_ptp_cfg *ptp = bp->ptp_cfg; in bnxt_get_rx_ts_p5() local
700 if (!BNXT_CHIP_P5(bp) || !ptp) in bnxt_get_rx_ts_p5()
711 last_hwrm_time = ptp->current_time; in bnxt_get_rx_ts_p5()
717 ptp->rx_timestamp = pkt_time; in bnxt_get_rx_ts_p5()
/dpdk/drivers/raw/ifpga/base/
H A Difpga_fme.c881 fme->board_info.ptp = id.ptp; in fme_get_board_interface()
902 check_support(fme->board_info.ptp)); in fme_get_board_interface()
H A Difpga_defines.h1685 u8 ptp:1; member
1728 u8 ptp; member
/dpdk/doc/guides/sample_app_ug/
H A Dptpclient.rst186 :start-after: Parse ptp frames. 8<