Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/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()
1279 * @ptp_port: PTP port to stop
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 in ice_ptp_port_phy_stop()
1315 ice_ptp_port_phy_restart(struct ice_ptp_port *ptp_port) ice_ptp_port_phy_restart() argument
1368 struct ice_ptp_port *ptp_port; ice_ptp_link_change() local
2688 ice_ptp_init_port(struct ice_pf *pf, struct ice_ptp_port *ptp_port) ice_ptp_init_port() argument
[all...]

Completed in 3 milliseconds