Home
last modified time | relevance | path

Searched refs:tx_total (Results 1 – 7 of 7) 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.c7004 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()
/freebsd/sys/dev/cxgbe/tom/
H A Dt4_cpl_io.c917 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()
H A Dt4_tom.h231 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
H A Dt4_tom.c146 toep->tx_total = tx_credits; in alloc_toepcb()
/freebsd/sys/contrib/dev/broadcom/brcm80211/brcmsmac/phy/
H A Dphy_lcn.c2193 u16 tx_cnt, tx_total, npt; in wlc_lcnphy_tx_pwr_update_npt() local
2196 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()