bnxt_en: Reset PTP tx_avail after possible firmware reset
authorPavan Chebbi <pavan.chebbi@broadcom.com>
Fri, 5 Apr 2024 23:55:13 +0000 (16:55 -0700)
committerDavid S. Miller <davem@davemloft.net>
Mon, 8 Apr 2024 12:55:47 +0000 (13:55 +0100)
commitfaa12ca245585379d612736a4b5e98e88481ea59
treea12730640bebe48acaf05e62d82617bdd3cc53cb
parentb5ea7d33ba2a42b95b4298d08d2af9cdeeaf0090
bnxt_en: Reset PTP tx_avail after possible firmware reset

It is possible that during error recovery and firmware reset,
there is a pending TX PTP packet waiting for the timestamp.
We need to reset this condition so that after recovery, the
tx_avail count for PTP is reset back to the initial value.
Otherwise, we may not accept any PTP TX timestamps after
recovery.

Fixes: 118612d519d8 ("bnxt_en: Add PTP clock APIs, ioctls, and ethtool methods")
Reviewed-by: Kalesh AP <kalesh-anakkur.purayil@broadcom.com>
Signed-off-by: Pavan Chebbi <pavan.chebbi@broadcom.com>
Signed-off-by: Michael Chan <michael.chan@broadcom.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/broadcom/bnxt/bnxt.c