Symbol: ice_ptp_tx
drivers/net/ethernet/intel/ice/ice_main.c
3137
struct ice_ptp_tx *tx;
drivers/net/ethernet/intel/ice/ice_ptp.c
2613
s8 ice_ptp_request_ts(struct ice_ptp_tx *tx, struct sk_buff *skb)
drivers/net/ethernet/intel/ice/ice_ptp.c
2677
static bool ice_port_has_timestamps(struct ice_ptp_tx *tx)
drivers/net/ethernet/intel/ice/ice_ptp.c
2698
struct ice_ptp_tx *tx = &port->tx;
drivers/net/ethernet/intel/ice/ice_ptp.c
2762
struct ice_ptp_tx *tx = &pf->ptp.port.tx;
drivers/net/ethernet/intel/ice/ice_ptp.c
367
ice_ptp_is_tx_tracker_up(struct ice_ptp_tx *tx)
drivers/net/ethernet/intel/ice/ice_ptp.c
379
void ice_ptp_req_tx_single_tstamp(struct ice_ptp_tx *tx, u8 idx)
drivers/net/ethernet/intel/ice/ice_ptp.c
426
void ice_ptp_complete_tx_single_tstamp(struct ice_ptp_tx *tx)
drivers/net/ethernet/intel/ice/ice_ptp.c
560
static void ice_ptp_process_tx_tstamp(struct ice_ptp_tx *tx)
drivers/net/ethernet/intel/ice/ice_ptp.c
686
struct ice_ptp_tx *tx = &port->tx;
drivers/net/ethernet/intel/ice/ice_ptp.c
704
ice_ptp_alloc_tx_tracker(struct ice_ptp_tx *tx)
drivers/net/ethernet/intel/ice/ice_ptp.c
740
ice_ptp_flush_tx_tracker(struct ice_pf *pf, struct ice_ptp_tx *tx)
drivers/net/ethernet/intel/ice/ice_ptp.c
794
ice_ptp_mark_tx_tracker_stale(struct ice_ptp_tx *tx)
drivers/net/ethernet/intel/ice/ice_ptp.c
827
ice_ptp_release_tx_tracker(struct ice_pf *pf, struct ice_ptp_tx *tx)
drivers/net/ethernet/intel/ice/ice_ptp.c
865
static int ice_ptp_init_tx_e82x(struct ice_pf *pf, struct ice_ptp_tx *tx,
drivers/net/ethernet/intel/ice/ice_ptp.c
887
static int ice_ptp_init_tx(struct ice_pf *pf, struct ice_ptp_tx *tx, u8 port)
drivers/net/ethernet/intel/ice/ice_ptp.h
150
struct ice_ptp_tx tx;
drivers/net/ethernet/intel/ice/ice_ptp.h
304
s8 ice_ptp_request_ts(struct ice_ptp_tx *tx, struct sk_buff *skb);
drivers/net/ethernet/intel/ice/ice_ptp.h
305
void ice_ptp_req_tx_single_tstamp(struct ice_ptp_tx *tx, u8 idx);
drivers/net/ethernet/intel/ice/ice_ptp.h
306
void ice_ptp_complete_tx_single_tstamp(struct ice_ptp_tx *tx);
drivers/net/ethernet/intel/ice/ice_ptp.h
340
ice_ptp_request_ts(struct ice_ptp_tx *tx, struct sk_buff *skb)
drivers/net/ethernet/intel/ice/ice_ptp.h
345
static inline void ice_ptp_req_tx_single_tstamp(struct ice_ptp_tx *tx, u8 idx)
drivers/net/ethernet/intel/ice/ice_ptp.h
348
static inline void ice_ptp_complete_tx_single_tstamp(struct ice_ptp_tx *tx) { }
drivers/net/ethernet/intel/ice/ice_txrx.h
368
struct ice_ptp_tx *tx_tstamps;