INT_BIT_SW_GP_
lan743x_csr_write(adapter, INT_EN_CLR, INT_BIT_SW_GP_);
if (int_sts & INT_BIT_SW_GP_) {
int_sts &= ~INT_BIT_SW_GP_;
lan743x_csr_write(adapter, INT_EN_SET, INT_BIT_SW_GP_);
lan743x_csr_write(adapter, INT_SET, INT_BIT_SW_GP_);
lan743x_csr_write(adapter, INT_EN_CLR, INT_BIT_SW_GP_);
#define INT_BIT_ALL_OTHER_ (INT_BIT_SW_GP_ | INT_BIT_1588_)