Searched refs:tx_total (Results 1 – 6 of 6) sorted by relevance
839 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()
94 uint8_t tx_total; /* total tx WR credits (in 16B units) */ member
6811 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()
850 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()
227 u_int tx_total; /* total tx WR credits (in 16B units) */ member
146 toep->tx_total = tx_credits; in alloc_toepcb()