Re: [PATCH net-next v2] net: macb: remove unused ENST Q0/Q1 time register defines

From: Breno Leitao

Date: Mon Aug 03 2026 - 09:39:49 EST


On Mon, Aug 03, 2026 at 11:58:34AM +0530, Vineeth Karumanchi wrote:
> The ENST start/on/off time register definitions for Q0 and Q1 are not
> referenced anywhere in the driver. The driver calculates these register
> addresses from the ENST base offset and the queue index instead of using
> fixed defines, removing the unused macros.

The removal itself seems correct - I could not find a single user of the
six macros anywhere in the tree.

> Signed-off-by: Vineeth Karumanchi <vineeth.karumanchi@xxxxxxx>
> Reviewed-by: Théo Lebrun <theo.lebrun@xxxxxxxxxxx>
> Reviewed-by: Nicolai Buchwitz <nb@xxxxxxxxxxx>

Reviewed-by: Breno Leitao <leitao@xxxxxxxxxx>