Home
last modified time | relevance | path

Searched refs:get_tx_timestamp_status (Results 1 – 6 of 6) sorted by relevance

/drivers/net/ethernet/samsung/sxgbe/
Dsxgbe_desc.h203 int (*get_tx_timestamp_status)(struct sxgbe_tx_norm_desc *p); member
Dsxgbe_desc.c489 .get_tx_timestamp_status = sxgbe_get_tx_timestamp_status,
/drivers/net/ethernet/stmicro/stmmac/
Dnorm_desc.c271 .get_tx_timestamp_status = ndesc_get_tx_timestamp_status,
Dcommon.h337 int (*get_tx_timestamp_status) (struct dma_desc *p); member
Denh_desc.c400 .get_tx_timestamp_status = enh_desc_get_tx_timestamp_status,
Dstmmac_main.c375 if (!priv->hw->desc->get_tx_timestamp_status((struct dma_desc *)desc)) in stmmac_get_tx_hwtstamp()