Lines Matching defs:prod
1452 uint32_t prod, cnt, i;
1458 prod = r->r_prod;
1472 sd = sc->sc_txd + prod;
1524 txd = r->r_desc + prod;
1525 txdidx = prod;
1534 if (++prod == TX_ENTRIES)
1535 prod = 0;
1556 fxd = (struct txp_frag_desc *)(r->r_desc + prod);
1570 prod * sizeof(struct txp_frag_desc),
1573 if (++prod == TX_ENTRIES) {
1575 prod = 0;
1608 WRITE_REG(sc, r->r_reg, TXP_IDX2OFFSET(prod));
1611 r->r_prod = prod;