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

/freebsd-13-stable/sys/dev/cxgbe/tom/
H A Dt4_tom.c117 int tx_credits, txsd_total, len; local
132 txsd_total = tx_credits /
136 txsd_total * sizeof(struct ofld_tx_sdesc);
150 toep->txsd_total = txsd_total;
151 toep->txsd_avail = txsd_total;
H A Dt4_tom.h216 uint8_t txsd_total; member in struct:toepcb
H A Dt4_cpl_io.c164 if (__predict_false(++toep->txsd_pidx == toep->txsd_total))
229 if (__predict_false(++toep->txsd_pidx == toep->txsd_total))
896 if (__predict_false(++toep->txsd_pidx == toep->txsd_total)) {
1089 if (__predict_false(++toep->txsd_pidx == toep->txsd_total)) {
1757 KASSERT(toep->txsd_avail <= toep->txsd_total,
1759 if (__predict_false(++toep->txsd_cidx == toep->txsd_total)) {
1861 if (__predict_false(++toep->txsd_pidx == toep->txsd_total))
H A Dt4_tls.c564 if (__predict_false(++toep->txsd_pidx == toep->txsd_total))
1661 if (__predict_false(++toep->txsd_pidx == toep->txsd_total)) {
1963 if (__predict_false(++toep->txsd_pidx == toep->txsd_total)) {
/freebsd-13-stable/sys/dev/cxgbe/cxgbei/
H A Dicl_cxgbei.c575 if (__predict_false(++toep->txsd_pidx == toep->txsd_total))
/freebsd-13-stable/sys/dev/cxgbe/iw_cxgbe/
H A Dqp.c1331 if (__predict_false(++toep->txsd_pidx == toep->txsd_total))

Completed in 215 milliseconds