Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/intel/libie/
H A Dcontrolq.c25 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()
/linux/include/linux/net/intel/libie/
H A Dcontrolq.h171 u32 next_to_post; member