txp_tx_desc
struct txp_tx_desc *txd;
struct txp_tx_desc *txd = d;
struct txp_tx_desc *txd = r->r_desc + cons;
boot->br_txhipri_siz = TX_ENTRIES * sizeof(struct txp_tx_desc);
sc->sc_txhir.r_desc = (struct txp_tx_desc *)&ld->txp_txhiring;
boot->br_txlopri_siz = TX_ENTRIES * sizeof(struct txp_tx_desc);
sc->sc_txlor.r_desc = (struct txp_tx_desc *)&ld->txp_txloring;
struct txp_tx_desc *r_desc; /* base address of descs */
struct txp_tx_desc txp_txhiring[TX_ENTRIES];
struct txp_tx_desc txp_txloring[TX_ENTRIES];