Searched refs:tx_dist (Results 1 – 1 of 1) sorted by relevance
1111 static inline int tx_dist(unsigned tail, unsigned head) in tx_dist() function1119 return sky2->tx_pending - tx_dist(sky2->tx_cons, sky2->tx_prod); in tx_avail()1318 if (tx_dist(put, done) < tx_dist(put, nxt)) in sky2_tx_complete()