On Thu, Apr 18, 2024 at 06:26:46PM +0530, Parthiban Veerasooran wrote: > The MAC-PHY interrupt is asserted when the following conditions are met. > > Receive chunks available - This interrupt is asserted when the previous > data footer had no receive data chunks available and once the receive > data chunks become available for reading. On reception of the first data > header this interrupt will be deasserted. > > Transmit chunk credits available - This interrupt is asserted when the > previous data footer indicated no transmit credits available and once the > transmit credits become available for transmitting transmit data chunks. > On reception of the first data header this interrupt will be deasserted. > > Extended status event - This interrupt is asserted when the previous data > footer indicated no extended status and once the extended event become > available. In this case the host should read status #0 register to know > the corresponding error/event. On reception of the first data header this > interrupt will be deasserted. > > Signed-off-by: Parthiban Veerasooran <Parthiban.Veerasooran@xxxxxxxxxxxxx> Reviewed-by: Andrew Lunn <andrew@xxxxxxx> Andrew