fxp_stats
struct fxp_stats *sp = sc->fxp_stats;
CSR_WRITE_4(sc, FXP_CSR_SCB_GENERAL, vtophys(sc->fxp_stats));
sc->fxp_stats = kmalloc(sizeof(struct fxp_stats), M_DEVBUF,
if (sc->fxp_stats)
kfree(sc->fxp_stats, M_DEVBUF);
struct fxp_stats *fxp_stats; /* Pointer to interface stats */