Home
last modified time | relevance | path

Searched refs:TDES0_TIME_STAMP_STATUS (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/net/ethernet/stmicro/stmmac/
H A Ddescs.h75 #define TDES0_TIME_STAMP_STATUS BIT(17) macro
H A Dnorm_desc.c238 return (le32_to_cpu(p->des0) & TDES0_TIME_STAMP_STATUS) >> 17; in ndesc_get_tx_timestamp_status()