Searched refs:tx_nocompl (Results 1 – 4 of 4) sorted by relevance
96 uint8_t tx_nocompl; /* tx WR credits since last compl request */ member
7003 cst->tx_nocompl += next_credits; in ethofld_tx()7004 compl = cst->ncompl == 0 || cst->tx_nocompl >= cst->tx_total / 2; in ethofld_tx()7010 cst->tx_nocompl = 0; in ethofld_tx()
915 toep->tx_nocompl += credits; in t4_push_frames()918 toep->tx_nocompl >= toep->tx_total / 4) in t4_push_frames()923 toep->tx_nocompl = 0; in t4_push_frames()1500 toep->tx_nocompl += credits; in t4_push_pdus()1508 toep->tx_nocompl >= toep->tx_total / 4) { in t4_push_pdus()1511 toep->tx_nocompl = 0; in t4_push_pdus()2231 toep->tx_nocompl = 0; in do_fw4_ack()
233 u_int tx_nocompl; /* tx WR credits since last compl request */ member