Lines Matching defs:txsd
134 len = offsetof(struct toepcb, txsd) +
869 struct ofld_tx_sdesc *txsd;
891 txsd = &toep->txsd[toep->txsd_pidx];
894 txsd->tx_credits = flowclen16;
895 txsd->plen = 0;
896 toep->tx_credits -= txsd->tx_credits;
2325 struct ofld_tx_sdesc *txsd = &toep->txsd[toep->txsd_pidx];
2349 txsd->tx_credits = howmany(flowclen, 16);
2350 txsd->plen = 0;
2351 KASSERT(toep->tx_credits >= txsd->tx_credits && toep->txsd_avail > 0,
2353 toep->tx_credits -= txsd->tx_credits;