GMACFCR
mac_write(sc, GMACFCR, 256 << 16); /* 31:16 pause value */
fcr = mac_read(sc, GMACFCR) & ~(FCR_TFE | FCR_RFE);
mac_write(sc, GMACFCR, fcr);