Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/intel/idpf/
H A Didpf_controlq.c141 cq->next_to_post = cq->ring_size - 1; in idpf_ctlq_add()
426 u16 ntp = cq->next_to_post; in idpf_ctlq_post_rx_buffs()
511 if (cq->next_to_post != ntp) { in idpf_ctlq_post_rx_buffs()
513 /* Update next_to_post to ntp - 1 since current ntp in idpf_ctlq_post_rx_buffs()
516 cq->next_to_post = ntp - 1; in idpf_ctlq_post_rx_buffs()
519 cq->next_to_post = cq->ring_size - 1; in idpf_ctlq_post_rx_buffs()
523 idpf_mbx_wr32(hw, cq->reg.tail, cq->next_to_post); in idpf_ctlq_post_rx_buffs()
H A Didpf_controlq_api.h106 u16 next_to_post; /* starting descriptor to post buffers member