Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/net/ethernet/hisilicon/hns3/hns3pf/
Dhclge_ptp.c269 unsigned long *flags, u32 *ptp_cfg) in hclge_ptp_set_tx_mode() argument
277 *ptp_cfg |= HCLGE_PTP_TX_EN_B; in hclge_ptp_set_tx_mode()
287 unsigned long *flags, u32 *ptp_cfg) in hclge_ptp_set_rx_mode() argument
299 *ptp_cfg |= HCLGE_PTP_RX_EN_B; in hclge_ptp_set_rx_mode()
300 *ptp_cfg |= HCLGE_PTP_UDP_FULL_TYPE << HCLGE_PTP_UDP_EN_SHIFT; in hclge_ptp_set_rx_mode()
313 *ptp_cfg |= HCLGE_PTP_RX_EN_B; in hclge_ptp_set_rx_mode()
314 *ptp_cfg |= HCLGE_PTP_UDP_FULL_TYPE << HCLGE_PTP_UDP_EN_SHIFT; in hclge_ptp_set_rx_mode()
315 *ptp_cfg |= HCLGE_PTP_MSG1_V2_DEFAULT << HCLGE_PTP_MSG1_SHIFT; in hclge_ptp_set_rx_mode()
316 *ptp_cfg |= HCLGE_PTP_MSG0_V2_EVENT << HCLGE_PTP_MSG0_SHIFT; in hclge_ptp_set_rx_mode()
317 *ptp_cfg |= HCLGE_PTP_MSG_TYPE_V2 << HCLGE_PTP_MSG_TYPE_SHIFT; in hclge_ptp_set_rx_mode()
[all …]
Dhclge_ptp.h67 u32 ptp_cfg; member
Dhclge_debugfs.c2355 u32 sw_cfg = ptp->ptp_cfg; in hclge_dbg_dump_ptp_info()
/Linux-v6.6/drivers/net/ethernet/broadcom/bnxt/
Dbnxt_ptp.c79 struct bnxt_ptp_cfg *ptp = bp->ptp_cfg; in bnxt_refclk_read()
102 struct bnxt_ptp_cfg *ptp = bp->ptp_cfg; in bnxt_ptp_get_current_time()
126 req->ptp_seq_id = cpu_to_le32(bp->ptp_cfg->tx_seqid); in bnxt_hwrm_port_ts_query()
127 req->ptp_hdr_offset = cpu_to_le16(bp->ptp_cfg->tx_hdr_off); in bnxt_hwrm_port_ts_query()
164 struct bnxt_ptp_cfg *ptp = bp->ptp_cfg; in bnxt_ptp_update_current_time()
245 struct bnxt_ptp_cfg *ptp = bp->ptp_cfg; in bnxt_ptp_pps_event()
267 ptp_clock_event(bp->ptp_cfg->ptp_clock, &event); in bnxt_ptp_pps_event()
273 struct bnxt_ptp_cfg *ptp = bp->ptp_cfg; in bnxt_ptp_cfg_pin()
324 struct bnxt_ptp_cfg *ptp = bp->ptp_cfg; in bnxt_ptp_cfg_tstamp_filters()
358 struct bnxt_ptp_cfg *ptp = bp->ptp_cfg; in bnxt_ptp_reapply_pps()
[all …]
Dbnxt.c455 struct bnxt_ptp_cfg *ptp = bp->ptp_cfg; in bnxt_start_xmit()
466 atomic_inc(&bp->ptp_cfg->tx_avail); in bnxt_start_xmit()
660 atomic_inc(&bp->ptp_cfg->tx_avail); in bnxt_start_xmit()
741 atomic_inc(&bp->ptp_cfg->tx_avail); in bnxt_tx_int()
2016 struct bnxt_ptp_cfg *ptp = bp->ptp_cfg; in bnxt_rx_pkt()
2360 struct bnxt_ptp_cfg *ptp = bp->ptp_cfg; in bnxt_async_event_process()
4757 !bp->ptp_cfg) in bnxt_hwrm_func_drv_rgtr()
7593 struct bnxt_ptp_cfg *ptp = bp->ptp_cfg; in __bnxt_hwrm_ptp_qcfg()
7625 bp->ptp_cfg = ptp; in __bnxt_hwrm_ptp_qcfg()
7649 bp->ptp_cfg = NULL; in __bnxt_hwrm_ptp_qcfg()
[all …]
Dbnxt.h2175 struct bnxt_ptp_cfg *ptp_cfg; member
Dbnxt_ethtool.c3907 ptp = bp->ptp_cfg; in bnxt_get_ts_info()
/Linux-v6.6/drivers/net/ethernet/freescale/dpaa2/
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 …]
Ddpni.h1103 struct dpni_single_step_cfg *ptp_cfg);
1108 struct dpni_single_step_cfg *ptp_cfg);
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()