Searched refs:next_to_post (Results 1 – 2 of 2) sorted by relevance
142 cq->next_to_post = cq->ring_size - 1; in idpf_ctlq_add()427 u16 ntp = cq->next_to_post; in idpf_ctlq_post_rx_buffs()512 if (cq->next_to_post != ntp) { in idpf_ctlq_post_rx_buffs()517 cq->next_to_post = ntp - 1; in idpf_ctlq_post_rx_buffs()520 cq->next_to_post = cq->ring_size - 1; in idpf_ctlq_post_rx_buffs()524 wr32(hw, cq->reg.tail, cq->next_to_post); in idpf_ctlq_post_rx_buffs()
106 u16 next_to_post; /* starting descriptor to post buffers member