Searched refs:unacked (Results 1 – 2 of 2) sorted by relevance
237 uint32_t unacked; member
1136 txq->unacked += ndesc; in txq_prod()1137 txqs->compl = (txq->unacked & 32) << (S_WR_COMPL - 5); in txq_prod()1138 txq->unacked &= 31; in txq_prod()