Searched refs:num_to_post (Results 1 – 1 of 1) sorted by relevance
98 u32 ntp = ctlq->next_to_post, ntc = ctlq->next_to_clean, num_to_post; in libie_ctlq_post_rx_buffs() local107 num_to_post = (ntc > ntp ? 0 : ctlq->ring_len) + ntc - ntp - 1; in libie_ctlq_post_rx_buffs()109 while (num_to_post--) { in libie_ctlq_post_rx_buffs()