Home
last modified time | relevance | path

Searched refs:ptp_cfg (Results 1 – 7 of 7) sorted by relevance

/linux/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt_ptp.c80 struct bnxt_ptp_cfg *ptp = bp->ptp_cfg; in __bnxt_refclk_read()
104 struct bnxt_ptp_cfg *ptp = bp->ptp_cfg; in bnxt_refclk_read()
118 struct bnxt_ptp_cfg *ptp = bp->ptp_cfg; in bnxt_refclk_read_low()
139 struct bnxt_ptp_cfg *ptp = bp->ptp_cfg; in bnxt_ptp_get_current_time()
161 struct bnxt_ptp_tx_req *txts_req = &bp->ptp_cfg->txts_req[slot]; in bnxt_hwrm_port_ts_query()
204 struct bnxt_ptp_cfg *ptp = bp->ptp_cfg; in bnxt_ptp_update_current_time()
285 struct bnxt_ptp_cfg *ptp = bp->ptp_cfg; in bnxt_ptp_pps_event()
305 ptp_clock_event(bp->ptp_cfg->ptp_clock, &event); in bnxt_ptp_pps_event()
311 struct bnxt_ptp_cfg *ptp = bp->ptp_cfg; in bnxt_ptp_cfg_pin()
362 struct bnxt_ptp_cfg *ptp = bp->ptp_cfg; in bnxt_ptp_cfg_tstamp_filters()
[all …]
H A Dbnxt.c479 struct bnxt_ptp_cfg *ptp = bp->ptp_cfg; in bnxt_start_xmit()
799 atomic64_inc(&bp->ptp_cfg->stats.ts_err); in bnxt_start_xmit()
2348 struct bnxt_ptp_cfg *ptp = bp->ptp_cfg; in bnxt_rx_pkt()
2902 struct bnxt_ptp_cfg *ptp = bp->ptp_cfg; in bnxt_async_event_process()
3480 if (bp->ptp_cfg && !(bp->fw_cap & BNXT_FW_CAP_TX_TS_CMP)) in bnxt_free_tx_skbs()
3481 bnxt_ptp_free_txts_skbs(bp->ptp_cfg); in bnxt_free_tx_skbs()
5735 !bp->ptp_cfg) in bnxt_hwrm_func_drv_rgtr()
7135 if ((bp->fw_cap & BNXT_FW_CAP_TX_TS_CMP) && bp->ptp_cfg) in hwrm_ring_alloc_send_msg()
9594 struct bnxt_ptp_cfg *ptp = bp->ptp_cfg; in __bnxt_hwrm_ptp_qcfg()
9626 bp->ptp_cfg = ptp; in __bnxt_hwrm_ptp_qcfg()
[all …]
H A Dbnxt.h2726 struct bnxt_ptp_cfg *ptp_cfg; member
/linux/drivers/net/ethernet/freescale/dpaa2/
H A Ddpni.c2121 struct dpni_single_step_cfg *ptp_cfg) in dpni_get_single_step_cfg() argument
2137 ptp_cfg->offset = le16_to_cpu(rsp_params->offset); in dpni_get_single_step_cfg()
2138 ptp_cfg->en = dpni_get_field(le16_to_cpu(rsp_params->flags), in dpni_get_single_step_cfg()
2140 ptp_cfg->ch_update = dpni_get_field(le16_to_cpu(rsp_params->flags), in dpni_get_single_step_cfg()
2142 ptp_cfg->peer_delay = le32_to_cpu(rsp_params->peer_delay); in dpni_get_single_step_cfg()
2143 ptp_cfg->ptp_onestep_reg_base = in dpni_get_single_step_cfg()
2165 struct dpni_single_step_cfg *ptp_cfg) in dpni_set_single_step_cfg() argument
2175 cmd_params->offset = cpu_to_le16(ptp_cfg->offset); in dpni_set_single_step_cfg()
2176 cmd_params->peer_delay = cpu_to_le32(ptp_cfg->peer_delay); in dpni_set_single_step_cfg()
2179 dpni_set_field(flags, PTP_ENABLE, !!ptp_cfg->en); in dpni_set_single_step_cfg()
[all …]
H A Ddpni.h1103 struct dpni_single_step_cfg *ptp_cfg);
1108 struct dpni_single_step_cfg *ptp_cfg);
H A Ddpaa2-eth.c79 struct dpni_single_step_cfg ptp_cfg; in dpaa2_ptp_onestep_reg_update_method() local
87 priv->mc_token, &ptp_cfg)) { in dpaa2_ptp_onestep_reg_update_method()
92 if (!ptp_cfg.ptp_onestep_reg_base) { in dpaa2_ptp_onestep_reg_update_method()
97 priv->onestep_reg_base = ioremap(ptp_cfg.ptp_onestep_reg_base, in dpaa2_ptp_onestep_reg_update_method()
/linux/drivers/net/ethernet/hisilicon/hns3/hns3pf/
H A Dhclge_debugfs.c2733 u32 sw_cfg = ptp->ptp_cfg; in hclge_dbg_dump_ptp_info()