|
@@ -409,7 +409,7 @@ struct stmmac_desc_ops {
|
|
|
/* get timestamp value */
|
|
/* get timestamp value */
|
|
|
u64(*get_timestamp) (void *desc, u32 ats);
|
|
u64(*get_timestamp) (void *desc, u32 ats);
|
|
|
/* get rx timestamp status */
|
|
/* get rx timestamp status */
|
|
|
- int (*get_rx_timestamp_status) (void *desc, u32 ats);
|
|
|
|
|
|
|
+ int (*get_rx_timestamp_status)(void *desc, void *next_desc, u32 ats);
|
|
|
/* Display ring */
|
|
/* Display ring */
|
|
|
void (*display_ring)(void *head, unsigned int size, bool rx);
|
|
void (*display_ring)(void *head, unsigned int size, bool rx);
|
|
|
/* set MSS via context descriptor */
|
|
/* set MSS via context descriptor */
|