tx_ts_skb_queue   102 drivers/net/ethernet/microchip/lan743x_ptp.c 		skb = ptp->tx_ts_skb_queue[i];
tx_ts_skb_queue   116 drivers/net/ethernet/microchip/lan743x_ptp.c 		ptp->tx_ts_skb_queue[i] = NULL;
tx_ts_skb_queue   125 drivers/net/ethernet/microchip/lan743x_ptp.c 		ptp->tx_ts_skb_queue[i - c] = ptp->tx_ts_skb_queue[i];
tx_ts_skb_queue   130 drivers/net/ethernet/microchip/lan743x_ptp.c 		ptp->tx_ts_skb_queue[i] = NULL;
tx_ts_skb_queue   817 drivers/net/ethernet/microchip/lan743x_ptp.c 		ptp->tx_ts_skb_queue[ptp->tx_ts_skb_queue_size] = skb;
tx_ts_skb_queue   968 drivers/net/ethernet/microchip/lan743x_ptp.c 		struct sk_buff *skb = ptp->tx_ts_skb_queue[index];
tx_ts_skb_queue   971 drivers/net/ethernet/microchip/lan743x_ptp.c 		ptp->tx_ts_skb_queue[index] = NULL;
tx_ts_skb_queue    65 drivers/net/ethernet/microchip/lan743x_ptp.h 	struct sk_buff *tx_ts_skb_queue[LAN743X_PTP_NUMBER_OF_TX_TIMESTAMPS];