smte_buf
struct smte_buf *rxb;
struct smte_buf *sc_txbuf;
struct smte_buf *sc_rxbuf;
struct smte_buf *txb;
struct smte_buf *rxb;
struct smte_buf *txb, *rxb;
sc->sc_txbuf = malloc(sizeof(struct smte_buf) * SMTE_NTXDESC,
sc->sc_rxbuf = malloc(sizeof(struct smte_buf) * SMTE_NRXDESC,
struct smte_buf *txb, *rxb;