tx_sdesc
struct tx_sdesc *sdesc; /* KVA of software descriptor ring */
txq->sdesc = kmem_zalloc(sizeof (struct tx_sdesc) * eq->tse_qsize,
struct tx_sdesc *sd = &txq->sdesc[eq->tse_cidx];
kmem_free(txq->sdesc, sizeof (struct tx_sdesc) * eq->tse_qsize);
struct tx_sdesc *txsd;
struct tx_sdesc *txsd = &txq->sdesc[eq->tse_pidx];
struct tx_sdesc *txsd;
const struct tx_sdesc txsd = {
struct tx_sdesc *txsd = &txq->sdesc[eq->tse_cidx];