Home
last modified time | relevance | path

Searched refs:tx_nocompl (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/dev/cxgbe/
H A Doffload.h96 uint8_t tx_nocompl; /* tx WR credits since last compl request */ member
H A Dt4_sge.c7005 cst->tx_nocompl += next_credits; in ethofld_tx()
7006 compl = cst->ncompl == 0 || cst->tx_nocompl >= cst->tx_total / 2; in ethofld_tx()
7012 cst->tx_nocompl = 0; in ethofld_tx()
/freebsd/sys/dev/cxgbe/tom/
H A Dt4_cpl_io.c987 toep->tx_nocompl += credits; in t4_push_frames()
990 toep->tx_nocompl >= toep->tx_total / 4) in t4_push_frames()
995 toep->tx_nocompl = 0; in t4_push_frames()
1586 toep->tx_nocompl += credits; in t4_push_pdus()
1594 toep->tx_nocompl >= toep->tx_total / 4) { in t4_push_pdus()
1597 toep->tx_nocompl = 0; in t4_push_pdus()
2317 toep->tx_nocompl = 0; in do_fw4_ack()
H A Dt4_tom.h233 u_int tx_nocompl; /* tx WR credits since last compl request */
232 u_int tx_nocompl; /* tx WR credits since last compl request */ global() member