Symbol: ice_ptp_tx
drivers/net/ethernet/intel/ice/ice_main.c
3064
struct ice_ptp_tx *tx;
drivers/net/ethernet/intel/ice/ice_ptp.c
2617
s8 ice_ptp_request_ts(struct ice_ptp_tx *tx, struct sk_buff *skb)
drivers/net/ethernet/intel/ice/ice_ptp.c
2681
static bool ice_port_has_timestamps(struct ice_ptp_tx *tx)
drivers/net/ethernet/intel/ice/ice_ptp.c
2702
struct ice_ptp_tx *tx = &port->tx;
drivers/net/ethernet/intel/ice/ice_ptp.c
2769
struct ice_ptp_tx *tx = &pf->ptp.port.tx;
drivers/net/ethernet/intel/ice/ice_ptp.c
363
ice_ptp_is_tx_tracker_up(struct ice_ptp_tx *tx)
drivers/net/ethernet/intel/ice/ice_ptp.c
375
void ice_ptp_req_tx_single_tstamp(struct ice_ptp_tx *tx, u8 idx)
drivers/net/ethernet/intel/ice/ice_ptp.c
422
void ice_ptp_complete_tx_single_tstamp(struct ice_ptp_tx *tx)
drivers/net/ethernet/intel/ice/ice_ptp.c
556
static void ice_ptp_process_tx_tstamp(struct ice_ptp_tx *tx)
drivers/net/ethernet/intel/ice/ice_ptp.c
682
struct ice_ptp_tx *tx = &port->tx;
drivers/net/ethernet/intel/ice/ice_ptp.c
700
ice_ptp_alloc_tx_tracker(struct ice_ptp_tx *tx)
drivers/net/ethernet/intel/ice/ice_ptp.c
736
ice_ptp_flush_tx_tracker(struct ice_pf *pf, struct ice_ptp_tx *tx)
drivers/net/ethernet/intel/ice/ice_ptp.c
790
ice_ptp_mark_tx_tracker_stale(struct ice_ptp_tx *tx)
drivers/net/ethernet/intel/ice/ice_ptp.c
823
ice_ptp_release_tx_tracker(struct ice_pf *pf, struct ice_ptp_tx *tx)
drivers/net/ethernet/intel/ice/ice_ptp.c
861
static int ice_ptp_init_tx_e82x(struct ice_pf *pf, struct ice_ptp_tx *tx,
drivers/net/ethernet/intel/ice/ice_ptp.c
883
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
152
struct ice_ptp_tx tx;
drivers/net/ethernet/intel/ice/ice_ptp.h
310
s8 ice_ptp_request_ts(struct ice_ptp_tx *tx, struct sk_buff *skb);
drivers/net/ethernet/intel/ice/ice_ptp.h
311
void ice_ptp_req_tx_single_tstamp(struct ice_ptp_tx *tx, u8 idx);
drivers/net/ethernet/intel/ice/ice_ptp.h
312
void ice_ptp_complete_tx_single_tstamp(struct ice_ptp_tx *tx);
drivers/net/ethernet/intel/ice/ice_ptp.h
346
ice_ptp_request_ts(struct ice_ptp_tx *tx, struct sk_buff *skb)
drivers/net/ethernet/intel/ice/ice_ptp.h
351
static inline void ice_ptp_req_tx_single_tstamp(struct ice_ptp_tx *tx, u8 idx)
drivers/net/ethernet/intel/ice/ice_ptp.h
354
static inline void ice_ptp_complete_tx_single_tstamp(struct ice_ptp_tx *tx) { }
drivers/net/ethernet/intel/ice/ice_txrx.h
372
struct ice_ptp_tx *tx_tstamps;