Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/intel/ice/
H A Dice_ptp.h321 void ice_ptp_queue_work(struct ice_pf *pf);
390 static inline void ice_ptp_queue_work(struct ice_pf *pf) in ice_ptp_queue_work() function
H A Dice_ptp.c2872 * ice_ptp_queue_work - Queue PTP periodic work for a PF
2878 void ice_ptp_queue_work(struct ice_pf *pf) in ice_ptp_queue_work()
2906 * 2. Call ice_ptp_queue_work(peer_pf) after VSI rebuild in ice_ptp_prepare_rebuild_sec()
2875 void ice_ptp_queue_work(struct ice_pf *pf) ice_ptp_queue_work() function
H A Dice_main.c7816 ice_ptp_queue_work(pf); in ice_rebuild()