Searched refs:next_to_post (Results 1 – 2 of 2) sorted by relevance
25 for (u32 ntc = ctlq->next_to_clean; ntc != ctlq->next_to_post; ) { in libie_ctlq_free_fq()98 u32 ntp = ctlq->next_to_post, ntc = ctlq->next_to_clean, num_to_post; in libie_ctlq_post_rx_buffs()127 if (likely(ctlq->next_to_post != ntp)) { in libie_ctlq_post_rx_buffs()128 ctlq->next_to_post = ntp; in libie_ctlq_post_rx_buffs()
171 u32 next_to_post; member