Searched refs:txsd_avail (Results 1 - 6 of 6) sorted by relevance

/freebsd-13-stable/sys/dev/cxgbe/tom/
H A Dt4_cpl_io.c161 KASSERT(toep->tx_credits >= txsd->tx_credits && toep->txsd_avail > 0,
166 toep->txsd_avail--;
204 if (toep->tx_credits < flowclen16 || toep->txsd_avail == 0 ||
231 toep->txsd_avail--;
892 KASSERT(toep->txsd_avail > 0, ("%s: no txsd", __func__));
900 toep->txsd_avail--;
1085 KASSERT(toep->txsd_avail > 0, ("%s: no txsd", __func__));
1093 toep->txsd_avail--;
1756 toep->txsd_avail++;
1757 KASSERT(toep->txsd_avail <
[all...]
H A Dt4_tom.h219 uint8_t txsd_avail; member in struct:toepcb
H A Dt4_tls.c509 if (toep->txsd_avail == 0)
566 toep->txsd_avail--;
1656 KASSERT(toep->txsd_avail > 0, ("%s: no txsd", __func__));
1665 toep->txsd_avail--;
1959 KASSERT(toep->txsd_avail > 0, ("%s: no txsd", __func__));
1967 toep->txsd_avail--;
H A Dt4_tom.c151 toep->txsd_avail = txsd_total;
/freebsd-13-stable/sys/dev/cxgbe/cxgbei/
H A Dicl_cxgbei.c572 KASSERT(toep->tx_credits >= txsd->tx_credits && toep->txsd_avail > 0,
577 toep->txsd_avail--;
/freebsd-13-stable/sys/dev/cxgbe/iw_cxgbe/
H A Dqp.c1328 KASSERT(toep->tx_credits >= txsd->tx_credits && toep->txsd_avail > 0,
1333 toep->txsd_avail--;

Completed in 181 milliseconds