Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/ethernet/intel/ice/
H A Dice_ptp.h114 struct ice_ptp_tx { struct
150 struct ice_ptp_tx tx;
302 s8 ice_ptp_request_ts(struct ice_ptp_tx *tx, struct sk_buff *skb);
303 void ice_ptp_req_tx_single_tstamp(struct ice_ptp_tx *tx, u8 idx);
304 void ice_ptp_complete_tx_single_tstamp(struct ice_ptp_tx *tx);
332 ice_ptp_request_ts(struct ice_ptp_tx *tx, struct sk_buff *skb) in ice_ptp_request_ts()
337 static inline void ice_ptp_req_tx_single_tstamp(struct ice_ptp_tx *tx, u8 idx) in ice_ptp_req_tx_single_tstamp()
340 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.c462 ice_ptp_is_tx_tracker_up(struct ice_ptp_tx *tx) in ice_ptp_is_tx_tracker_up()
474 void ice_ptp_req_tx_single_tstamp(struct ice_ptp_tx *tx, u8 idx) in ice_ptp_req_tx_single_tstamp()
521 void ice_ptp_complete_tx_single_tstamp(struct ice_ptp_tx *tx) in ice_ptp_complete_tx_single_tstamp()
652 static void ice_ptp_process_tx_tstamp(struct ice_ptp_tx *tx) in ice_ptp_process_tx_tstamp()
774 struct ice_ptp_tx *tx = &port->tx; in ice_ptp_tx_tstamp_owner()
835 ice_ptp_alloc_tx_tracker(struct ice_ptp_tx *tx) in ice_ptp_alloc_tx_tracker()
871 ice_ptp_flush_tx_tracker(struct ice_pf *pf, struct ice_ptp_tx *tx) in ice_ptp_flush_tx_tracker()
925 ice_ptp_mark_tx_tracker_stale(struct ice_ptp_tx *tx) in ice_ptp_mark_tx_tracker_stale()
958 ice_ptp_release_tx_tracker(struct ice_pf *pf, struct ice_ptp_tx *tx) in ice_ptp_release_tx_tracker()
2794 s8 ice_ptp_request_ts(struct ice_ptp_tx *tx, struct sk_buff *skb) in ice_ptp_request_ts()
[all …]
H A Dice_txrx.h402 struct ice_ptp_tx *tx_tstamps;
H A Dice_main.c3147 struct ice_ptp_tx *tx; in ice_ll_ts_intr()