mvneta_buf
struct mvneta_buf *txb, *rxb;
sc->sc_txbuf = malloc(sizeof(struct mvneta_buf) * MVNETA_TX_RING_CNT,
sc->sc_rxbuf = malloc(sizeof(struct mvneta_buf) * MVNETA_RX_RING_CNT,
struct mvneta_buf *txb, *rxb;
struct mvneta_buf *rxb;
struct mvneta_buf *sc_txbuf;
struct mvneta_buf *sc_rxbuf;
struct mvneta_buf *txb;
struct mvneta_buf *rxb;