Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/intel/ice/
H A Dice_ptp.h114 struct ice_ptp_tx { struct
150 struct ice_ptp_tx tx;
304 s8 ice_ptp_request_ts(struct ice_ptp_tx *tx, struct sk_buff *skb);
305 void ice_ptp_req_tx_single_tstamp(struct ice_ptp_tx *tx, u8 idx);
306 void ice_ptp_complete_tx_single_tstamp(struct ice_ptp_tx *tx);
340 ice_ptp_request_ts(struct ice_ptp_tx *tx, struct sk_buff *skb) in ice_ptp_request_ts()
345 static inline void ice_ptp_req_tx_single_tstamp(struct ice_ptp_tx *tx, u8 idx) in ice_ptp_req_tx_single_tstamp()
348 static inline void ice_ptp_complete_tx_single_tstamp(struct ice_ptp_tx *tx) { } in ice_ptp_complete_tx_single_tstamp()
H A Dice_ptp.c367 ice_ptp_is_tx_tracker_up(struct ice_ptp_tx *tx) in ice_ptp_is_tx_tracker_up()
379 void ice_ptp_req_tx_single_tstamp(struct ice_ptp_tx *tx, u8 idx) in ice_ptp_req_tx_single_tstamp()
426 void ice_ptp_complete_tx_single_tstamp(struct ice_ptp_tx *tx) in ice_ptp_complete_tx_single_tstamp()
560 static void ice_ptp_process_tx_tstamp(struct ice_ptp_tx *tx) in ice_ptp_process_tx_tstamp()
686 struct ice_ptp_tx *tx = &port->tx; in ice_ptp_tx_tstamp_owner()
704 ice_ptp_alloc_tx_tracker(struct ice_ptp_tx *tx) in ice_ptp_alloc_tx_tracker()
740 ice_ptp_flush_tx_tracker(struct ice_pf *pf, struct ice_ptp_tx *tx) in ice_ptp_flush_tx_tracker()
794 ice_ptp_mark_tx_tracker_stale(struct ice_ptp_tx *tx) in ice_ptp_mark_tx_tracker_stale()
827 ice_ptp_release_tx_tracker(struct ice_pf *pf, struct ice_ptp_tx *tx) in ice_ptp_release_tx_tracker()
865 static int ice_ptp_init_tx_e82x(struct ice_pf *pf, struct ice_ptp_tx *tx, in ice_ptp_init_tx_e82x()
[all …]
H A Dice_main.c3137 struct ice_ptp_tx *tx; in ice_ll_ts_intr()