Home
last modified time | relevance | path

Searched refs:txsd_total (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/dev/cxgbe/tom/
H A Dt4_tom.c116 int tx_credits, txsd_total, len; in alloc_toepcb() local
131 txsd_total = tx_credits / in alloc_toepcb()
135 txsd_total * sizeof(struct ofld_tx_sdesc); in alloc_toepcb()
150 toep->txsd_total = txsd_total; in alloc_toepcb()
151 toep->txsd_avail = txsd_total; in alloc_toepcb()
897 if (__predict_false(++toep->txsd_pidx == toep->txsd_total)) in send_mss_flowc_wr()
2354 if (__predict_false(++toep->txsd_pidx == toep->txsd_total)) in send_txdataplen_max_flowc_wr()
H A Dt4_cpl_io.c160 if (__predict_false(++toep->txsd_pidx == toep->txsd_total)) in send_flowc_wr()
227 if (__predict_false(++toep->txsd_pidx == toep->txsd_total)) in update_tx_rate_limit()
658 if (__predict_false(++toep->txsd_pidx == toep->txsd_total)) in t4_push_raw_wr()
945 if (__predict_false(++toep->txsd_pidx == toep->txsd_total)) { in t4_push_frames()
1525 if (__predict_false(++toep->txsd_pidx == toep->txsd_total)) { in t4_push_pdus()
2220 KASSERT(toep->txsd_avail <= toep->txsd_total, in do_fw4_ack()
2222 if (__predict_false(++toep->txsd_cidx == toep->txsd_total)) { in do_fw4_ack()
2337 if (__predict_false(++toep->txsd_pidx == toep->txsd_total)) in t4_set_tcb_field()
H A Dt4_tom.h251 uint8_t txsd_total;
250 uint8_t txsd_total; global() member
H A Dt4_tls.c736 if (__predict_false(++toep->txsd_pidx == toep->txsd_total)) { in t4_push_ktls()
/freebsd/sys/dev/cxgbe/iw_cxgbe/
H A Dqp.c1335 if (__predict_false(++toep->txsd_pidx == toep->txsd_total)) in creds()