Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/intel/ice/
H A Dice_ptp.c669 struct ice_ptp_port *ptp_port; in ice_ptp_process_tx_tstamp() local
680 ptp_port = container_of(tx, struct ice_ptp_port, tx); in ice_ptp_process_tx_tstamp()
681 pf = ptp_port_to_pf(ptp_port); in ice_ptp_process_tx_tstamp()
690 link_up = ptp_port->link_up; in ice_ptp_process_tx_tstamp()
1282 ice_ptp_port_phy_stop(struct ice_ptp_port *ptp_port) in ice_ptp_port_phy_stop() argument
1284 struct ice_pf *pf = ptp_port_to_pf(ptp_port); in ice_ptp_port_phy_stop()
1285 u8 port = ptp_port->port_num; in ice_ptp_port_phy_stop()
1292 mutex_lock(&ptp_port->ps_lock); in ice_ptp_port_phy_stop()
1294 kthread_cancel_delayed_work_sync(&ptp_port->ov_work); in ice_ptp_port_phy_stop()
1301 mutex_unlock(&ptp_port->ps_lock); in ice_ptp_port_phy_stop()
[all …]