Lines Matching refs:req_prod
820 if (queue->tx.sring->req_prod - queue->tx.req_cons > in xenvif_tx_build_gops()
825 queue->tx.sring->req_prod, queue->tx.req_cons, in xenvif_tx_build_gops()
1467 RING_IDX rsp_prod, req_prod; in xenvif_map_frontend_data_rings() local
1477 req_prod = READ_ONCE(txs->req_prod); in xenvif_map_frontend_data_rings()
1482 if (req_prod - rsp_prod > RING_SIZE(&queue->tx)) in xenvif_map_frontend_data_rings()
1492 req_prod = READ_ONCE(rxs->req_prod); in xenvif_map_frontend_data_rings()
1497 if (req_prod - rsp_prod > RING_SIZE(&queue->rx)) in xenvif_map_frontend_data_rings()
1614 RING_IDX req_prod, req_cons; in xenvif_ctrl_action() local
1616 req_prod = vif->ctrl.sring->req_prod; in xenvif_ctrl_action()
1622 if (req_cons == req_prod) in xenvif_ctrl_action()
1625 while (req_cons != req_prod) { in xenvif_ctrl_action()