tx_ts_header_queue   73 drivers/net/ethernet/microchip/lan743x_ptp.c 		ptp->tx_ts_header_queue[ptp->tx_ts_queue_size] = header;
tx_ts_header_queue  105 drivers/net/ethernet/microchip/lan743x_ptp.c 		header = ptp->tx_ts_header_queue[i];
tx_ts_header_queue  119 drivers/net/ethernet/microchip/lan743x_ptp.c 		ptp->tx_ts_header_queue[i] = 0;
tx_ts_header_queue  128 drivers/net/ethernet/microchip/lan743x_ptp.c 		ptp->tx_ts_header_queue[i - c] = ptp->tx_ts_header_queue[i];
tx_ts_header_queue  133 drivers/net/ethernet/microchip/lan743x_ptp.c 		ptp->tx_ts_header_queue[i] = 0;
tx_ts_header_queue   70 drivers/net/ethernet/microchip/lan743x_ptp.h 	u32 tx_ts_header_queue[LAN743X_PTP_NUMBER_OF_TX_TIMESTAMPS];