Home
last modified time | relevance | path

Searched refs:num_to_post (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/net/ethernet/intel/libie/
H A Dcontrolq.c98 u32 ntp = ctlq->next_to_post, ntc = ctlq->next_to_clean, num_to_post; in libie_ctlq_post_rx_buffs() local
107 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()