Home
last modified time | relevance | path

Searched refs:tx_total (Results 1 – 6 of 6) sorted by relevance

/freebsd/sys/dev/cxgbe/
H A Dt4_sched.c839 cst->tx_total = cst->tx_credits; in cxgbe_rate_tag_alloc()
890 #define CST_TO_MST_QLEVEL_SCALE (IF_SND_QUEUE_LEVEL_MAX / cst->tx_total) in cxgbe_rate_tag_query()
892 (cst->tx_total - cst->tx_credits) * CST_TO_MST_QLEVEL_SCALE; in cxgbe_rate_tag_query()
907 MPASS(cst->tx_credits == cst->tx_total); in cxgbe_rate_tag_free_locked()
938 if (cst->tx_credits == cst->tx_total) { in cxgbe_rate_tag_free()
H A Doffload.h94 uint8_t tx_total; /* total tx WR credits (in 16B units) */ member
H A Dt4_sge.c6811 compl = cst->ncompl == 0 || cst->tx_nocompl >= cst->tx_total / 2; in ethofld_tx()
6934 MPASS(cst->tx_credits + cpl->credits == cst->tx_total); in ethofld_fw4_ack()
6954 MPASS(cst->tx_credits <= cst->tx_total); in ethofld_fw4_ack()
/freebsd/sys/dev/cxgbe/tom/
H A Dt4_cpl_io.c850 if (toep->tx_credits <= toep->tx_total * 3 / 8 && in t4_push_frames()
851 toep->tx_nocompl >= toep->tx_total / 4) in t4_push_frames()
1202 toep->tx_nocompl >= toep->tx_total / 4) { in t4_push_pdus()
1891 if (toep->tx_credits == toep->tx_total) { in do_fw4_ack()
1897 toep->tx_credits >= toep->tx_total / 4) { in do_fw4_ack()
H A Dt4_tom.h227 u_int tx_total; /* total tx WR credits (in 16B units) */ member
H A Dt4_tom.c146 toep->tx_total = tx_credits; in alloc_toepcb()