Searched refs:tx_total (Results 1 – 7 of 7) 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
7004 compl = cst->ncompl == 0 || cst->tx_nocompl >= cst->tx_total / 2; in ethofld_tx()7127 MPASS(cst->tx_credits + cpl->credits == cst->tx_total); in ethofld_fw4_ack()7147 MPASS(cst->tx_credits <= cst->tx_total); in ethofld_fw4_ack()
917 if (toep->tx_credits <= toep->tx_total * 3 / 8 && in t4_push_frames()918 toep->tx_nocompl >= toep->tx_total / 4) in t4_push_frames()1508 toep->tx_nocompl >= toep->tx_total / 4) { in t4_push_pdus()2228 if (toep->tx_credits == toep->tx_total) { in do_fw4_ack()2234 toep->tx_credits >= toep->tx_total / 4) { in do_fw4_ack()
231 u_int tx_total; /* total tx WR credits (in 16B units) */230 u_int tx_total; /* total tx WR credits (in 16B units) */ global() member
146 toep->tx_total = tx_credits; in alloc_toepcb()
2193 u16 tx_cnt, tx_total, npt; in wlc_lcnphy_tx_pwr_update_npt() local2196 tx_total = wlc_lcnphy_total_tx_frames(pi); in wlc_lcnphy_tx_pwr_update_npt()2197 tx_cnt = tx_total - pi_lcn->lcnphy_tssi_tx_cnt; in wlc_lcnphy_tx_pwr_update_npt()2202 pi_lcn->lcnphy_tssi_tx_cnt = tx_total; in wlc_lcnphy_tx_pwr_update_npt()